You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2009/02/19 15:16:56 UTC

svn commit: r745878 - /gump/metadata/project/camel.xml

Author: bodewig
Date: Thu Feb 19 14:16:55 2009
New Revision: 745878

URL: http://svn.apache.org/viewvc?rev=745878&view=rev
Log:
fix repo URL for Camel

Modified:
    gump/metadata/project/camel.xml

Modified: gump/metadata/project/camel.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/camel.xml?rev=745878&r1=745877&r2=745878&view=diff
==============================================================================
--- gump/metadata/project/camel.xml (original)
+++ gump/metadata/project/camel.xml Thu Feb 19 14:16:55 2009
@@ -16,19 +16,20 @@
   limitations under the License.
 -->
 <module name="camel">
-  <url href="http://activemq.apache.org/"/>
+  <url href="http://camel.apache.org/"/>
   <description>
-    ActiveMQ message broker and enterprise integration patterns provider.
+    Integration framework based on known Enterprise Integration
+    Patterns with powerful Bean Integration
   </description>
 
-  <svn repository="asf" dir="activemq/camel/trunk"/>
+  <svn repository="asf" dir="camel/trunk"/>
 
-  <project name="camel" separateLocalRepository="true">
+  <project name="camel">
     <package>org.apache.camel</package>
     <description>Camel :: Core</description>
     <url href="http://activemq.apache.org/"/>
 
-    <mvn basedir="camel-core" goal="install">
+    <mvn basedir="camel-core" goal="install" separateLocalRepository="true">
       <property name="maven.test.skip" value="true"/>
     </mvn>