You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by cu...@apache.org on 2004/05/11 21:28:37 UTC

cvs commit: jakarta-lucene build.xml

cutting     2004/05/11 12:28:37

  Modified:    .        build.xml
  Log:
  Changed so that 'ant jar' works again.
  
  Revision  Changes    Path
  1.62      +1 -0      jakarta-lucene/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/build.xml,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- build.xml	7 Apr 2004 23:53:21 -0000	1.61
  +++ build.xml	11 May 2004 19:28:37 -0000	1.62
  @@ -152,6 +152,7 @@
     <!-- ================================================================== -->
     <!--                                                                    -->
     <!-- ================================================================== -->
  +  <target name="jar" depends="jar-core"/>
     <target name="jar-core" depends="compile-core"
       description="Generates the Jar file">
       <jar
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org