You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by rd...@apache.org on 2008/05/08 21:09:50 UTC

svn commit: r654599 - in /gump/metadata: profile/gump.xml project/activeio.xml project/activemq.xml project/camel.xml

Author: rdonkin
Date: Thu May  8 12:08:52 2008
New Revision: 654599

URL: http://svn.apache.org/viewvc?rev=654599&view=rev
Log:
Try splitting out camel and activeio

Added:
    gump/metadata/project/activeio.xml
    gump/metadata/project/camel.xml
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/activemq.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=654599&r1=654598&r2=654599&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Thu May  8 12:08:52 2008
@@ -19,6 +19,8 @@
 
 <!-- Apache ActiveMQ-->
   <module href="project/activemq.xml"/>
+  <module href="project/activeio.xml"/>
+  <module href="project/camel.xml"/>
 
 <!-- Apache.Ant -->
 

Added: gump/metadata/project/activeio.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/activeio.xml?rev=654599&view=auto
==============================================================================
--- gump/metadata/project/activeio.xml (added)
+++ gump/metadata/project/activeio.xml Thu May  8 12:08:52 2008
@@ -0,0 +1,44 @@
+<?xml version="1.0" ?>
+<!--
+ 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
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<module name="activeio">
+  <url href="http://activeio.apache.org/"/>
+  <description>
+    ActiveMQ message broker and enterprise integration patterns provider.
+  </description>
+
+  <svn repository="asf" dir="activemq/activeio/trunk"/>
+
+  <project name="activemq-io">
+    <package>org.apache.activeio</package>
+    <description>ActiveIO :: Core</description>
+    <url href="http://activemq.apache.org/"/>
+
+    <mvn basedir="activeio-core/" goal="install">
+      <property name="maven.test.skip" value="true"/>
+    </mvn>
+
+    <home nested="activeio-core/" />
+
+    <jar  id="activemq-io"
+        name="target/activeio-core-3.1-SNAPSHOT.jar"
+     /> 
+
+    <nag to="rdonkin@apache.org"
+         from="GUMP &lt;ossfwot@dubioso.net&gt;"/>
+  </project>
+</module>

Modified: gump/metadata/project/activemq.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/activemq.xml?rev=654599&r1=654598&r2=654599&view=diff
==============================================================================
--- gump/metadata/project/activemq.xml (original)
+++ gump/metadata/project/activemq.xml Thu May  8 12:08:52 2008
@@ -21,18 +21,18 @@
     ActiveMQ message broker and enterprise integration patterns provider.
   </description>
 
-  <svn repository="asf" dir="activemq"/>
+  <svn repository="asf" dir="activemq/trunk"/>
 
   <project name="activemq-core">
     <package>org.apache.activemq</package>
     <description>ActiveMQ :: Core</description>
     <url href="http://activemq.apache.org/"/>
 
-    <mvn basedir="trunk/activemq-core" goal="install">
+    <mvn basedir="activemq-core" goal="install">
       <property name="maven.test.skip" value="true"/>
     </mvn>
 
-    <home nested="trunk/activemq-core" />
+    <home nested="activemq-core" />
 
     <jar  id="activemq-core"
         name="target/activemq-core-5.0-SNAPSHOT.jar"
@@ -42,48 +42,7 @@
     <option project="commons-lang"/>
     <option project="camel"/>
     <option project='jms'/>    
-    <option project='activemq-io'/>  
-
-    <nag to="rdonkin@apache.org"
-         from="GUMP &lt;ossfwot@dubioso.net&gt;"/>
-  </project>
-
-  <project name="activemq-io">
-    <package>org.apache.activeio</package>
-    <description>ActiveIO :: Core</description>
-    <url href="http://activemq.apache.org/"/>
-
-    <mvn basedir="activeio/trunk/activeio-core/" goal="install">
-      <property name="maven.test.skip" value="true"/>
-    </mvn>
-
-    <home nested="activeio/trunk/activeio-core/" />
-
-    <jar  id="activemq-io"
-        name="target/activeio-core-3.1-SNAPSHOT.jar"
-     /> 
-
-    <nag to="rdonkin@apache.org"
-         from="GUMP &lt;ossfwot@dubioso.net&gt;"/>
-  </project>
-
-  <project name="camel">
-    <package>org.apache.camel</package>
-    <description>Camel :: Core</description>
-    <url href="http://activemq.apache.org/"/>
-
-    <mvn basedir="camel/trunk/camel-core/" goal="install">
-      <property name="maven.test.skip" value="true"/>
-    </mvn>
-
-    <home nested="camel/trunk/camel-core/" />
-
-    <jar  id="camel-core"
-        name="target/camel-core-1.3-SNAPSHOT.jar"
-     />
-
-    <option project="commons-logging"/>
-    <option project="packaged-jaxme"/>
+    <option project='activemq-io'/>
 
     <nag to="rdonkin@apache.org"
          from="GUMP &lt;ossfwot@dubioso.net&gt;"/>

Added: gump/metadata/project/camel.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/camel.xml?rev=654599&view=auto
==============================================================================
--- gump/metadata/project/camel.xml (added)
+++ gump/metadata/project/camel.xml Thu May  8 12:08:52 2008
@@ -0,0 +1,47 @@
+<?xml version="1.0" ?>
+<!--
+ 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
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<module name="activemq">
+  <url href="http://activemq.apache.org/"/>
+  <description>
+    ActiveMQ message broker and enterprise integration patterns provider.
+  </description>
+
+  <svn repository="asf" dir="activemq/camel/trunk"/>
+
+  <project name="camel">
+    <package>org.apache.camel</package>
+    <description>Camel :: Core</description>
+    <url href="http://activemq.apache.org/"/>
+
+    <mvn basedir="camel-core" goal="install">
+      <property name="maven.test.skip" value="true"/>
+    </mvn>
+
+    <home nested="camel/trunk/camel-core/" />
+
+    <jar  id="camel-core"
+        name="target/camel-core-1.3-SNAPSHOT.jar"
+     />
+
+    <option project="commons-logging"/>
+    <option project="packaged-jaxme"/>
+
+    <nag to="rdonkin@apache.org"
+         from="GUMP &lt;ossfwot@dubioso.net&gt;"/>
+  </project>
+</module>