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/05/01 11:03:09 UTC

svn commit: r533979 - 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: Tue May  1 02:03:09 2007
New Revision: 533979

URL: http://svn.apache.org/viewvc?view=rev&rev=533979
Log:
zapped old camel-file module from assembly and added camel-mail

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=533979&r1=533978&r2=533979
==============================================================================
--- activemq/camel/trunk/apache-camel/pom.xml (original)
+++ activemq/camel/trunk/apache-camel/pom.xml Tue May  1 02:03:09 2007
@@ -44,10 +44,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-file</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.camel</groupId>
       <artifactId>camel-http</artifactId>
     </dependency>
     <dependency>
@@ -69,6 +65,10 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-jpa</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-mail</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>

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=533979&r1=533978&r2=533979
==============================================================================
--- activemq/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml (original)
+++ activemq/camel/trunk/apache-camel/src/main/descriptors/unix-bin.xml Tue May  1 02:03:09 2007
@@ -51,13 +51,13 @@
       <includes>
         <include>org.apache.camel:camel-core</include>
         <include>org.apache.camel:camel-cxf</include>
-        <include>org.apache.camel:camel-file</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-josql</include>
         <include>org.apache.camel:camel-jpa</include>
+        <include>org.apache.camel:camel-mail</include>
         <include>org.apache.camel:camel-mina</include>
         <include>org.apache.camel:camel-saxon</include>
         <include>org.apache.camel:camel-script</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=533979&r1=533978&r2=533979
==============================================================================
--- activemq/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml (original)
+++ activemq/camel/trunk/apache-camel/src/main/descriptors/windows-bin.xml Tue May  1 02:03:09 2007
@@ -57,13 +57,13 @@
       <includes>
         <include>org.apache.camel:camel-core</include>
         <include>org.apache.camel:camel-cxf</include>
-        <include>org.apache.camel:camel-file</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-josql</include>
         <include>org.apache.camel:camel-jpa</include>
+        <include>org.apache.camel:camel-mail</include>
         <include>org.apache.camel:camel-mina</include>
         <include>org.apache.camel:camel-saxon</include>
         <include>org.apache.camel:camel-script</include>

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?view=diff&rev=533979&r1=533978&r2=533979
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Tue May  1 02:03:09 2007
@@ -120,7 +120,6 @@
     <module>apache-camel</module>
     <module>camel-core</module>
     <module>camel-cxf</module>
-    <module>camel-file</module>
     <module>camel-http</module>
     <module>camel-itest</module>
     <module>camel-jaxb</module>
@@ -163,11 +162,6 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
-        <artifactId>camel-file</artifactId>
-        <version>${camel-version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.camel</groupId>
         <artifactId>camel-http</artifactId>
         <version>${camel-version}</version>
       </dependency>
@@ -194,6 +188,11 @@
       <dependency>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-josql</artifactId>
+        <version>${camel-version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-mail</artifactId>
         <version>${camel-version}</version>
       </dependency>
       <dependency>