Author: nextgens
Date: 2008-05-06 16:54:25 +0000 (Tue, 06 May 2008)
New Revision: 19800

Modified:
   trunk/apps/new_installer/ProcessPanel.Spec.xml
Log:
new_installer: set auto-start up earlier on

Modified: trunk/apps/new_installer/ProcessPanel.Spec.xml
===================================================================
--- trunk/apps/new_installer/ProcessPanel.Spec.xml      2008-05-06 15:35:03 UTC 
(rev 19799)
+++ trunk/apps/new_installer/ProcessPanel.Spec.xml      2008-05-06 16:54:25 UTC 
(rev 19800)
@@ -89,6 +89,13 @@
                <os family="windows"/>
                <executefile name="$INSTALL_PATH\bin\install_wrapper.cmd"/>
        </job>
+
+       <job name="Setting up auto-start">
+               <os family="unix"/>
+               <os family="mac"/>
+               <executefile name="$INSTALL_PATH/bin/install_autostart.sh"/>
+       </job>
+
        <job name="Starting the node up">
                <os family="unix"/>
                <os family="mac"/>
@@ -139,12 +146,6 @@
                <executefile name="$INSTALL_PATH\bin\install_jsite.cmd"/>
        </job>

-       <job name="Setting up auto-start">
-               <os family="unix"/>
-               <os family="mac"/>
-               <executefile name="$INSTALL_PATH/bin/install_autostart.sh"/>
-       </job>
-
        <!-- Do I have to mention that nothing ought to be below ?  -->
        <job name="Cleaning up">
                <os family="unix"/>


Reply via email to