Author: davsclaus
Date: Thu Jan 22 04:27:59 2009
New Revision: 736620

URL: http://svn.apache.org/viewvc?rev=736620&view=rev
Log:
CAMEL-1287: freemarker component.

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

Modified: camel/trunk/apache-camel/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/apache-camel/pom.xml?rev=736620&r1=736619&r2=736620&view=diff
==============================================================================
--- camel/trunk/apache-camel/pom.xml (original)
+++ camel/trunk/apache-camel/pom.xml Thu Jan 22 04:27:59 2009
@@ -89,6 +89,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-freemarker</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-groovy</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=736620&r1=736619&r2=736620&view=diff
==============================================================================
--- camel/trunk/apache-camel/src/main/descriptors/common-bin.xml (original)
+++ camel/trunk/apache-camel/src/main/descriptors/common-bin.xml Thu Jan 22 
04:27:59 2009
@@ -49,6 +49,7 @@
         <include>org.apache.camel:camel-csv</include>
         <include>org.apache.camel:camel-cxf</include>
         <include>org.apache.camel:camel-flatpack</include>
+        <include>org.apache.camel:camel-freemarker</include>
         <include>org.apache.camel:camel-ftp</include>
         <include>org.apache.camel:camel-groovy</include>
         <include>org.apache.camel:camel-guice</include>

Modified: camel/trunk/components/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/pom.xml?rev=736620&r1=736619&r2=736620&view=diff
==============================================================================
--- camel/trunk/components/pom.xml (original)
+++ camel/trunk/components/pom.xml Thu Jan 22 04:27:59 2009
@@ -41,6 +41,7 @@
     <module>camel-csv</module>
     <module>camel-cxf</module>
     <module>camel-flatpack</module>
+    <module>camel-freemarker</module>
     <module>camel-ftp</module>
     <module>camel-guice</module>
     <module>camel-groovy</module>

Modified: camel/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=736620&r1=736619&r2=736620&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Thu Jan 22 04:27:59 2009
@@ -222,6 +222,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-freemarker</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-ftp</artifactId>
         <version>${project.version}</version>
       </dependency>
@@ -1087,7 +1092,7 @@
                <dependency>
                        <groupId>org.apache.camel</groupId>
                        <artifactId>camel-buildtools</artifactId>
-                       <version>1.5.0</version>
+                       <version>${project.version}</version>
                </dependency>
        </dependencies>
        <executions>


Reply via email to