ajack 2005/06/24 13:09:21
Modified: project jaxen.xml
profile gump.xml
Added: repository codehaus_projects.xml
Log:
Tinkering w/ codehaus repositories, seeing if I have a clue how
this works -- but guessing not. Trying to get JAXEN back in via
a re-usable mechanism since I've now seen two similar repo layouts at
codehaus and we might be able to consolidate/clean-up.
Revision Changes Path
1.42 +1 -1 gump/project/jaxen.xml
Index: jaxen.xml
===================================================================
RCS file: /home/cvs/gump/project/jaxen.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- jaxen.xml 7 Jun 2005 19:10:37 -0000 1.41
+++ jaxen.xml 24 Jun 2005 20:09:21 -0000 1.42
@@ -18,7 +18,7 @@
<module name="jaxen">
<description>Universal Java XPath Engine</description>
<url href="http://jaxen.org/"/>
- <cvs module="jaxen" repository="codehaus" dir="jaxen"
+ <cvs module="jaxen" repository="codehaus_projects" dir="jaxen/scm"
host-prefix="cvs.jaxen"/>
<project name="jaxen-src">
1.566 +1 -0 gump/profile/gump.xml
Index: gump.xml
===================================================================
RCS file: /home/cvs/gump/profile/gump.xml,v
retrieving revision 1.565
retrieving revision 1.566
diff -u -r1.565 -r1.566
--- gump.xml 24 Jun 2005 14:07:30 -0000 1.565
+++ gump.xml 24 Jun 2005 20:09:21 -0000 1.566
@@ -515,6 +515,7 @@
<repository href="repository/cargo.xml"/>
<repository href="repository/codehaus.xml"/>
<repository href="repository/codehaus_scm.xml"/>
+ <repository href="repository/codehaus_projects.xml"/>
<repository href="repository/db.xml"/>
<repository href="repository/dbxml.xml"/>
<repository href="repository/directory.xml"/>
1.1 gump/repository/codehaus_projects.xml
Index: codehaus_projects.xml
===================================================================
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright 2003-2004 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="codehaus_projects" type="cvs">
<title>codehaus</title>
<home-page>http://www.codehaus.org/</home-page>
<cvsweb>http://cvs.codehaus.org/</cvsweb>
<root>
<method>pserver</method>
<user>anonymous</user>
<password></password>
<hostname>codehaus.org</hostname>
<path>/home/projects</path>
</root>
</repository>
|