You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2008/09/30 16:31:45 UTC

svn commit: r700478 - in /servicemix/smx4/features/trunk/camel/camel-features: pom.xml src/main/resources/bundles.properties

Author: gertv
Date: Tue Sep 30 07:31:44 2008
New Revision: 700478

URL: http://svn.apache.org/viewvc?rev=700478&view=rev
Log:
SMX4-49: Adding camel-csv and camel-script

Modified:
    servicemix/smx4/features/trunk/camel/camel-features/pom.xml
    servicemix/smx4/features/trunk/camel/camel-features/src/main/resources/bundles.properties

Modified: servicemix/smx4/features/trunk/camel/camel-features/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/camel/camel-features/pom.xml?rev=700478&r1=700477&r2=700478&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/camel/camel-features/pom.xml (original)
+++ servicemix/smx4/features/trunk/camel/camel-features/pom.xml Tue Sep 30 07:31:44 2008
@@ -147,6 +147,11 @@
      </dependency>
      <dependency>
        <groupId>org.apache.camel</groupId>
+       <artifactId>camel-csv</artifactId>
+       <version>${camel.version}</version>
+     </dependency>
+     <dependency>
+       <groupId>org.apache.camel</groupId>
        <artifactId>camel-flatpack</artifactId>
        <version>${camel.version}</version>
      </dependency>
@@ -267,6 +272,11 @@
      </dependency>
      <dependency>
        <groupId>org.apache.camel</groupId>
+       <artifactId>camel-script</artifactId>
+       <version>${camel.version}</version>
+     </dependency>
+     <dependency>
+       <groupId>org.apache.camel</groupId>
        <artifactId>camel-spring-integration</artifactId>
        <version>${camel.version}</version>
      </dependency>

Modified: servicemix/smx4/features/trunk/camel/camel-features/src/main/resources/bundles.properties
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/camel/camel-features/src/main/resources/bundles.properties?rev=700478&r1=700477&r2=700478&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/camel/camel-features/src/main/resources/bundles.properties (original)
+++ servicemix/smx4/features/trunk/camel/camel-features/src/main/resources/bundles.properties Tue Sep 30 07:31:44 2008
@@ -23,6 +23,7 @@
 org.apache.servicemix.specs/org.apache.servicemix.specs.jaxws-api-2.1/${servicemix.specs.version}/jar
 org.apache.servicemix.specs/org.apache.servicemix.specs.jaxws-api-2.0/${servicemix.specs.version}/jar
 org.apache.servicemix.specs/org.apache.servicemix.specs.saaj-api-1.3/${servicemix.specs.version}/jar
+org.apache.servicemix.specs/org.apache.servicemix.specs.scripting-api-1.0/${servicemix.specs.version}/jar
 org.apache.servicemix.specs/org.apache.servicemix.specs.stax-api-1.0/${servicemix.specs.version}/jar
 
 #Apache Geronimo specs
@@ -41,6 +42,7 @@
 org.apache.servicemix.bundles/org.apache.servicemix.bundles.antlr/${antlr.version}/jar
 org.apache.servicemix.bundles/org.apache.servicemix.bundles.antlr-runtime/${antlr-runtime.version}/jar
 org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-beanutils/${commons-beanutils.version}/jar
+org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-csv/${commons-csv.version}/jar
 org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-dbcp/${commons-dbcp.version}/jar
 org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-codec/${commons-codec.version}/jar
 org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-httpclient/${commons.httpclient.version}/jar