[jboss-cvs] JBossAS SVN: r74825 - in branches/ropalka-jbossws302: webservices/src and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 19 03:27:42 EDT 2008


Author: richard.opalka at jboss.com
Date: 2008-06-19 03:27:42 -0400 (Thu, 19 Jun 2008)
New Revision: 74825

Removed:
   branches/ropalka-jbossws302/webservices/src/hack/
Modified:
   branches/ropalka-jbossws302/build/build-distr.xml
Log:
[JBAS-5293] hack is not necessary, jbossws-native-resources.jar will contain all necessary artifacts

Modified: branches/ropalka-jbossws302/build/build-distr.xml
===================================================================
--- branches/ropalka-jbossws302/build/build-distr.xml	2008-06-19 07:03:01 UTC (rev 74824)
+++ branches/ropalka-jbossws302/build/build-distr.xml	2008-06-19 07:27:42 UTC (rev 74825)
@@ -1583,10 +1583,7 @@
 
     <delete dir="${_module.output}/jbossws-native-resources"/>
     <mkdir dir="${_module.output}/jbossws-native-resources"/>
-    <!-- TODO: uncomment the following line with AS trunk update to JBossWS 3.0.3 release and delete AS/trunk/webservices/src/hack directory -->
-    <!--unzip dest="${_module.output}/jbossws-native-resources" src="${org.jboss.ws.native.lib}/jbossws-native-resources.jar"/-->
-    <!-- TODO: delete the following line with JBossWS 3.0.3 release -->
-    <unzip dest="${_module.output}/jbossws-native-resources" src="${project.root}/${_module.name}/src/hack/jbossws-native-resources.jar"/>
+    <unzip dest="${_module.output}/jbossws-native-resources" src="${org.jboss.ws.native.lib}/jbossws-native-resources.jar"/>
 
     <!-- Delegate to the jbossws deploy macros for stack specific deployments -->
     <!--ant antfile="${_module.output}/jbossws-native-resources/resources/jbossws-deploy-macros.xml" target="deploy-jbossws-native50" inheritall="false"-->




More information about the jboss-cvs-commits mailing list