Author: fnasser(a)redhat.com
Date: 2009-12-09 09:29:10 -0500 (Wed, 09 Dec 2009)
New Revision: 11226
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-tp-installer-macros.xml
Log:
Revert framework removal, needs investigation as it causes regressions
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-tp-installer-macros.xml
===================================================================
---
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-tp-installer-macros.xml 2009-12-09
13:54:45 UTC (rev 11225)
+++
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/jbossws-tp-installer-macros.xml 2009-12-09
14:29:10 UTC (rev 11226)
@@ -61,10 +61,11 @@
<patternset id="jbossws.server.lib.patternset">
<include name="**/nothing-to-deploy"/>
<!-- Do not replace these until they are really different
- from the ones shipped with the JBoss ative EAP AS -->
- <!-- <include name="**/jbossws-common.jar"/> -->
- <!-- <include name="**/jbossws-framework.jar"/> -->
- <!-- <include name="**/jbossws-spi.jar"/> -->
+ from the ones shipped with the JBoss ative EAP AS
+ <include name="**/jbossws-common.jar"/>
+ <include name="**/jbossws-framework.jar"/>
+ <include name="**/jbossws-spi.jar"/>
+ -->
</patternset>
<patternset id="jbossws.service.lib.patternset">
@@ -260,8 +261,8 @@
</copy>
<copy todir="@{targetdir}" flatten="true"
overwrite="true" verbose="true">
<fileset dir="@{thirdpartydir}">
- <!-- <include name="**/jbossws-common.jar"/> -->
- <!-- <include name="**/jbossws-framework.jar"/> -->
+ <include name="**/jbossws-common.jar"/>
+ <include name="**/jbossws-framework.jar"/>
<!-- [JBWS-2505] -->
<!-- START -->
<!--
Show replies by date