Subversion Repositories DevTools

Rev

Rev 5909 | Rev 6066 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5909 Rev 5914
Line 138... Line 138...
138
 
138
 
139
REM # Release Manager configuration
139
REM # Release Manager configuration
140
REM # Essential for ABT use. Normally optional
140
REM # Essential for ABT use. Normally optional
141
REM # Normally set globaly on a 'BuildMachine'
141
REM # Normally set globaly on a 'BuildMachine'
142
 
142
 
143
if "%GBE_RM_LOCATION%"=="" set GBE_RM_LOCATION=jdbc:oracle:thin:@awawsards001.vix.local:1521:RELEASEM
143
if "%GBE_RM_LOCATION%"=="" set GBE_RM_LOCATION=jdbc:oracle:thin:@auawsards001.vix.local:1521:RELEASEM
144
if "%GBE_RM_USERNAME%"=="" set GBE_RM_USERNAME=MS_READONLY
144
if "%GBE_RM_USERNAME%"=="" set GBE_RM_USERNAME=MS_READONLY
145
if "%GBE_RM_PASSWORD%"=="" set GBE_RM_PASSWORD=MS_READONLY
145
if "%GBE_RM_PASSWORD%"=="" set GBE_RM_PASSWORD=MS_READONLY
146
if "%GBE_RM_URL%"==""      set GBE_RM_URL=http://bms:8002/ManagerSuite/Release_Manager
146
if "%GBE_RM_URL%"==""      set GBE_RM_URL=http://bms:8002/ManagerSuite/Release_Manager
147
 
147
 
148
if "%GBE_DM_LOCATION%"=="" set GBE_DM_LOCATION=%GBE_RM_LOCATION%
148
if "%GBE_DM_LOCATION%"=="" set GBE_DM_LOCATION=%GBE_RM_LOCATION%