ajack 2004/01/20 13:06:23
Modified: profile gump.xml
Added: project depot.xml
Log:
Adding depot (in incubator SVN, w/ sub-projects to follow...)
Revision Changes Path
1.1 jakarta-gump/project/depot.xml
Index: depot.xml
===================================================================
<?xml version="1.0"?>
<module name="depot" fullname="Apache Depot">
<url href="http://incubator.apache.org/depot"/>
<svn repository="apache-incubator-svn"
dir="depot/trunk/"/>
<description>
Depot -- repository tools and more...
</description>
<project name="depot-version" fullname="Depot Version">
<package>org.apache.version</package>
<!-- Work dirs to be included in classpath -->
<work nested="version/build/classes"/>
<home nested="version/build"/>
<depend inherit="runtime" project="ant"/>
<jar name="juddi-@@DATE@@.jar"/>
<ant basedir="." buildfile="build.xml" target="gump" vm="1.4">
<property name="ant.home" project="ant" reference="home" />
<property name="DATE_STAMP" value="@@DATE@@"/>
</ant>
<nag
to="[EMAIL PROTECTED]"
from="Adam Jack <[EMAIL PROTECTED]>"/>
</project>
<project name="depot-version-test" fullname="Depot Version Test">
<package>org.apache.version.test</package>
<!-- Work dirs to be included in classpath -->
<work nested="version/build/unit/classes"/>
<home nested="version/build"/>
<depend project="depot-version" inherit="all"/>
<depend project="junit"/>
<ant basedir="." buildfile="build.xml" target="test" vm="1.4">
<property name="ant.home" project="ant" reference="home" />
</ant>
<nag
to="[EMAIL PROTECTED]"
from="Adam Jack <[EMAIL PROTECTED]>"/>
</project>
</module>
1.296 +1 -0 jakarta-gump/profile/gump.xml
Index: gump.xml
===================================================================
RCS file: /home/cvs/jakarta-gump/profile/gump.xml,v
retrieving revision 1.295
retrieving revision 1.296
diff -u -r1.295 -r1.296
--- gump.xml 16 Jan 2004 22:11:59 -0000 1.295
+++ gump.xml 20 Jan 2004 21:06:23 -0000 1.296
@@ -29,6 +29,7 @@
<module href="project/incubator-altrmi.xml"/>
<module href="project/directory-naming.xml"/>
+ <module href="project/depot.xml"/>
<!-- Apache.James -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]