[jboss-svn-commits] JBL Code SVN: r36628 - labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Feb 17 11:47:40 EST 2011


Author: whitingjr
Date: 2011-02-17 11:47:40 -0500 (Thu, 17 Feb 2011)
New Revision: 36628

Modified:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/eap.properties
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-api.xml
Log:
Corrected spelling mistake.

Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/eap.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/eap.properties	2011-02-17 14:26:45 UTC (rev 36627)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/eap.properties	2011-02-17 16:47:40 UTC (rev 36628)
@@ -1 +1 @@
-sever.home=
\ No newline at end of file
+server.home=
\ No newline at end of file

Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-api.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-api.xml	2011-02-17 14:26:45 UTC (rev 36627)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-api.xml	2011-02-17 16:47:40 UTC (rev 36628)
@@ -54,23 +54,23 @@
    
    <target name="clean-server" >
       <if>
-         <available file="${sever.home}/server/production/deploy/hornetq/hornetq-configuration.xml"/>
+         <available file="${server.home}/server/production/deploy/hornetq/hornetq-configuration.xml"/>
          <then>
-            <xmltask source="${sever.home}/server/production/deploy/hornetq/hornetq-configuration.xml">
+            <xmltask source="${server.home}/server/production/deploy/hornetq/hornetq-configuration.xml">
                <copy path="/:configuration/:journal-directory/text()" property="hornetq.journal.dir"/>
             </xmltask>
             <delete>
                <fileset dir="${hornetq.journal.dir}" includes="*.hq"/>
             </delete>
             
-            <xmltask source="${sever.home}/server/production/deploy/hornetq/hornetq-configuration.xml">
+            <xmltask source="${server.home}/server/production/deploy/hornetq/hornetq-configuration.xml">
                <copy path="/:configuration/:large-messages-directory/text()" property="large.messages.dir"/>
             </xmltask>
             <delete dir="${large.messages.dir}"/>
-            <delete file="${sever.home}/${jstat.command.arguments.7}" failonerror="false"/>
+            <delete file="${server.home}/${jstat.command.arguments.7}" failonerror="false"/>
          </then>
       </if>
-   	  <delete file="${sever.home}/server/production/log/server.log"/>
+   	  <delete file="${server.home}/server/production/log/server.log"/>
    </target>
    
    <target name="create-server-pid">



More information about the jboss-svn-commits mailing list