You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by ru...@apache.org on 2003/05/02 16:19:45 UTC

cvs commit: jakarta-gump/project xml-xindice.xml

rubys       2003/05/02 07:19:45

  Modified:    project  xml-xindice.xml
  Log:
  Correct the name of the jar that is produced
  
  Revision  Changes    Path
  1.25      +5 -3      jakarta-gump/project/xml-xindice.xml
  
  Index: xml-xindice.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/xml-xindice.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- xml-xindice.xml	17 Apr 2003 06:47:00 -0000	1.24
  +++ xml-xindice.xml	2 May 2003 14:19:45 -0000	1.25
  @@ -11,7 +11,9 @@
       <package>org.apache.xindice</package>
   
       <mdir dir="build/classes"/>
  -    <ant/>
  +    <ant>
  +      <property name="project.version" value="@@DATE@@"/>
  +    </ant>
   
       <depend project="ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
  @@ -25,8 +27,8 @@
       <depend project="junit-addons"/>
       <work nested="build/classes"/>
   
  -    <home nested="java"/>
  -    <jar name="lib/dbXML.jar"/>
  +    <home nested="dist"/>
  +    <jar name="xindice-@@DATE@@.jar"/>
   
       <license name="LICENSE"/>