Author: toad
Date: 2007-04-11 12:56:34 +0000 (Wed, 11 Apr 2007)
New Revision: 12569
Modified:
trunk/apps/new_installer/ProcessPanel.Spec.xml
Log:
Consistently use \ not / on windows
Modified: trunk/apps/new_installer/ProcessPanel.Spec.xml
===================================================================
--- trunk/apps/new_installer/ProcessPanel.Spec.xml 2007-04-11 11:24:50 UTC
(rev 12568)
+++ trunk/apps/new_installer/ProcessPanel.Spec.xml 2007-04-11 12:56:34 UTC
(rev 12569)
@@ -120,7 +120,7 @@
</job>
<job name="Setting Thaw up">
<os family="windows"/>
- <executefile name="$INSTALL_PATH/bin/install_thaw.cmd"/>
+ <executefile name="$INSTALL_PATH\bin\install_thaw.cmd"/>
</job>
<job name="Setting Frost up">
<os family="unix"/>
@@ -132,7 +132,7 @@
</job>
<job name="Setting Frost up">
<os family="windows"/>
- <executefile name="$INSTALL_PATH/bin/install_frost.cmd"/>
+ <executefile name="$INSTALL_PATH\bin\install_frost.cmd"/>
</job>
<job name="Setting jSite up">
<os family="unix"/>
@@ -144,7 +144,7 @@
</job>
<job name="Setting jSite up">
<os family="windows"/>
- <executefile name="$INSTALL_PATH/bin/install_jsite.cmd"/>
+ <executefile name="$INSTALL_PATH\bin\install_jsite.cmd"/>
</job>
<!-- Do I have to mention that nothing ought to be below ? -->
@@ -158,6 +158,6 @@
</job>
<job name="Cleaning up">
<os family="windows"/>
- <executefile name="$INSTALL_PATH/bin/cleanup.cmd"/>
+ <executefile name="$INSTALL_PATH\bin\cleanup.cmd"/>
</job>
</processing>