[jboss-svn-commits] JBL Code SVN: r8928 - labs/shotoku/trunk-2.6.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Jan 19 18:36:35 EST 2007


Author: adamw
Date: 2007-01-19 18:36:35 -0500 (Fri, 19 Jan 2007)
New Revision: 8928

Modified:
   labs/shotoku/trunk-2.6/maven.xml
Log:
More build changes

Modified: labs/shotoku/trunk-2.6/maven.xml
===================================================================
--- labs/shotoku/trunk-2.6/maven.xml	2007-01-19 23:08:01 UTC (rev 8927)
+++ labs/shotoku/trunk-2.6/maven.xml	2007-01-19 23:36:35 UTC (rev 8928)
@@ -60,12 +60,11 @@
             </ant:fileset>
         </ant:copy>
 
+	<j:set var="jar.to.dir" value="target/${shotoku.sar.dir}" />
+	<ant:attainGoal name="dir-to-jar" />
+
         <!-- Copying the sar to the deploy directory. -->
-        <ant:copy todir="${local.deploy.dir}">
-            <ant:fileset dir="target" flatten="true" overwrite="true">
-                <ant:filename name="${shotoku.sar.dir}/**" />
-            </ant:fileset>
-        </ant:copy>
+        <ant:copy todir="${local.deploy.dir}" file="target/${shotoku.sar.dir}" />
     </goal>
 
     <goal name="all">




More information about the jboss-svn-commits mailing list