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/31 08:56:23 UTC

svn commit: r949669 - in /gump/metadata/project: activeio.xml activemq.xml

Author: bodewig
Date: Mon May 31 06:56:22 2010
New Revision: 949669

URL: http://svn.apache.org/viewvc?rev=949669&view=rev
Log:
make actveio look more regular

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

Modified: gump/metadata/project/activeio.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/activeio.xml?rev=949669&r1=949668&r2=949669&view=diff
==============================================================================
--- gump/metadata/project/activeio.xml (original)
+++ gump/metadata/project/activeio.xml Mon May 31 06:56:22 2010
@@ -15,41 +15,29 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<module name="activeio">
-  <url href="http://activeio.apache.org/"/>
+<module name="activeio" groupId="org.apache.activemq">
+  <url href="http://activemq.apache.org/"/>
   <description>
-    ActiveMQ message broker and enterprise integration patterns provider.
+    A high performance IO abstraction framework.
   </description>
 
   <svn repository="asf" dir="activemq/activeio/trunk"/>
 
-  <project name="activemq-io" groupId="org.apache.activemq">
+  <project name="activeio-core">
     <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.exec" value="true"/>
+    <mvn basedir="activeio-core" goal="install">
+      <!--property name="maven.test.skip.exec" value="true"/-->
     </mvn>
 
-    <option project="ant"/>
-    <option project="cglib"/>
-    <option project="commons-beanutils"/>
-    <option project="commons-collections"/>
-    <option project="commons-jelly-tags-velocity"/>
-    <option project="commons-jexl"/>
-    <option project="commons-lang3"/>
     <option project="commons-logging"/>
-    <option project="excalibur-framework-api"/>
-    <option project="junit"/>
-    <option project="logging-log4j-12"/>
-    <option project="mx4j"/>
     <option project="velocity-engine"/>
 
     <home nested="activeio-core/" />
 
-    <jar  id="activeio-core"
-        name="target/activeio-core-3.2-SNAPSHOT.jar"
+    <jar
+        name="target/activeio-core-*[0-9T].jar"
      /> 
 
     <nag to="rdonkin@apache.org"

Modified: gump/metadata/project/activemq.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/activemq.xml?rev=949669&r1=949668&r2=949669&view=diff
==============================================================================
--- gump/metadata/project/activemq.xml (original)
+++ gump/metadata/project/activemq.xml Mon May 31 06:56:22 2010
@@ -124,7 +124,7 @@
           name="target/activemq-core-5.4-SNAPSHOT.jar"
           />
 
-    <option project="activemq-io"/>
+    <option project="activeio-core"/>
     <option project="activemq-jaas"/>
     <option project="activemq-jmdns_1.0"/>
     <option project="activemq-openwire-generator"/>