[jbossws-commits] JBossWS SVN: r8494 - stack/native/trunk.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Oct 15 09:55:01 EDT 2008


Author: alessio.soldano at jboss.com
Date: 2008-10-15 09:55:01 -0400 (Wed, 15 Oct 2008)
New Revision: 8494

Modified:
   stack/native/trunk/build.xml
Log:
[JBWS-2363] Fixing binary distro zip


Modified: stack/native/trunk/build.xml
===================================================================
--- stack/native/trunk/build.xml	2008-10-15 13:54:25 UTC (rev 8493)
+++ stack/native/trunk/build.xml	2008-10-15 13:55:01 UTC (rev 8494)
@@ -127,7 +127,7 @@
     <zip destfile="${stack.output.dir}/jbossws-native-bin-dist.zip">
       <zipfileset
         dir="${stack.output.dir}/jbossws-native-bin-dist"
-        includes="build/ deploy/ docs/ tests/ build.xml ant.properties"
+        includes="build/ deploy/ docs/ tests/ build.xml ant.properties.example"
         prefix="jbossws-native-bin-dist"/>
     </zip>
   </target>
@@ -150,4 +150,4 @@
     </zip>
   </target>
   
-</project>
\ No newline at end of file
+</project>




More information about the jbossws-commits mailing list