[jboss-cvs] JBossAS SVN: r59295 - trunk/tomcat

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 2 17:53:32 EST 2007


Author: bstansberry at jboss.com
Date: 2007-01-02 17:53:30 -0500 (Tue, 02 Jan 2007)
New Revision: 59295

Modified:
   trunk/tomcat/build.xml
Log:
Move tc6-cluster elements out of a sar into a simple dir

Modified: trunk/tomcat/build.xml
===================================================================
--- trunk/tomcat/build.xml	2007-01-02 22:52:20 UTC (rev 59294)
+++ trunk/tomcat/build.xml	2007-01-02 22:53:30 UTC (rev 59295)
@@ -297,10 +297,10 @@
     </jar>
 
    <!-- Cluster service sar and aop descriptor used for fine-grained replication -->
-   <mkdir dir="${build.deploy}/tc6-cluster.sar/META-INF"/>
-   <copy todir="${build.deploy}/tc6-cluster.sar"
+   <mkdir dir="${build.deploy}/tc6-cluster"/>
+   <copy todir="${build.deploy}/tc6-cluster"
          file="${build.lib}/tc6-cluster.aop"/>
-  	<copy tofile="${build.deploy}/tc6-cluster.sar/META-INF/tc6-cluster-beans.xml"
+  	<copy tofile="${build.deploy}/tc6-cluster/tc6-cluster-beans.xml"
   	      file="${build.resources}/tc6-cluster-beans.xml"/>
 
     <!-- Update the build marker to allow bypassing -->




More information about the jboss-cvs-commits mailing list