| Line 95... |
Line 95... |
| 95 |
|
95 |
|
| 96 |
REM #Borland CBuilder6
|
96 |
REM #Borland CBuilder6
|
| 97 |
REM # BCB Must not have spaces in it
|
97 |
REM # BCB Must not have spaces in it
|
| 98 |
REM set BCB=c:\PROGRA~1\Borland\CBUILD~1
|
98 |
REM set BCB=c:\PROGRA~1\Borland\CBUILD~1
|
| 99 |
|
99 |
|
| - |
|
100 |
REM #Borland Delphi7
|
| - |
|
101 |
REM # DELPHI7 Must not have spaces in it
|
| - |
|
102 |
REM set DELPHI7=c:\PROGRA~1\Borland\Delphi7
|
| - |
|
103 |
|
| 100 |
REM # Java Versions
|
104 |
REM # Java Versions
|
| 101 |
set JAVA_HOME_1_4=C:\j2sdk1.4.2_04
|
105 |
set JAVA_HOME_1_4=C:\j2sdk1.4.2_04
|
| 102 |
set JAVA_HOME_1_5=C:\Program Files\Java\jdk1.5.0_09
|
106 |
set JAVA_HOME_1_5=C:\Program Files\Java\jdk1.5.0_09
|
| 103 |
set JAVA_HOME_1_6=C:\Program Files\Java\jdk1.6.0_01
|
107 |
set JAVA_HOME_1_6=C:\Program Files\Java\jdk1.6.0_01
|
| 104 |
|
108 |
|
| Line 115... |
Line 119... |
| 115 |
REM # Release Manager configuration
|
119 |
REM # Release Manager configuration
|
| 116 |
REM # Essential for ABT use. Normally optional
|
120 |
REM # Essential for ABT use. Normally optional
|
| 117 |
REM # Normally set globaly on a 'BuildMachine'
|
121 |
REM # Normally set globaly on a 'BuildMachine'
|
| 118 |
|
122 |
|
| 119 |
if "%GBE_RM_LOCATION%"=="" set GBE_RM_LOCATION=jdbc:oracle:thin:@auperaprm01:1521:RELEASEM
|
123 |
if "%GBE_RM_LOCATION%"=="" set GBE_RM_LOCATION=jdbc:oracle:thin:@auperaprm01:1521:RELEASEM
|
| 120 |
if "%GBE_RM_USERNAME%"=="" set GBE_RM_USERNAME=RM_READONLY
|
124 |
if "%GBE_RM_USERNAME%"=="" set GBE_RM_USERNAME=MS_READONLY
|
| 121 |
if "%GBE_RM_PASSWORD%"=="" set GBE_RM_PASSWORD=RM_READONLY
|
125 |
if "%GBE_RM_PASSWORD%"=="" set GBE_RM_PASSWORD=MS_READONLY
|
| 122 |
if "%GBE_RM_URL%"=="" set GBE_RM_URL=http://erg:8002/ManagerSuite/Release_Manager
|
126 |
if "%GBE_RM_URL%"=="" set GBE_RM_URL=http://erg:8002/ManagerSuite/Release_Manager
|
| 123 |
if "%GBE_DM_LOCATION%"=="" set GBE_DM_LOCATION=%GBE_RM_LOCATION%
|
127 |
if "%GBE_DM_LOCATION%"=="" set GBE_DM_LOCATION=%GBE_RM_LOCATION%
|
| 124 |
if "%GBE_DM_USERNAME%"=="" set GBE_DM_USERNAME=DM_READONLY
|
128 |
if "%GBE_DM_USERNAME%"=="" set GBE_DM_USERNAME=%GBE_RM_USERNAME%
|
| 125 |
if "%GBE_DM_PASSWORD%"=="" set GBE_DM_PASSWORD=DM_READONLY
|
129 |
if "%GBE_DM_PASSWORD%"=="" set GBE_DM_PASSWORD=%GBE_RM_PASSWORD%
|
| 126 |
if "%GBE_DM_URL%"=="" set GBE_DM_URL=http://erg:8002/ManagerSuite/Deployment_Manager
|
130 |
if "%GBE_DM_URL%"=="" set GBE_DM_URL=http://erg:8002/ManagerSuite/Deployment_Manager
|
| 127 |
|
131 |
|
| 128 |
REM............... Internal Use. Do not modify............................#
|
132 |
REM............... Internal Use. Do not modify............................#
|
| 129 |
REM
|
133 |
REM
|
| 130 |
set PERL5LIB=
|
134 |
set PERL5LIB=
|