You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2005/11/06 04:25:38 UTC

svn commit: r331063 - in /gump/metadata: profile/gump.xml project/xml-xmlbeans.xml repository/xmlbeans.xml

Author: billbarker
Date: Sat Nov  5 19:25:15 2005
New Revision: 331063

URL: http://svn.apache.org/viewcvs?rev=331063&view=rev
Log:
It seems that xmlbeans has moved to SVN, and out of XML

Added:
    gump/metadata/repository/xmlbeans.xml
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/xml-xmlbeans.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/profile/gump.xml?rev=331063&r1=331062&r2=331063&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Sat Nov  5 19:25:15 2005
@@ -599,6 +599,7 @@
   <repository href="repository/xml.xml"/>
   <repository href="repository/xmlgraphics.xml"/>
   <repository href="repository/xml-svn.xml"/>
+  <repository href="repository/xmlbeans.xml"/>
   <repository href="repository/xpp.xml"/>
   <repository href="repository/xstream.xml"/>
 

Modified: gump/metadata/project/xml-xmlbeans.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/xml-xmlbeans.xml?rev=331063&r1=331062&r2=331063&view=diff
==============================================================================
--- gump/metadata/project/xml-xmlbeans.xml (original)
+++ gump/metadata/project/xml-xmlbeans.xml Sat Nov  5 19:25:15 2005
@@ -20,27 +20,27 @@
           XML Beans Object &lt;-&gt; Java Binding Tool
   </description>
 
-  <cvs repository="xml"/>
+  <svn repository="xmlbeans" dir="branches/1.x"/>
   
   <project name="xml-xmlbeans-v1">
-    <ant basedir="v1" buildfile="build.xml" target="bootstrap"/>
+    <ant  buildfile="build.xml" target="bootstrap"/>
     <url href='http://xml.apache.org/xmlbeans/'/>         
-    <depend project="bootstrap-ant"/>
+    <depend project="ant" inherit="runtime"/>
     <depend project="xml-xerces"/>
     <depend project="xml-apis"/>
     <depend project='packaged-jaxen'/>
     <depend project='junit'/>
-    <home nested="v1/build"/>
-    <work nested="v1/build/classes/common"/>    
-    <work nested="v1/build/classes/xmlinputstream"/>
-    <work nested="v1/build/classes/xmlpublic"/>    
-    <work nested="v1/external/lib/oldxbean.jar"/>
-    <work nested="v1/build/private/classes/zipcompare"/>
-    <work nested="v1/build/private/lib/easypo.jar"/>
-    <work nested="v1/build/private/lib/schemas.jar"/>
-    <work nested='v1/build/private/lib/enumtest.jar'/>
-    <work nested='v1/build/private/lib/drt.jar'/>
-    <work nested='v1/build/private/lib/xstypes.jar'/>
+    <home nested="build"/>
+    <work nested="build/classes/common"/>    
+    <work nested="build/classes/xmlinputstream"/>
+    <work nested="build/classes/xmlpublic"/>    
+    <work nested="external/lib/oldxbean.jar"/>
+    <work nested="build/private/classes/zipcompare"/>
+    <work nested="build/private/lib/easypo.jar"/>
+    <work nested="build/private/lib/schemas.jar"/>
+    <work nested='build/private/lib/enumtest.jar'/>
+    <work nested='build/private/lib/drt.jar'/>
+    <work nested='build/private/lib/xstypes.jar'/>
     <jar name="lib/xbean.jar" id="xbean"/> 
     <jar name="lib/xmlpublic.jar" id="xmlpublic"/>
     <jar name="lib/xbean_xpath.jar" id="xbean_xpath"/>

Added: gump/metadata/repository/xmlbeans.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/repository/xmlbeans.xml?rev=331063&view=auto
==============================================================================
--- gump/metadata/repository/xmlbeans.xml (added)
+++ gump/metadata/repository/xmlbeans.xml Sat Nov  5 19:25:15 2005
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  Copyright 2005 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="xmlbeans" type="svn">
+  <title>XMLBeans</title>
+  <home-page>http://xml.apache.org/xmlbeans</home-page>
+  
+  <!-- Bogus, need to rename & just use url below -->
+  <cvsweb>http://svn.apache.org/repos/asf/xmlbeans/</cvsweb>  
+  
+  <url>http://svn.apache.org/repos/asf/xmlbeans/</url>
+  
+  <redistributable/>
+</repository>