- Timestamp:
- Oct 25, 2007 8:21:04 AM (13 years ago)
- Location:
- branches/testScripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/testScripts/NBuserConfig.py
r681 r682 7 7 execfile('NBuserParametersDefault.py') 8 8 9 #---------------------------------------------------------------------- 10 # List of Projects to be processed by script 11 #---------------------------------------------------------------------- 12 PROJECTS = ['CoinUtils','DyLP','Clp','SYMPHONY','Vol','Osi','Cgl','Cbc',\ 13 'Ipopt','Bonmin','FlopC++','OS'] 14 9 #the following two should go away when newNightlyBuild.py becomes the default 15 10 16 11 #---------------------------------------------------------------------- -
branches/testScripts/NBuserParametersDefault.py
r681 r682 10 10 #---------------------------------------------------------------------- 11 11 NIGHTLY_BUILD_ROOT_DIR = 'xxx' 12 13 #---------------------------------------------------------------------- 14 # List of Projects to be processed by script 15 #---------------------------------------------------------------------- 16 PROJECTS = ['CoinUtils','DyLP','Clp','SYMPHONY','Vol','Osi','Cgl','Cbc','Ipopt','Bonmin','FlopC++','OS'] 12 17 13 18 #----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.