Author: darran.lofthouse(a)jboss.com
Date: 2009-10-27 07:44:43 -0400 (Tue, 27 Oct 2009)
New Revision: 11044
Modified:
stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/pom.xml
stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/src/main/scripts/assembly-deploy-artifacts.xml
Log:
Hack the build
Modified: stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/pom.xml 2009-10-27 11:39:10
UTC (rev 11043)
+++ stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/pom.xml 2009-10-27 11:44:43
UTC (rev 11044)
@@ -66,7 +66,7 @@
<jboss.logging.version>2.1.0.GA</jboss.logging.version>
<jboss.remoting.version>2.5.1</jboss.remoting.version>
<jboss.jaxr.version>2.0.1</jboss.jaxr.version>
- <apache.scout.version>1.1.1</apache.scout.version>
+ <apache.scout.version>0.7rc2</apache.scout.version>
<juddi.version>2.0.1</juddi.version>
<sun.fastinfoset.version>1.2.7</sun.fastinfoset.version>
<sun.jaxws.version>2.1.3</sun.jaxws.version>
Modified:
stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
---
stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/src/main/scripts/assembly-deploy-artifacts.xml 2009-10-27
11:39:10 UTC (rev 11043)
+++
stack/native/branches/jbossws-native-3.1.2.SP3-patch-02/src/main/scripts/assembly-deploy-artifacts.xml 2009-10-27
11:44:43 UTC (rev 11044)
@@ -33,9 +33,9 @@
<useStrictFiltering>true</useStrictFiltering>
<includes>
<include>com.sun.xml.fastinfoset:FastInfoset:jar</include>
- <include>javax.xml.bind:jaxb-api:jar</include>
- <include>com.sun.xml.bind:jaxb-impl:jar</include>
- <include>com.sun.xml.bind:jaxb-xjc:jar</include>
+ <include>sun-jaxb:jaxb-api:jar</include>
+ <include>sun-jaxb:jaxb-impl:jar</include>
+ <include>sun-jaxb:jaxb-xjc:jar</include>
<include>com.sun.xml.ws:jaxws-tools:jar</include>
<include>com.sun.xml.ws:jaxws-rt:jar</include>
<include>jboss.jaxbintros:jboss-jaxb-intros:jar</include>
@@ -82,8 +82,14 @@
<includes>
<include>org.jboss.ws:jbossws-framework:jar</include>
<include>org.jboss.jaxr:juddi-service:sar</include>
+
+ <!-- HACK TO GET BUILD TO WORK -->
+
+ <!--
<include>apache-scout:scout:jar</include>
<include>juddi:juddi:jar</include>
+ -->
+
</includes>
</dependencySet>
<!-- [JBWS-2505] -->
Show replies by date