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 2009/09/24 12:19:39 UTC

svn commit: r818426 - in /gump/metadata/project: excalibur.xml turbine-fulcrum.xml village.xml ws-xmlrpc.xml xstream.xml

Author: bodewig
Date: Thu Sep 24 10:19:39 2009
New Revision: 818426

URL: http://svn.apache.org/viewvc?rev=818426&view=rev
Log:
groupIds

Modified:
    gump/metadata/project/excalibur.xml
    gump/metadata/project/turbine-fulcrum.xml
    gump/metadata/project/village.xml
    gump/metadata/project/ws-xmlrpc.xml
    gump/metadata/project/xstream.xml

Modified: gump/metadata/project/excalibur.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/excalibur.xml?rev=818426&r1=818425&r2=818426&view=diff
==============================================================================
--- gump/metadata/project/excalibur.xml (original)
+++ gump/metadata/project/excalibur.xml Thu Sep 24 10:19:39 2009
@@ -319,7 +319,8 @@
              to="scm@excalibur.apache.org"/>
     </project>
 
-    <project name="excalibur-testcase">
+    <project name="excalibur-testcase"
+             groupId="org.apache.excalibur.testcase">
 
         <package>org.apache.avalon.excalibur.testcase</package>
         

Modified: gump/metadata/project/turbine-fulcrum.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/turbine-fulcrum.xml?rev=818426&r1=818425&r2=818426&view=diff
==============================================================================
--- gump/metadata/project/turbine-fulcrum.xml (original)
+++ gump/metadata/project/turbine-fulcrum.xml Thu Sep 24 10:19:39 2009
@@ -414,7 +414,7 @@
     <depend project="commons-collections"/>
     <depend project="commons-logging"/>
     <depend project="quartz"/>
-    <depend project="xstream"/>
+    <depend project="xstream-in-xstream"/>
     
     <work nested="quartz/target/classes"/>
     <home nested="quartz"/>

Modified: gump/metadata/project/village.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/village.xml?rev=818426&r1=818425&r2=818426&view=diff
==============================================================================
--- gump/metadata/project/village.xml (original)
+++ gump/metadata/project/village.xml Thu Sep 24 10:19:39 2009
@@ -15,7 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<module name="village">
+<module name="village" groupId="org.apache.torque">
 
   <url href="http://db.apache.org/torque/"/>
   <description>

Modified: gump/metadata/project/ws-xmlrpc.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ws-xmlrpc.xml?rev=818426&r1=818425&r2=818426&view=diff
==============================================================================
--- gump/metadata/project/ws-xmlrpc.xml (original)
+++ gump/metadata/project/ws-xmlrpc.xml Thu Sep 24 10:19:39 2009
@@ -21,7 +21,7 @@
 
   <svn repository="asf" dir="webservices/xmlrpc/trunk"/>
 
-  <project name="xmlrpc">
+  <project name="xmlrpc" groupId="xmlrpc">
     <package>org.apache.xmlrpc</package>
 
     <mvn/>

Modified: gump/metadata/project/xstream.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/xstream.xml?rev=818426&r1=818425&r2=818426&view=diff
==============================================================================
--- gump/metadata/project/xstream.xml (original)
+++ gump/metadata/project/xstream.xml Thu Sep 24 10:19:39 2009
@@ -44,21 +44,13 @@
     <option project="stax"/>
     <option project="xom"/>
     <option project="xpp3"/>
-
-	<!--
-    <option project="jettison"/>
-    <option project="joda-time"/>
-    <option project="woodstox"/>
-    <option project="xml-writer"/>
-	-->
-
-    <!-- All Maven projects need Ant and Xerces to build. -->
-	<!--
-    <depend project="ant" inherit="runtime"/>
-    <depend project="xml-xerces"/>
-	<depend project="xml-apis"/>
-	-->
-
     <jar name="xstream/target/xstream-1.4-SNAPSHOT.jar"/>
   </project>
+
+  <project name="xstream-in-xstream" groupId="xstream">
+    <package>com.thoughtworks.xstream</package>
+    <depend project="xstream"/>
+    <jar name="xstream/target/xstream-1.4-SNAPSHOT.jar"
+         id="xstream"/>
+  </project>
 </module>