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 2010/05/11 15:41:46 UTC

svn commit: r943119 - in /gump/metadata/project: activemq.xml camel.xml

Author: bodewig
Date: Tue May 11 13:41:45 2010
New Revision: 943119

URL: http://svn.apache.org/viewvc?rev=943119&view=rev
Log:
rename camel project

Modified:
    gump/metadata/project/activemq.xml
    gump/metadata/project/camel.xml

Modified: gump/metadata/project/activemq.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/activemq.xml?rev=943119&r1=943118&r2=943119&view=diff
==============================================================================
--- gump/metadata/project/activemq.xml (original)
+++ gump/metadata/project/activemq.xml Tue May 11 13:41:45 2010
@@ -123,7 +123,7 @@
     <option project="activemq-jmdns_1.0"/>
     <option project="activemq-openwire-generator"/>
     <option project="apacheds-core"/>
-    <option project="camel"/>
+    <option project="camel-core"/>
     <option project="commons-lang3"/>
     <option project="commons-logging"/>
     <option project="commons-primitives"/>

Modified: gump/metadata/project/camel.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/camel.xml?rev=943119&r1=943118&r2=943119&view=diff
==============================================================================
--- gump/metadata/project/camel.xml (original)
+++ gump/metadata/project/camel.xml Tue May 11 13:41:45 2010
@@ -1,6 +1,6 @@
 <?xml version="1.0" ?>
 <!--
- Licensed to the Apache Software Foundation (ASF) under one or more
+  Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
@@ -24,16 +24,21 @@
 
   <svn repository="asf" dir="camel/trunk"/>
 
-  <project name="camel-parent" groupId="org.apache.camel">
-    <jar name="parent/pom.xml" id="camel-parent"/>
+  <project name="camel-parent">
+    <jar name="parent/pom.xml"/>
+
+    <!-- enough to have most of maven's dependencies around -->
+    <option project="commons-logging"/>
+    <option project="slf4j"/>
+    <option project="velocity-engine"/>
   </project>
 
-  <project name="camel" groupId="org.apache.camel">
+  <project name="camel-core">
     <package>org.apache.camel</package>
     <description>Camel :: Core</description>
-    <url href="http://activemq.apache.org/"/>
 
-    <mvn basedir="camel-core" separateLocalRepository="true" goal="install">
+    <depend project="camel-parent"/>
+    <mvn basedir="camel-core" goal="install">
       <property name="maven.test.skip.exec" value="true"/>
     </mvn>
 
@@ -43,11 +48,17 @@
         name="target/camel-core-2.0-SNAPSHOT.jar"
      />
 
-    <depend project="camel-parent"/>
     <option project="commons-logging"/>
+    <option project="junit"/>
+    <option project="logging-log4j-12"/>
     <option project="packaged-jaxme"/>
 
     <nag to="rdonkin@apache.org"
          from="GUMP &lt;ossfwot@dubioso.net&gt;"/>
   </project>
+
+  <project name="camel-core-test">
+    <depend project="camel-core"/>
+    <mvn basedir="camel-core"/>
+  </project>
 </module>