[jboss-cvs] JBossAS SVN: r59814 - branches/Branch_4_2/tomcat.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 19 06:14:03 EST 2007


Author: dimitris at jboss.org
Date: 2007-01-19 06:14:03 -0500 (Fri, 19 Jan 2007)
New Revision: 59814

Modified:
   branches/Branch_4_2/tomcat/build.xml
Log:
JBAS-3398, rename jboss-web.sar, jboss-web.deployer so it starts earlier

Modified: branches/Branch_4_2/tomcat/build.xml
===================================================================
--- branches/Branch_4_2/tomcat/build.xml	2007-01-19 11:11:56 UTC (rev 59813)
+++ branches/Branch_4_2/tomcat/build.xml	2007-01-19 11:14:03 UTC (rev 59814)
@@ -204,28 +204,28 @@
     <call target="compile"/>
 
     <mkdir dir="${build.lib}"/>
-    <mkdir dir="${build.deploy}/jboss-web.sar/META-INF"/>
+    <mkdir dir="${build.deploy}/jboss-web.deployer/META-INF"/>
 
-    <!-- Build the jboss-web.sar -->
+    <!-- Build the jboss-web.deployer -->
     <copy file="${build.resources}/jboss-service.xml"
-      tofile="${build.deploy}/jboss-web.sar/META-INF/jboss-service.xml"/>
+      tofile="${build.deploy}/jboss-web.deployer/META-INF/jboss-service.xml"/>
     <copy file="${build.resources}/context.xml"
-      todir="${build.deploy}/jboss-web.sar"/>
+      todir="${build.deploy}/jboss-web.deployer"/>
     <copy file="${build.resources}/web.xml"
-      tofile="${build.deploy}/jboss-web.sar/conf/web.xml"/>
+      tofile="${build.deploy}/jboss-web.deployer/conf/web.xml"/>
     <copy file="${build.resources}/server.xml"
-      tofile="${build.deploy}/jboss-web.sar/server.xml"/>
+      tofile="${build.deploy}/jboss-web.deployer/server.xml"/>
     <!-- TDI 20041108 breaks the build
     <copy file="${build.resources}/sso-channel.xml"
-       tofile="${build.deploy}/jboss-web.sar/sso-channel.xml" />
+       tofile="${build.deploy}/jboss-web.deployer/sso-channel.xml" />
     -->
-    <copy todir="${build.deploy}/jboss-web.sar">
+    <copy todir="${build.deploy}/jboss-web.deployer">
       <fileset dir="${jboss.web.lib}">
         <include name="*.jar"/>
       </fileset>
     </copy>
 
-     <copy todir="${build.deploy}/jboss-web.sar/jsf-libs">
+     <copy todir="${build.deploy}/jboss-web.deployer/jsf-libs">
         <fileset dir="${apache.myfaces.lib}">
            <include name="jstl.jar"/>
            <include name="myfaces-api.jar"/>
@@ -233,7 +233,7 @@
         </fileset>
      </copy>
 
-    <jar jarfile="${build.deploy}/jboss-web.sar/jbossweb-service.jar"
+    <jar jarfile="${build.deploy}/jboss-web.deployer/jbossweb-service.jar"
       manifest="${build.etc}/default.mf">
       <!-- The service classes -->
       <fileset dir="${build.classes}">
@@ -251,7 +251,7 @@
         <include name="org/jboss/**/*.properties"/>
       </fileset>
     </jar>
-    <copy todir="${build.deploy}/jboss-web.sar">
+    <copy todir="${build.deploy}/jboss-web.deployer">
       <fileset dir="${source.webapps}">
       </fileset>
     </copy>




More information about the jboss-cvs-commits mailing list