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/10/21 17:37:45 UTC

svn commit: r1026029 - in /camel/trunk: examples/pom.xml parent/pom.xml

Author: davsclaus
Date: Thu Oct 21 15:37:45 2010
New Revision: 1026029

URL: http://svn.apache.org/viewvc?rev=1026029&view=rev
Log:
Added CXF tomcat example to kit.

Modified:
    camel/trunk/examples/pom.xml
    camel/trunk/parent/pom.xml

Modified: camel/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/pom.xml?rev=1026029&r1=1026028&r2=1026029&view=diff
==============================================================================
--- camel/trunk/examples/pom.xml (original)
+++ camel/trunk/examples/pom.xml Thu Oct 21 15:37:45 2010
@@ -54,6 +54,7 @@
     <module>camel-example-cafe</module>
     <module>camel-example-cxf</module>
     <module>camel-example-cxf-proxy</module>
+    <module>camel-example-cxf-tomcat</module>
     <module>camel-example-docs</module>
     <module>camel-example-etl</module>
     <module>camel-example-gae</module>

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1026029&r1=1026028&r2=1026029&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Thu Oct 21 15:37:45 2010
@@ -676,6 +676,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-example-cxf-tomcat</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-example-docs</artifactId>
         <version>${project.version}</version>
       </dependency>