You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2010/04/27 04:07:23 UTC

svn commit: r938296 - in /camel/trunk/apache-camel: pom.xml src/main/descriptors/common-bin.xml

Author: ningjiang
Date: Tue Apr 27 02:07:22 2010
New Revision: 938296

URL: http://svn.apache.org/viewvc?rev=938296&view=rev
Log:
Add camel-spring-javaconfig into the apache-camel kit

Modified:
    camel/trunk/apache-camel/pom.xml
    camel/trunk/apache-camel/src/main/descriptors/common-bin.xml

Modified: camel/trunk/apache-camel/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/pom.xml?rev=938296&r1=938295&r2=938296&view=diff
==============================================================================
--- camel/trunk/apache-camel/pom.xml (original)
+++ camel/trunk/apache-camel/pom.xml Tue Apr 27 02:07:22 2010
@@ -318,6 +318,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-spring-javaconfig</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-spring-security</artifactId>
     </dependency>
     <dependency>

Modified: camel/trunk/apache-camel/src/main/descriptors/common-bin.xml
URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/src/main/descriptors/common-bin.xml?rev=938296&r1=938295&r2=938296&view=diff
==============================================================================
--- camel/trunk/apache-camel/src/main/descriptors/common-bin.xml (original)
+++ camel/trunk/apache-camel/src/main/descriptors/common-bin.xml Tue Apr 27 02:07:22 2010
@@ -98,7 +98,8 @@
         <include>org.apache.camel:camel-soap</include>
         <include>org.apache.camel:camel-spring</include>
         <include>org.apache.camel:camel-spring-integration</include>
-        <include>org.apache.camel:camel-spring-security</include>
+        <include>org.apache.camel:camel-spring-javaconfig</include>
+	<include>org.apache.camel:camel-spring-security</include>
         <include>org.apache.camel:camel-spring-osgi</include>
         <include>org.apache.camel:camel-sql</include>
         <include>org.apache.camel:camel-stream</include>