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 2005/11/21 06:26:32 UTC

svn commit: r345841 - in /gump/metadata: profile/gump.xml project/xml-xalan.xml project/xml-xerces2.xml repository/xalan.xml repository/xerces.xml

Author: bodewig
Date: Sun Nov 20 21:26:24 2005
New Revision: 345841

URL: http://svn.apache.org/viewcvs?rev=345841&view=rev
Log:
svn migrations

Added:
    gump/metadata/repository/xalan.xml   (with props)
    gump/metadata/repository/xerces.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/xml-xalan.xml
    gump/metadata/project/xml-xerces2.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/profile/gump.xml?rev=345841&r1=345840&r2=345841&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Sun Nov 20 21:26:24 2005
@@ -599,6 +599,8 @@
   <repository href="repository/w3c.xml"/>
   <repository href="repository/ws.xml"/>
   <repository href="repository/ws-fx.xml"/>
+  <repository href="repository/xalan.xml"/>
+  <repository href="repository/xerces.xml"/>
   <repository href="repository/xml.xml"/>
   <repository href="repository/xmlgraphics.xml"/>
   <repository href="repository/xml-svn.xml"/>

Modified: gump/metadata/project/xml-xalan.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/xml-xalan.xml?rev=345841&r1=345840&r2=345841&view=diff
==============================================================================
--- gump/metadata/project/xml-xalan.xml (original)
+++ gump/metadata/project/xml-xalan.xml Sun Nov 20 21:26:24 2005
@@ -21,7 +21,7 @@
     Release 2.x of the Xalan-Java XSLT processor
   </description>
 
-  <cvs repository="xml"/>
+  <svn repository="xalan" dir="java/trunk"/>
 
   <!-- Name has changed to 'xalan' to match the Maven repository name.
        xml-xalan2 is kept for compatibility.
@@ -33,7 +33,7 @@
   <project name="xalan">
     <package>org.apache.xalan</package>
 
-    <ant basedir="java" target="unbundledjar">
+    <ant target="unbundledjar">
       <property name="build.sysclasspath" value="last" />
     </ant>
 
@@ -48,7 +48,7 @@
     <work nested="java/build/classes"/>
     <work nested="java/build/serializer"/>
 
-    <home nested="java/build"/>
+    <home nested="build"/>
     <jar  name="xalan-unbundled.jar" type="boot" id="xalan" />
     <jar  name="serializer.jar" id="serializer" type="boot" />
     
@@ -62,7 +62,7 @@
   <project name="xsltc">
     <package>org.apache.xalan</package>
 
-    <ant basedir="java" target="xsltc.unbundledjar"/>
+    <ant target="xsltc.unbundledjar"/>
 
     <depend project="bootstrap-ant"/>
     <depend project="xml-xerces"/>
@@ -73,7 +73,7 @@
     <work nested="java/build/classes"/>
     <work nested="java/build/serializer"/>
 
-    <home nested="java/build"/>
+    <home nested="build"/>
     <jar  name="xsltc.jar" type="boot" id="xsltc" />
     <jar  name="serializer.jar" id="serializer" type="boot" />
     
@@ -82,7 +82,7 @@
   </project>
 
   <project name="dist-xalan2">
-    <ant basedir="java" target="dist">
+    <ant target="dist">
       <property name="version" value="@@DATE@@"/>
     </ant>
 
@@ -105,7 +105,8 @@
          to="xalan-dev@xml.apache.org"/>
   </project>
 
-  <project name="xml-xalan2-smoketest-tools">
+  <!-- moved to a different directory in svn -->
+  <!--project name="xml-xalan2-smoketest-tools">
     <description>
       Independent testing harness org.apache.qetest
     </description>
@@ -135,16 +136,15 @@
     <depend project="xml-apis"/>
     <depend project="xml-xerces"/>
     <depend project="xalan"/>
-    <depend project="xml-xalan2-smoketest-tools"/> <!-- Only needed to get taskdef name="xalantest" working in GUMP Jun-02 -sc -->
-    <depend project="jtidy"/> <!-- Only needed for XSLTC testing currently Jun-02 -sc -->
+    <depend project="xml-xalan2-smoketest-tools"/>
+    <depend project="jtidy"/>
     <work nested="test/java/build"/>
     <work nested="test/tests/extensions/java/build"/>
     <nag from="Sam Ruby &lt;rubys@us.ibm.com&gt;"
          to="xalan-dev@xml.apache.org"/>
-  </project>
+  </project-->
 
   <project name="xalan2jdoc">
-    <home nested="java"/>
     <jar name="tools/xalan2jdoc.jar"/>
   </project>
 
@@ -153,7 +153,6 @@
     <description>
       Parser Generator for Java
     </description>
-    <home nested="java"/>
     <jar name="tools/java_cup.jar"/>
     <jar name="lib/runtime.jar"/>
   </project>
@@ -163,7 +162,6 @@
     <description>
       Lexical Analyzer Generator for Java
     </description>
-    <home nested="java"/>
     <jar name="tools/JLex.jar"/>
   </project>
 

Modified: gump/metadata/project/xml-xerces2.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/xml-xerces2.xml?rev=345841&r1=345840&r2=345841&view=diff
==============================================================================
--- gump/metadata/project/xml-xerces2.xml (original)
+++ gump/metadata/project/xml-xerces2.xml Sun Nov 20 21:26:24 2005
@@ -21,21 +21,21 @@
     Java XML Parser - the sequel with no equal
   </description>
 
-  <cvs repository="xml" module="xml-xerces"/>
+  <svn repository="xerces" dir="java/trunk"/>
 
   <!-- build bootstrap -->
 
   <project name="xml-xerces">
     <package>org.apache.xerces</package>
 
-    <ant basedir="java" target="jar">
+    <ant target="jar">
       <property name="build.sysclasspath" value="last"/>
     </ant>
       
     <depend project="bootstrap-ant"/>
     <depend project="xjavac"/>
     <depend project="xml-commons-resolver"/>
-    <home nested="java/build"/>
+    <home nested="build"/>
     <jar name="xercesImpl.jar" id="xml-parser" type="boot"/>
 
     <license name="java/LICENSE"/>
@@ -47,7 +47,7 @@
   <project name="xml-xercesImpl">
     <package>org.apache.xerces</package>
     <depend project="xml-xerces"/>
-    <home nested="java/build"/>
+    <home nested="build"/>
     <jar name="xercesImpl.jar" id="xercesImpl"/>
     <license name="java/LICENSE"/>
   </project>
@@ -55,7 +55,7 @@
   <!-- package up the distribution -->
 
   <project name="dist-xerces">
-    <ant basedir="java" target="pack-bin">
+    <ant target="pack-bin">
       <sysproperty name="ant.build.clonevm" value="true"/>
     </ant>
     <depend project="ant" inherit="runtime"/>
@@ -78,7 +78,7 @@
   </project>
 
   <project name="xjavac">
-    <home nested="java/tools"/>
+    <home nested="tools"/>
     <jar name="bin/xjavac.jar"/>
   </project>
 </module>

Added: gump/metadata/repository/xalan.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/repository/xalan.xml?rev=345841&view=auto
==============================================================================
--- gump/metadata/repository/xalan.xml (added)
+++ gump/metadata/repository/xalan.xml Sun Nov 20 21:26:24 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="xalan" type="svn">
+  <title>Xalan</title>
+  <home-page>http://xalan.apache.org/</home-page>
+  
+  <!-- Bogus, need to rename & just use url below -->
+  <cvsweb>http://svn.apache.org/repos/asf/xalan/</cvsweb>  
+  
+  <url>http://svn.apache.org/repos/asf/xalan/</url>
+  
+  <redistributable/>
+</repository>

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

Added: gump/metadata/repository/xerces.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/repository/xerces.xml?rev=345841&view=auto
==============================================================================
--- gump/metadata/repository/xerces.xml (added)
+++ gump/metadata/repository/xerces.xml Sun Nov 20 21:26:24 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="xerces" type="svn">
+  <title>Xerces</title>
+  <home-page>http://xerces.apache.org/</home-page>
+  
+  <!-- Bogus, need to rename & just use url below -->
+  <cvsweb>http://svn.apache.org/repos/asf/xerces/</cvsweb>  
+  
+  <url>http://svn.apache.org/repos/asf/xerces/</url>
+  
+  <redistributable/>
+</repository>

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