[jbossws-commits] JBossWS SVN: r7698 - stack/native/trunk.
jbossws-commits at lists.jboss.org
jbossws-commits at lists.jboss.org
Fri Jun 20 04:14:35 EDT 2008
Author: richard.opalka at jboss.com
Date: 2008-06-20 04:14:35 -0400 (Fri, 20 Jun 2008)
New Revision: 7698
Modified:
stack/native/trunk/build.xml
Log:
sync with QA tag
Modified: stack/native/trunk/build.xml
===================================================================
--- stack/native/trunk/build.xml 2008-06-20 08:14:02 UTC (rev 7697)
+++ stack/native/trunk/build.xml 2008-06-20 08:14:35 UTC (rev 7698)
@@ -116,6 +116,13 @@
<exec dir="${basedir}" executable="mvn" failonerror="true">
<arg line="${maven.opts} -Pbindist package assembly:directory"/>
</exec>
+
+ <zip destfile="${stack.output.dir}/jbossws-native-dist.zip">
+ <zipfileset
+ dir="${stack.output.dir}/jbossws-native-dist"
+ includes="build/ deploy/ docs/ tests/ build.xml ant.properties"
+ prefix="jbossws-native-dist"/>
+ </zip>
</target>
</project>
More information about the jbossws-commits
mailing list