[jbossws-commits] JBossWS SVN: r1568 - trunk

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Dec 6 00:06:25 EST 2006


Author: scott.stark at jboss.org
Date: 2006-12-06 00:06:23 -0500 (Wed, 06 Dec 2006)
New Revision: 1568

Modified:
   trunk/build.xml
Log:
Add a jbossws-src.zip for inclusion in the repository

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2006-12-06 01:43:00 UTC (rev 1567)
+++ trunk/build.xml	2006-12-06 05:06:23 UTC (rev 1568)
@@ -345,6 +345,9 @@
       </fileset>
     </jar>
 
+    <zip destfile="${build.lib.dir}/jbossws-src.zip">
+      <fileset dir="${src.java.dir}" />
+    </zip>
   </target>
 
   <!-- ================================================================== -->




More information about the jbossws-commits mailing list