[jboss-cvs] JBossAS SVN: r60156 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 1 00:19:58 EST 2007


Author: jason.greene at jboss.com
Date: 2007-02-01 00:19:58 -0500 (Thu, 01 Feb 2007)
New Revision: 60156

Modified:
   trunk/build/build-distr.xml
Log:
Ensure that executable filemodes are preserved


Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2007-02-01 03:18:59 UTC (rev 60155)
+++ trunk/build/build-distr.xml	2007-02-01 05:19:58 UTC (rev 60156)
@@ -1847,13 +1847,13 @@
     <unjar dest="${install.all.deploy}/jbossws.sar" src="${jboss.jbossws.lib}/jbossws50.sar"/>
     
     <!-- install wstools shell scripts -->
-    <unjar dest="${install.bin}" src="${jboss.jbossws.lib}/jbossws-client.jar">
+    <unzip dest="${install.bin}" src="${jboss.jbossws.lib}/jbossws-client.jar">
       <patternset>
         <include name="wstools.*"/>
         <include name="wsgen.*"/>
         <include name="wsimport.*"/>
       </patternset>
-    </unjar>
+    </unzip>
     
   </target>
   </project>




More information about the jboss-cvs-commits mailing list