[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gump-commits
Subject:    svn commit: r979515 - in /gump/metadata: profile/gump.xml
From:       bodewig () apache ! org
Date:       2010-07-27 3:55:08
Message-ID: 20100727035508.C16F723889E1 () eris ! apache ! org
[Download RAW message or body]

Author: bodewig
Date: Tue Jul 27 03:55:08 2010
New Revision: 979515

URL: http://svn.apache.org/viewvc?rev=979515&view=rev
Log:
dom4j uses mercurial now

Added:
    gump/metadata/repository/dom4j-hg.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/dom4j-HEAD.xml
    gump/metadata/project/dom4j.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=979515&r1=979514&r2=979515&view=diff
 ==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Tue Jul 27 03:55:08 2010
@@ -503,6 +503,7 @@
   <repository href="repository/codehaus_annogen.xml"/>
   <repository href="repository/dbxml.xml"/>
   <repository href="repository/dnsjava.xml"/>
+  <repository href="repository/dom4j-hg.xml"/>
   <repository href="repository/eclipse.xml"/>
   <repository href="repository/ggf-cddlm.xml"/>
   <repository href="repository/hamcrest.xml"/>

Modified: gump/metadata/project/dom4j-HEAD.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/dom4j-HEAD.xml?rev=979515&r1=979514&r2=979515&view=diff
 ==============================================================================
--- gump/metadata/project/dom4j-HEAD.xml (original)
+++ gump/metadata/project/dom4j-HEAD.xml Tue Jul 27 03:55:08 2010
@@ -1,6 +1,6 @@
 <?xml version="1.0" ?>
 <!--
- Licensed to the Apache Software Foundation (ASF) under one or more
+  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
@@ -15,57 +15,38 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<module name="dom4j-HEAD">
+<module name="dom4j-HEAD" groupId="org.dom4j">
 
-  <url href="http://www.dom4j.org"/>
+  <url href="http://dom4j.sourceforge.net/"/>
   <description>
     The flexible XML framework for Java
   </description>
   <redistributable/>
 
-  <cvs repository="sourceforge" host-prefix="dom4j" dir="dom4j" module="dom4j"/>
+  <hg repository="dom4j-hg"/>
   
   <project name="dom4j-HEAD">
     <package>org.dom4j</package>
 
-    <ant target="prepare-gump,package">
-      <property name="jaxen.src" project="jaxen" path="src/java/main"/>
-      <sysproperty name="ant.build.clonevm" value="true"/>
-    </ant>
-    <depend project="ant" inherit="runtime"/>
-    <depend project="xml-xerces"/>
-    <depend project="junit"/>
-    <depend project="xml-apis-12"/>
-    <depend project="jaxp" ids="sax jaxp-api"/>
-    <depend project="xalan"/>
-    <depend project="xpp2"/>
-    <depend project="xpp"/>
-    <depend project="jaxen"/>
-    <depend project="xsdlib"/>
-    <depend project="relaxng"/>
-    <depend project="stax"/>
-    <depend project="junitperf"/>
-    <depend project="packaged-jaxme" ids="api"/>
+    <mvn separateLocalRepository="dom4j">
+      <property name="maven.test.skip.exec" value="true"/>
+    </mvn>
+
+    <option project="jaxen"/>
+    <option project="testng"/>
+    <option project="xalan"/>
+    <option project="xml-xerces"/>
+    <option project="xpp3"/>
 
-    <jar name="build/dom4j.jar" id="dom4j"/>
+    <jar name="target/dom4j-*[0-9T].jar" id="dom4j"/>
     <license name="LICENSE.txt"/>
     <nag from="Gump Integration Build &lt;general@gump.apache.org&gt;" \
to="dom4j-dev@lists.sourceforge.net" />  </project>
 
   <project name="dom4j-HEAD-tests">
-    <package>org.dom4j</package>
-
-    <ant target="test">
-      <sysproperty name="ant.build.clonevm" value="true"/>
-    </ant>
-    <depend project="dom4j-HEAD" inherit="all"/>
-
-    <!-- needed for tests -->
-    <work nested="build/classes"/>
-    <!-- holds resources for tests -->
-    <work nested="."/>
-
-    <junitreport nested="build/test-results/xml"/>
+    <mvn separateLocalRepository="dom4j" target="test"/>
+    <depend project="dom4j-HEAD"/>
+    <junitreport nested="target/surefire-reports"/>
     <license name="LICENSE.txt"/>
     <nag from="Gump Integration Build &lt;general@gump.apache.org&gt;" \
to="dom4j-dev@lists.sourceforge.net" />  </project>

Modified: gump/metadata/project/dom4j.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/dom4j.xml?rev=979515&r1=979514&r2=979515&view=diff
 ==============================================================================
--- gump/metadata/project/dom4j.xml (original)
+++ gump/metadata/project/dom4j.xml Tue Jul 27 03:55:08 2010
@@ -17,7 +17,7 @@
 -->
 <module name="dom4j">
 
-  <url href="http://www.dom4j.org"/>
+  <url href="http://dom4j.sourceforge.net/"/>
   <description>
     The flexible XML framework for Java
   </description>

Added: gump/metadata/repository/dom4j-hg.xml
URL: http://svn.apache.org/viewvc/gump/metadata/repository/dom4j-hg.xml?rev=979515&view=auto
 ==============================================================================
--- gump/metadata/repository/dom4j-hg.xml (added)
+++ gump/metadata/repository/dom4j-hg.xml Tue Jul 27 03:55:08 2010
@@ -0,0 +1,24 @@
+<?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.
+-->
+
+<repository name="dom4j-hg" type="hg">
+  <title>The flexible XML framework for Java</title>
+  <home-page>http://dom4j.sourceforge.net/</home-page>
+  <web>http://dom4j.hg.sourceforge.net/hgweb/dom4j</web>
+  <url>http://dom4j.hg.sourceforge.net:8000/hgroot/dom4j/dom4j</url>
+</repository>

Propchange: gump/metadata/repository/dom4j-hg.xml
------------------------------------------------------------------------------
    svn:eol-style = native


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic