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 2011/11/30 10:18:28 UTC

svn commit: r1208340 - in /gump/metadata: profile/gump.xml project/ws-commons-xmlschema.xml project/ws-xmlschema.xml

Author: bodewig
Date: Wed Nov 30 09:18:26 2011
New Revision: 1208340

URL: http://svn.apache.org/viewvc?rev=1208340&view=rev
Log:
Axis2 needs 1.4 branch of XmlSchema

Added:
    gump/metadata/project/ws-commons-xmlschema.xml
      - copied, changed from r1208328, gump/metadata/project/ws-xmlschema.xml
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/ws-xmlschema.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=1208340&r1=1208339&r2=1208340&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Wed Nov 30 09:18:26 2011
@@ -186,6 +186,7 @@
   <module href="project/ws-axis.xml"/>
   <module href="project/ws-axis2.xml"/>
   <module href="project/ws-commons.xml"/>
+  <module href="project/ws-commons-xmlschema.xml"/>
   <!--module href="project/ws-jaxme.xml"/>
   <module href="project/ws-jaxme-maven.xml"/-->
   <module href="project/ws-soap.xml"/>

Copied: gump/metadata/project/ws-commons-xmlschema.xml (from r1208328, gump/metadata/project/ws-xmlschema.xml)
URL: http://svn.apache.org/viewvc/gump/metadata/project/ws-commons-xmlschema.xml?p2=gump/metadata/project/ws-commons-xmlschema.xml&p1=gump/metadata/project/ws-xmlschema.xml&r1=1208328&r2=1208340&rev=1208340&view=diff
==============================================================================
--- gump/metadata/project/ws-xmlschema.xml (original)
+++ gump/metadata/project/ws-commons-xmlschema.xml Wed Nov 30 09:18:26 2011
@@ -16,19 +16,17 @@
   limitations under the License.
 -->
 
-<module name="ws-xmlschema" groupId="org.apache.ws.xmlschema">
+<module name="ws-commons-xmlschema" groupId="org.apache.ws.commons.schema">
   <description>
     Commons XMLSchema is a light weight schema object model that can
     be used to manipulate or generate XML schema.
   </description>
-  <url href="http://ws.apache.org/commons/xmlschema20/"/>
-  <svn repository="asf" dir="webservices/xmlschema/trunk"/>
+  <url href="http://ws.apache.org/commons/XmlSchema"/>
+  <svn repository="asf" dir="webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH"/>
 
   <project name="ws-commons-xmlschema">
-    <package>org.apache.ws.commons.xmlschema</package>
-    <mvn3 profile="!sourcecheck">
-      <property name="skipTests" value="true"/>
-    </mvn3>
+    <package>org.apache.ws.commons.schema</package>
+    <mvn2 goal="install"/>
 
     <option project="ant" inherit="runtime" />
     <option project="checkstyle"/>
@@ -47,18 +45,9 @@
     <option project="xmlunit" />
     <option project="xmlunit"/>
 
-    <jar name="xmlschema-core/target/xmlschema-core-*[0-9T].jar"
-         id="xmlschema-core"/>
+    <jar name="target/XmlSchema-*[0-9T].jar"
+         id="XmlSchema"/>
     <!-- license name="LICENSE.txt"/ -->
   </project>
 
-  <project name="ws-commons-xmlschema-test">
-    <package>org.apache.ws.commons.xmlschema</package>
-    <mvn3 profile="!sourcecheck"/>
-    <depend project="ws-commons-xmlschema"/>
-    <report nested="xmlschema-eclipse/target/surefire-reports"/>
-    <report nested="xmlschema-core/target/surefire-reports"/>
-    <report nested="xmlschema-bundle-test/target/surefire-reports"/>
-  </project>
-
 </module>

Modified: gump/metadata/project/ws-xmlschema.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ws-xmlschema.xml?rev=1208340&r1=1208339&r2=1208340&view=diff
==============================================================================
--- gump/metadata/project/ws-xmlschema.xml (original)
+++ gump/metadata/project/ws-xmlschema.xml Wed Nov 30 09:18:26 2011
@@ -24,8 +24,8 @@
   <url href="http://ws.apache.org/commons/xmlschema20/"/>
   <svn repository="asf" dir="webservices/xmlschema/trunk"/>
 
-  <project name="ws-commons-xmlschema">
-    <package>org.apache.ws.commons.xmlschema</package>
+  <project name="xmlschema-core">
+    <package>org.apache.ws.commons.schema</package>
     <mvn3 profile="!sourcecheck">
       <property name="skipTests" value="true"/>
     </mvn3>
@@ -47,15 +47,14 @@
     <option project="xmlunit" />
     <option project="xmlunit"/>
 
-    <jar name="xmlschema-core/target/xmlschema-core-*[0-9T].jar"
-         id="xmlschema-core"/>
+    <jar name="xmlschema-core/target/xmlschema-core-*[0-9T].jar"/>
     <!-- license name="LICENSE.txt"/ -->
   </project>
 
-  <project name="ws-commons-xmlschema-test">
+  <project name="xmlschema-core-test">
     <package>org.apache.ws.commons.xmlschema</package>
     <mvn3 profile="!sourcecheck"/>
-    <depend project="ws-commons-xmlschema"/>
+    <depend project="xmlschema-core"/>
     <report nested="xmlschema-eclipse/target/surefire-reports"/>
     <report nested="xmlschema-core/target/surefire-reports"/>
     <report nested="xmlschema-bundle-test/target/surefire-reports"/>