You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2007/04/05 19:12:02 UTC

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

Author: jstrachan
Date: Thu Apr  5 10:12:01 2007
New Revision: 525894

URL: http://svn.apache.org/viewvc?view=rev&rev=525894
Log:
added the saxon and jaxb2 modules to the build

Modified:
    activemq/camel/trunk/apache-camel/pom.xml
    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/pom.xml

Modified: activemq/camel/trunk/apache-camel/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/apache-camel/pom.xml?view=diff&rev=525894&r1=525893&r2=525894
==============================================================================
--- activemq/camel/trunk/apache-camel/pom.xml (original)
+++ activemq/camel/trunk/apache-camel/pom.xml Thu Apr  5 10:12:01 2007
@@ -48,6 +48,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-jaxb</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-jbi</artifactId>
     </dependency>
     <dependency>
@@ -160,7 +164,7 @@
               <goal>createbundle</goal>
             </goals>
             <configuration>
-              <includes>camel-core,camel-cxf,camel-http,camel-jbi,camel-jms,camel-jpa,camel-mina,camel-script,camel-spring,commons-logging</includes>
+              <includes>camel-core,camel-cxf,camel-http,camel-jaxb,camel-jbi,camel-jms,camel-jpa,camel-mina,camel-saxon,camel-script,camel-spring,commons-logging</includes>
             </configuration>
           </execution>
         </executions>

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?view=diff&rev=525894&r1=525893&r2=525894
==============================================================================
--- activemq/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml (original)
+++ activemq/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml Thu Apr  5 10:12:01 2007
@@ -52,9 +52,12 @@
         <include>org.apache.camel:camel-core</include>
         <include>org.apache.camel:camel-cxf</include>
         <include>org.apache.camel:camel-http</include>
+        <include>org.apache.camel:camel-jaxb</include>
         <include>org.apache.camel:camel-jbi</include>
         <include>org.apache.camel:camel-jms</include>
+        <include>org.apache.camel:camel-jpa</include>
         <include>org.apache.camel:camel-mina</include>
+        <include>org.apache.camel:camel-saxon</include>
         <include>org.apache.camel:camel-script</include>
         <include>org.apache.camel:camel-spring</include>
         <include>commons-logging:commons-logging</include>

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?view=diff&rev=525894&r1=525893&r2=525894
==============================================================================
--- activemq/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml (original)
+++ activemq/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml Thu Apr  5 10:12:01 2007
@@ -58,9 +58,12 @@
         <include>org.apache.camel:camel-core</include>
         <include>org.apache.camel:camel-cxf</include>
         <include>org.apache.camel:camel-http</include>
+        <include>org.apache.camel:camel-jaxb</include>
         <include>org.apache.camel:camel-jbi</include>
         <include>org.apache.camel:camel-jms</include>
+        <include>org.apache.camel:camel-jpa</include>
         <include>org.apache.camel:camel-mina</include>
+        <include>org.apache.camel:camel-saxon</include>
         <include>org.apache.camel:camel-script</include>
         <include>org.apache.camel:camel-spring</include>
         <include>commons-logging:commons-logging</include>

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?view=diff&rev=525894&r1=525893&r2=525894
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Thu Apr  5 10:12:01 2007
@@ -113,6 +113,7 @@
   <modules>
     <module>apache-camel</module>
     <module>camel-core</module>
+    <module>camel-jaxb</module>
     <module>camel-cxf</module>
     <module>camel-http</module>
     <module>camel-itest</module>
@@ -148,6 +149,11 @@
       <dependency>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-http</artifactId>
+        <version>${camel-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-jaxb</artifactId>
         <version>${camel-version}</version>
       </dependency>
       <dependency>