You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by st...@apache.org on 2006/02/23 23:33:04 UTC

svn commit: r380253 - in /gump/metadata: profile/gump.xml project/annogen.xml repository/codehaus_annogen.xml

Author: stevel
Date: Thu Feb 23 14:33:00 2006
New Revision: 380253

URL: http://svn.apache.org/viewcvs?rev=380253&view=rev
Log:
moving back up the chain, this is an attempt at an annogen binding. Took the opportunity to put all codehaus projects in one place.

Added:
    gump/metadata/project/annogen.xml
    gump/metadata/repository/codehaus_annogen.xml
Modified:
    gump/metadata/profile/gump.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/profile/gump.xml?rev=380253&r1=380252&r2=380253&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Thu Feb 23 14:33:00 2006
@@ -206,11 +206,6 @@
   <module href="project/xml-xindice.xml"/>
   <module href="project/xml-xmlbeans.xml"/>
 
-<!-- Codehaus -->
-  <module href="project/jmock.xml"/>
-  <module href="project/packaged-jmock.xml"/>
-  <module href="project/xstream.xml"/>
-
 <!-- SourceForge -->
 
   <module href="project/antbook.xml"/>
@@ -263,7 +258,6 @@
   <module href="project/mx4j.xml"/>
   <module href="project/nant.xml"/>
   <module href="project/picocontainer.xml"/>
-  <module href="project/qdox.xml"/>
   <module href="project/quartz.xml"/>
   <module href="project/relaxng.xml"/>
   <module href="project/saxpath.xml"/>
@@ -362,16 +356,21 @@
   <module href="project/packaged-dom4j.xml"/>
 
 <!-- CodeHaus -->
+  <module href="project/annogen.xml"/>
   <module href="project/cargo.xml"/>
   <module href="project/packaged-cargo.xml"/>
   <module href="project/classworlds.xml"/>
+  <module href="project/forehead.xml"/>
   <module href="project/groovy.xml"/>
   <module href="project/packaged-groovy.xml"/>
-  <module href="project/openejb.xml"/>
-  <module href="project/forehead.xml"/>
+  <module href="project/jmock.xml"/>
+  <module href="project/packaged-jmock.xml"/>
   <module href="project/nanocontainer.xml"/>
+  <module href="project/openejb.xml"/>
+  <module href="project/qdox.xml"/>
+  <module href="project/xstream.xml"/>
 
-<!-- D-Haven -->
+  <!-- D-Haven -->
 
   <module href="project/d-haven.xml"/>
 
@@ -579,6 +578,7 @@
   <repository href="repository/lucene.xml"/>
   <repository href="repository/cargo.xml"/>
   <repository href="repository/codehaus.xml"/>
+  <repository href="repository/codehaus_annogen.xml"/>
   <repository href="repository/codehaus_scm.xml"/>
   <repository href="repository/codehaus_projects.xml"/>
   <repository href="repository/db.xml"/>

Added: gump/metadata/project/annogen.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/annogen.xml?rev=380253&view=auto
==============================================================================
--- gump/metadata/project/annogen.xml (added)
+++ gump/metadata/project/annogen.xml Thu Feb 23 14:33:00 2006
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+  Copyright 2006 The Apache Software Foundation
+
+  Licensed 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.
+-->
+    
+    
+    <!--
+    This project contains the different builds for the modules within
+    the examples of Java Development with Ant.
+    
+    -->
+<module name="annogen">
+
+  <url href="http://annogen.codehaus.org/"/>
+  <description>
+    Annogen is a framework which helps you work with JSR175 Annotations.
+  </description>
+  <redistributable/>
+
+  <svn repository="codehaus_annogen" dir="trunk"/>
+
+  <!-- =========================================== -->
+  <!-- Core diary module -->
+  <!-- =========================================== -->
+  <project name="annogen" >
+    <package>org.codehaus.annogen.generate</package>
+
+    <ant target="jars" >    
+      <property name="annogen-version" value="@@DATE@@"/>
+    </ant>
+    <depend project="ant" runtime="false"/>
+    <depend project="junit" runtime="false"/>
+    <depend project="qdox" runtime="false"/>
+
+    <jar name="build/distribution/lib/annogen-@@DATE@@.jar" id="annogen" />
+
+    <license name="license/LICENSE.txt"/>
+    
+  </project>
+
+</module>

Added: gump/metadata/repository/codehaus_annogen.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/repository/codehaus_annogen.xml?rev=380253&view=auto
==============================================================================
--- gump/metadata/repository/codehaus_annogen.xml (added)
+++ gump/metadata/repository/codehaus_annogen.xml Thu Feb 23 14:33:00 2006
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  Copyright 2006 The Apache Software Foundation
+
+  Licensed 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.
+-->
+
+<repository name="annogen" type="svn">
+  <title>Annogen</title>
+  <home-page>http://annogen.codehaus.org/</home-page>
+  <cvsweb>http://svn.annogen.codehaus.org/</cvsweb>
+  <url>https://svn.codehaus.org/annogen/</url>
+  <redistributable/>
+</repository>