You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2008/02/05 20:27:17 UTC

svn commit: r618754 - in /activemq/camel/trunk: apache-camel/src/main/descriptors/unix-bin.xml apache-camel/src/main/descriptors/windows-bin.xml camel-core/pom.xml

Author: jstrachan
Date: Tue Feb  5 11:27:13 2008
New Revision: 618754

URL: http://svn.apache.org/viewvc?rev=618754&view=rev
Log:
fix for http://issues.apache.org/activemq/browse/CAMEL-317

Modified:
    activemq/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml
    activemq/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml
    activemq/camel/trunk/camel-core/pom.xml

Modified: activemq/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml?rev=618754&r1=618753&r2=618754&view=diff
==============================================================================
--- activemq/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml (original)
+++ activemq/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml Tue Feb  5 11:27:13 2008
@@ -113,6 +113,12 @@
         <include>org.apache.camel:camel-xmpp</include>
         <include>org.apache.camel:camel-xstream</include>
         <include>commons-logging:commons-logging</include>
+        <include>javax.xml.bind:jaxb-api</include>
+        <include>javax.activation:activation</include>
+        <include>javax.xml.stream:stax-api</include>
+        <include>com.sun.xml.bind:jaxb-impl</include>
+        <!--<include>stax:stax-api</include>-->
+        <include>org.springframework:spring</include>
       </includes>
     </dependencySet>
     <dependencySet>

Modified: activemq/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml?rev=618754&r1=618753&r2=618754&view=diff
==============================================================================
--- activemq/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml (original)
+++ activemq/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml Tue Feb  5 11:27:13 2008
@@ -118,6 +118,12 @@
         <include>org.apache.camel:camel-xmpp</include>
         <include>org.apache.camel:camel-xstream</include>
         <include>commons-logging:commons-logging</include>
+        <include>javax.xml.bind:jaxb-api</include>
+        <include>javax.activation:activation</include>
+        <include>javax.xml.stream:stax-api</include>
+        <include>com.sun.xml.bind:jaxb-impl</include>
+        <!--<include>stax:stax-api</include>-->
+        <include>org.springframework:spring</include>
       </includes>
     </dependencySet>
     <dependencySet>

Modified: activemq/camel/trunk/camel-core/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/pom.xml?rev=618754&r1=618753&r2=618754&view=diff
==============================================================================
--- activemq/camel/trunk/camel-core/pom.xml (original)
+++ activemq/camel/trunk/camel-core/pom.xml Tue Feb  5 11:27:13 2008
@@ -52,12 +52,14 @@
     </dependency>
 
     <!-- we could move the StAX code into a separate module? -->
+<!--
     <dependency>
       <groupId>stax</groupId>
       <artifactId>stax-api</artifactId>
       <optional>true</optional>
       <scope>compile</scope>
     </dependency>
+-->
 
     <!-- to allow Spring annotations to be used; could replace with the micro-jar later -->
     <dependency>