Author: richard.opalka(a)jboss.com
Date: 2010-04-23 07:14:53 -0400 (Fri, 23 Apr 2010)
New Revision: 12107
Modified:
stack/native/branches/jbossws-native-2.0.1.SP2_CP/ant-import/build-deploy.xml
stack/native/branches/jbossws-native-2.0.1.SP2_CP/ant-import/macros-deploy-native.xml
Log:
Always endorse jars but do not endorse JAX-RPC API at all
Modified: stack/native/branches/jbossws-native-2.0.1.SP2_CP/ant-import/build-deploy.xml
===================================================================
---
stack/native/branches/jbossws-native-2.0.1.SP2_CP/ant-import/build-deploy.xml 2010-04-23
11:03:43 UTC (rev 12106)
+++
stack/native/branches/jbossws-native-2.0.1.SP2_CP/ant-import/build-deploy.xml 2010-04-23
11:14:53 UTC (rev 12107)
@@ -33,7 +33,7 @@
jbosshome="${jboss50.home}"/>
</target>
- <target name="deploy-jboss50-endorsed" depends="prepare"
if="HAVE_JDK_1.6">
+ <target name="deploy-jboss50-endorsed" depends="prepare">
<macro-deploy-endorsed
jbosshome="${jboss50.home}"
stacklibs="${core.dir}/output/lib"
Modified:
stack/native/branches/jbossws-native-2.0.1.SP2_CP/ant-import/macros-deploy-native.xml
===================================================================
---
stack/native/branches/jbossws-native-2.0.1.SP2_CP/ant-import/macros-deploy-native.xml 2010-04-23
11:03:43 UTC (rev 12106)
+++
stack/native/branches/jbossws-native-2.0.1.SP2_CP/ant-import/macros-deploy-native.xml 2010-04-23
11:14:53 UTC (rev 12107)
@@ -350,7 +350,6 @@
<include name="jaxb-api.jar"/>
</fileset>
<fileset dir="@{stacklibs}">
- <include name="jboss-jaxrpc.jar"/>
<include name="jboss-jaxws.jar"/>
<include name="jboss-saaj.jar"/>
</fileset>
Show replies by date