# Configraion file for installer # Copyright (c) 2006 Qualcomm # Miki Tebeka #vim: ft=python CustomTool ( name = "Label To Change", command = "label2change.exe", arguments = "-p $p -u $u -c $c %D", addToContext = "yes", directory = "$install" ) CustomTool ( name = "Quick Label", command = "quick-label.exe", arguments = "-c $c -u $u -p $p %D", addToContext = "yes", directory = "$install" ) CustomTool ( name = "Checkout To", command = "checkout-to.exe", arguments = "-c $c -p $p -u $u %D", addToContext = "yes", directory = "$install" ) CustomTool ( name = "Publish", command = "publishui.exe", arguments = "-c $c -p $p -u $u", addToContext = "yes", directory = "$install" ) CustomTool ( name = "Catchup", command = "publishui.exe", arguments = "-c $c -p $p -u $u --catchup", addToContext = "yes", directory = "$install" ) CustomTool ( name = "Create Development Branch", command = "make-dev-branch.exe", arguments = "-c $c -p $p -u $u %D", addToContext = "yes", directory = "$install" ) CustomTool ( name = "Safe Synchronize", command = "safe-sync.exe", arguments = "-c $c -p $p -u $u %D", addToContext = "yes", directory = "$install" )