[jboss-cvs] JBossAS SVN: r81955 - trunk/webservices/src/scripts.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 2 05:57:12 EST 2008


Author: richard.opalka at jboss.com
Date: 2008-12-02 05:57:11 -0500 (Tue, 02 Dec 2008)
New Revision: 81955

Modified:
   trunk/webservices/src/scripts/jbossws-deploy-macros.xml
Log:
hotfix - make sure sun-fi FastInfoset artifact is used

Modified: trunk/webservices/src/scripts/jbossws-deploy-macros.xml
===================================================================
--- trunk/webservices/src/scripts/jbossws-deploy-macros.xml	2008-12-02 10:55:03 UTC (rev 81954)
+++ trunk/webservices/src/scripts/jbossws-deploy-macros.xml	2008-12-02 10:57:11 UTC (rev 81955)
@@ -28,7 +28,7 @@
   </patternset>
   
   <patternset id="jbossws.client.patternset">
-    <include name="**/FastInfoset.jar"/>
+    <include name="**/sun-fi/lib/FastInfoset.jar"/>
     <include name="**/sun-jaxb/lib/jaxb-api.jar"/>
     <include name="**/jaxb-impl.jar"/>
     <include name="**/jaxb-xjc.jar"/>
@@ -75,7 +75,7 @@
   </patternset>
   
   <patternset id="jbossws.service.lib.patternset">
-    <include name="**/FastInfoset.jar"/>
+    <include name="**/sun-fi/lib/FastInfoset.jar"/>
     <include name="**/jboss-jaxb-intros.jar"/>
     <include name="**/jbossws-native-core.jar"/>
     <include name="**/jettison.jar"/>




More information about the jboss-cvs-commits mailing list