You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2010/05/31 13:51:10 UTC

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

Author: davsclaus
Date: Mon May 31 11:51:10 2010
New Revision: 949721

URL: http://svn.apache.org/viewvc?rev=949721&view=rev
Log:
CAMEL-2768: Added new camel-ejb component for using EJB 3.x beans.

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

Modified: camel/trunk/apache-camel/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/pom.xml?rev=949721&r1=949720&r2=949721&view=diff
==============================================================================
--- camel/trunk/apache-camel/pom.xml (original)
+++ camel/trunk/apache-camel/pom.xml Mon May 31 11:51:10 2010
@@ -102,6 +102,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-ejb</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-exec</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=949721&r1=949720&r2=949721&view=diff
==============================================================================
--- camel/trunk/apache-camel/src/main/descriptors/common-bin.xml (original)
+++ camel/trunk/apache-camel/src/main/descriptors/common-bin.xml Mon May 31 11:51:10 2010
@@ -50,6 +50,7 @@
         <include>org.apache.camel:camel-cxf</include>
         <include>org.apache.camel:camel-dozer</include>
         <include>org.apache.camel:camel-eclipse</include>
+        <include>org.apache.camel:camel-ejb</include>
         <include>org.apache.camel:camel-exec</include>
         <include>org.apache.camel:camel-flatpack</include>
         <include>org.apache.camel:camel-freemarker</include>

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=949721&r1=949720&r2=949721&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Mon May 31 11:51:10 2010
@@ -281,13 +281,18 @@
       </dependency>
       <dependency>
          <groupId>org.apache.camel</groupId>
-	 <artifactId>camel-eclipse</artifactId>
-	 <version>${project.version}</version>
+	     <artifactId>camel-eclipse</artifactId>
+	     <version>${project.version}</version>
       </dependency>
       <dependency>
          <groupId>org.apache.camel</groupId>
-	 <artifactId>camel-exec</artifactId>
-	 <version>${project.version}</version>
+	     <artifactId>camel-ejb</artifactId>
+	     <version>${project.version}</version>
+      </dependency>
+      <dependency>
+         <groupId>org.apache.camel</groupId>
+	     <artifactId>camel-exec</artifactId>
+	     <version>${project.version}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
@@ -456,8 +461,8 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
-	<artifactId>camel-netty</artifactId>
-	<version>${project.version}</version>
+	    <artifactId>camel-netty</artifactId>
+	    <version>${project.version}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>