You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by ni...@apache.org on 2004/02/05 08:03:31 UTC

cvs commit: jakarta-gump/project depot.xml

nickchalko    2004/02/04 23:03:31

  Modified:    project  depot.xml
  Log:
  Added basedir.
  PR:
  Obtained from:
  Submitted by:	
  Reviewed by:	
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.2       +3 -3      jakarta-gump/project/depot.xml
  
  Index: depot.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/depot.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- depot.xml	20 Jan 2004 21:06:23 -0000	1.1
  +++ depot.xml	5 Feb 2004 07:03:30 -0000	1.2
  @@ -10,7 +10,7 @@
         Depot -- repository tools and more...
       </description>
   
  -    <project name="depot-version" fullname="Depot Version">
  +    <project name="depot-version" fullname="Depot Version" basedir="version">
   
           <package>org.apache.version</package>
   
  @@ -20,7 +20,7 @@
   
           <depend inherit="runtime" project="ant"/>
   
  -        <jar name="juddi-@@DATE@@.jar"/>
  +        <jar name="version-@@DATE@@.jar"/>
   
           <ant basedir="." buildfile="build.xml" target="gump" vm="1.4">
             <property name="ant.home" project="ant" reference="home" />
  @@ -33,7 +33,7 @@
                 
       </project>
       
  -    <project name="depot-version-test" fullname="Depot Version Test">
  +    <project name="depot-version-test" fullname="Depot Version Test" basedir="version">
       	
           <package>org.apache.version.test</package>