bodewig 2005/06/26 04:38:57
Modified: profile gump.xml
project apollo.xml muse.xml xml-xindice.xml
Added: repository webservices.xml
Log:
Apollo and Muse have left the incubator, Xindice migrated to svn
Revision Changes Path
1.567 +1 -0 gump/profile/gump.xml
Index: gump.xml
===================================================================
RCS file: /home/cvs/gump/profile/gump.xml,v
retrieving revision 1.566
retrieving revision 1.567
diff -u -r1.566 -r1.567
--- gump.xml 24 Jun 2005 20:09:21 -0000 1.566
+++ gump.xml 26 Jun 2005 11:38:57 -0000 1.567
@@ -542,6 +542,7 @@
<repository href="repository/tigris.xml"/>
<repository href="repository/sourceforge.xml"/>
<repository href="repository/struts-svn.xml"/>
+ <repository href="repository/webservices.xml"/>
<repository href="repository/whichever.xml"/>
<repository href="repository/w3c.xml"/>
<repository href="repository/ws.xml"/>
1.27 +1 -1 gump/project/apollo.xml
Index: apollo.xml
===================================================================
RCS file: /home/cvs/gump/project/apollo.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- apollo.xml 8 Jun 2005 13:08:42 -0000 1.26
+++ apollo.xml 26 Jun 2005 11:38:57 -0000 1.27
@@ -20,7 +20,7 @@
<description>Apollo Project</description>
<url href="http://incubator.apache.org/apollo/" />
- <svn repository="apache-incubator-svn" dir="apollo/trunk"/>
+ <svn repository="webservices" dir="ws-fx/wsrf/trunk"/>
<project name="apollo">
1.18 +2 -1 gump/project/muse.xml
Index: muse.xml
===================================================================
RCS file: /home/cvs/gump/project/muse.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- muse.xml 2 Jun 2005 05:54:14 -0000 1.17
+++ muse.xml 26 Jun 2005 11:38:57 -0000 1.18
@@ -20,7 +20,8 @@
<description>Muse Project</description>
<url href="http://incubator.apache.org/muse/" />
- <svn repository="apache-incubator-svn" dir="muse/trunk"/>
+
+ <svn repository="webservices" dir="ws-fx/muse/trunk"/>
<project name="muse">
1.40 +1 -1 gump/project/xml-xindice.xml
Index: xml-xindice.xml
===================================================================
RCS file: /home/cvs/gump/project/xml-xindice.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- xml-xindice.xml 14 Jun 2005 07:30:09 -0000 1.39
+++ xml-xindice.xml 26 Jun 2005 11:38:57 -0000 1.40
@@ -21,7 +21,7 @@
native XML database
</description>
- <cvs repository="xml"/>
+ <svn repository="xml-svn" dir="xindice/trunk"/>
<project name="xml-xindice">
<package>org.apache.xindice</package>
1.1 gump/repository/webservices.xml
Index: webservices.xml
===================================================================
<?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="webservices" type="svn">
<title>Apache Webservices</title>
<home-page>http://jakarta.apache.org/webservices/</home-page>
<cvsweb>http://cvs.apache.org/viewcvs.cgi/webservices/?root=Apache-SVN</cvsweb>
<url>http://svn.apache.org/repos/asf/webservices/</url>
<redistributable/>
</repository>
|