<?xml-version ='1.0' encoding='UTF-8'?> <CustomToolDefList varName="customtooldeflist" > <CustomToolDef varName="customtooldef" > <Definition> <Name>Label To Change</Name> <Command>_INSTALL_DIR_/label2change.py</Command> <Arguments>-p $p -u $u -c $c %D</Arguments> <InitDir>_INSTALL_DIR_</InitDir> </Definition> <AddToContext>true</AddToContext> <Refresh>true</Refresh> <IgnoreP4Config>true</IgnoreP4Config> </CustomToolDef> <CustomToolDef varName="customtooldef" > <Definition> <Name>Quick Label</Name> <Command>_INSTALL_DIR_/quick-label.py</Command> <Arguments>-c $c -u $u -p $p %D</Arguments> <InitDir>_INSTALL_DIR_</InitDir> </Definition> <AddToContext>true</AddToContext> <Refresh>true</Refresh> <IgnoreP4Config>true</IgnoreP4Config> </CustomToolDef> <CustomToolDef varName="customtooldef" > <Definition> <Name>Checkout To</Name> <Command>_INSTALL_DIR_/checkout-to.py</Command> <Arguments>-c $c -p $p -u $u %D</Arguments> <InitDir>_INSTALL_DIR_</InitDir> </Definition> <AddToContext>true</AddToContext> <Refresh>true</Refresh> <IgnoreP4Config>true</IgnoreP4Config> </CustomToolDef> <CustomToolDef varName="customtooldef" > <Definition> <Name>Publish</Name> <Command>_INSTALL_DIR_/publishui.py</Command> <Arguments>-c $c -p $p -u $u</Arguments> <InitDir>_INSTALL_DIR_</InitDir> </Definition> <AddToContext>true</AddToContext> <Refresh>true</Refresh> <IgnoreP4Config>true</IgnoreP4Config> </CustomToolDef> <CustomToolDef varName="customtooldef" > <Definition> <Name>Catchup</Name> <Command>_INSTALL_DIR_/publishui.py</Command> <Arguments>-c $c -p $p -u $u --catchup</Arguments> <InitDir>_INSTALL_DIR_</InitDir> </Definition> <AddToContext>true</AddToContext> <Refresh>true</Refresh> <IgnoreP4Config>true</IgnoreP4Config> </CustomToolDef> <CustomToolDef varName="customtooldef" > <Definition> <Name>Create Development Branch</Name> <Command>_INSTALL_DIR_/make-dev-branch.py</Command> <Arguments>-c $c -p $p -u $u %D</Arguments> <InitDir>_INSTALL_DIR_</InitDir> </Definition> <AddToContext>true</AddToContext> <Refresh>true</Refresh> <IgnoreP4Config>true</IgnoreP4Config> </CustomToolDef> <CustomToolDef varName="customtooldef" > <Definition> <Name>Safe Synchronize</Name> <Command>_INSTALL_DIR_/safe-sync.py</Command> <Arguments>-c $c -p $p -u $u %D</Arguments> <InitDir>_INSTALL_DIR_</InitDir> </Definition> <AddToContext>true</AddToContext> <Refresh>true</Refresh> <IgnoreP4Config>true</IgnoreP4Config> </CustomToolDef> </CustomToolDefList>
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #1 | 5628 | Miki Tebeka | Initial support for P4V new XML settings file |