[jboss-cvs] JBossAS SVN: r74723 - in branches/ropalka-jbossws302: webservices/src and 1 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Jun 17 15:52:13 EDT 2008
Author: richard.opalka at jboss.com
Date: 2008-06-17 15:52:13 -0400 (Tue, 17 Jun 2008)
New Revision: 74723
Added:
branches/ropalka-jbossws302/webservices/src/hack/
branches/ropalka-jbossws302/webservices/src/hack/README
branches/ropalka-jbossws302/webservices/src/hack/jbossws-native-resources.jar
Modified:
branches/ropalka-jbossws302/build/build-distr.xml
Log:
[JBAS-5293] provide temporary hack
Modified: branches/ropalka-jbossws302/build/build-distr.xml
===================================================================
--- branches/ropalka-jbossws302/build/build-distr.xml 2008-06-17 19:47:57 UTC (rev 74722)
+++ branches/ropalka-jbossws302/build/build-distr.xml 2008-06-17 19:52:13 UTC (rev 74723)
@@ -1583,12 +1583,16 @@
<delete dir="${_module.output}/jbossws-native-resources"/>
<mkdir dir="${_module.output}/jbossws-native-resources"/>
- <unzip dest="${_module.output}/jbossws-native-resources" src="${org.jboss.ws.native.lib}/jbossws-native-resources.jar"/>
+ <!-- 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"/>
<!-- 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">
<property name="installserver" value="${install.all}"/>
- <property name="artifactsdir" value="/home/opalka/svn/jbossws/stack/native/branches/jbossws-native-3.0.2/target/deploy-artifacts"/><!-- TODO: fix -->
+ <property name="artifactsdir" value="${_module.output}/jbossws-native-resources"/>
+ <property name="thirdpartydir" value="${project.root}/thirdparty"/>
<property name="jbossid" value="jboss501"/>
</ant>
Added: branches/ropalka-jbossws302/webservices/src/hack/README
===================================================================
--- branches/ropalka-jbossws302/webservices/src/hack/README (rev 0)
+++ branches/ropalka-jbossws302/webservices/src/hack/README 2008-06-17 19:52:13 UTC (rev 74723)
@@ -0,0 +1,6 @@
+This directory must be deleted with JBossWS 3.0.3 release to AS trunk.
+This is just a temporary hack to don't block JBossWS 3.0.2 release.
+When this directory will be deleted the AS/trunk/build/build-distr.xml
+must be modified to don't extract this jbossws-native-resources.jar
+but to extract the one that is located in
+AS/trunk/thirdparty/org/jboss/ws/native/lib directory instead.
\ No newline at end of file
Added: branches/ropalka-jbossws302/webservices/src/hack/jbossws-native-resources.jar
===================================================================
(Binary files differ)
Property changes on: branches/ropalka-jbossws302/webservices/src/hack/jbossws-native-resources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
More information about the jboss-cvs-commits
mailing list