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 2009/02/16 07:58:14 UTC

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

Author: ningjiang
Date: Mon Feb 16 06:58:13 2009
New Revision: 744823

URL: http://svn.apache.org/viewvc?rev=744823&view=rev
Log:
CAMEL-1342 added camel-test into bundle and assembly lib

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

Modified: camel/trunk/apache-camel/bundle/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/bundle/pom.xml?rev=744823&r1=744822&r2=744823&view=diff
==============================================================================
--- camel/trunk/apache-camel/bundle/pom.xml (original)
+++ camel/trunk/apache-camel/bundle/pom.xml Mon Feb 16 06:58:13 2009
@@ -241,12 +241,12 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-tagsoup</artifactId>
     </dependency>
-    <!--
-        <dependency>
-          <groupId>org.apache.camel</groupId>
-          <artifactId>camel-testng</artifactId>
-        </dependency>
-    -->
+    
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-test</artifactId>
+    </dependency>
+    
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-uface</artifactId>

Modified: camel/trunk/apache-camel/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/pom.xml?rev=744823&r1=744822&r2=744823&view=diff
==============================================================================
--- camel/trunk/apache-camel/pom.xml (original)
+++ camel/trunk/apache-camel/pom.xml Mon Feb 16 06:58:13 2009
@@ -258,6 +258,10 @@
         </dependency>
     -->
     <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-test</artifactId>
+    </dependency>    
+    <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-uface</artifactId>
     </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=744823&r1=744822&r2=744823&view=diff
==============================================================================
--- camel/trunk/apache-camel/src/main/descriptors/common-bin.xml (original)
+++ camel/trunk/apache-camel/src/main/descriptors/common-bin.xml Mon Feb 16 06:58:13 2009
@@ -89,6 +89,7 @@
         <include>org.apache.camel:camel-stream</include>
         <include>org.apache.camel:camel-stringtemplate</include>
         <include>org.apache.camel:camel-swing</include>
+        <include>org.apache.camel:camel-test</include>
         <include>org.apache.camel:camel-tagsoup</include>
         <include>org.apache.camel:camel-uface</include>
         <include>org.apache.camel:camel-velocity</include>