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:48:46 UTC

svn commit: r949668 - in /gump/metadata: profile/gump.xml project/activemq-protobuf.xml project/activemq.xml

Author: bodewig
Date: Mon May 31 06:48:46 2010
New Revision: 949668

URL: http://svn.apache.org/viewvc?rev=949668&view=rev
Log:
add activemq-protobuf

Added:
    gump/metadata/project/activemq-protobuf.xml
      - copied, changed from r949666, gump/metadata/project/activeio.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=949668&r1=949667&r2=949668&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Mon May 31 06:48:46 2010
@@ -19,6 +19,7 @@
 
 <!-- Apache ActiveMQ-->
   <module href="project/activemq.xml"/>
+  <module href="project/activemq-protobuf.xml"/>
   <module href="project/activeio.xml"/>
   <module href="project/camel.xml"/>
 

Copied: gump/metadata/project/activemq-protobuf.xml (from r949666, gump/metadata/project/activeio.xml)
URL: http://svn.apache.org/viewvc/gump/metadata/project/activemq-protobuf.xml?p2=gump/metadata/project/activemq-protobuf.xml&p1=gump/metadata/project/activeio.xml&r1=949666&r2=949668&rev=949668&view=diff
==============================================================================
--- gump/metadata/project/activeio.xml (original)
+++ gump/metadata/project/activemq-protobuf.xml Mon May 31 06:48:46 2010
@@ -15,44 +15,39 @@
   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="activemq-protobuf" groupId="org.apache.activemq.protobuf">
+  <url href="http://activemq.apache.org/"/>
   <description>
-    ActiveMQ message broker and enterprise integration patterns provider.
+    A Simpler Protocol Buffer Java API. Comes with a built in proto file compiler and Java source code generator. 
   </description>
 
-  <svn repository="asf" dir="activemq/activeio/trunk"/>
+  <svn repository="asf" dir="activemq/activemq-protobuf/trunk"/>
 
-  <project name="activemq-io" groupId="org.apache.activemq">
-    <package>org.apache.activeio</package>
-    <description>ActiveIO :: Core</description>
-    <url href="http://activemq.apache.org/"/>
+  <project name="activemq-protobuf-pom">
+    <jar name="pom.xml"/>
+    <mvn goal="install:install-file">
+      <property name="groupId" value="org.apache.activemq.protobuf"/>
+      <property name="artifactId" value="activemq-protobuf-pom"/>
+      <property name="packaging" value="pom"/>
+      <property name="file" value="pom.xml"/>
+      <property name="version" value="1.1-SNAPSHOT"/>
+    </mvn>
+    <option project="xpp"/>
+  </project>
 
-    <mvn basedir="activeio-core/" goal="install">
-      <property name="maven.test.skip.exec" value="true"/>
+  <project name="activemq-protobuf">
+    <package>org.apache.activemq.protobuf</package>
+    <description>ActiveMQ Protocol Buffers Implementation and Compiler</description>
+
+    <mvn basedir="activemq-protobuf" 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"
-     /> 
+    <home nested="activemq-protobof/" />
 
-    <nag to="rdonkin@apache.org"
-         from="GUMP &lt;ossfwot@dubioso.net&gt;"/>
+    <jar name="target/activemq-protobuf-*[0-9T].jar" /> 
   </project>
 </module>

Modified: gump/metadata/project/activemq.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/activemq.xml?rev=949668&r1=949667&r2=949668&view=diff
==============================================================================
--- gump/metadata/project/activemq.xml (original)
+++ gump/metadata/project/activemq.xml Mon May 31 06:48:46 2010
@@ -128,6 +128,7 @@
     <option project="activemq-jaas"/>
     <option project="activemq-jmdns_1.0"/>
     <option project="activemq-openwire-generator"/>
+    <option project="activemq-protobuf"/>
     <option project="apacheds-core"/>
     <option project="camel-core"/>
     <option project="commons-lang3"/>