You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by ot...@apache.org on 2002/06/17 17:34:42 UTC

cvs commit: jakarta-lucene build.xml

otis        2002/06/17 08:34:42

  Modified:    .        build.xml
  Log:
  - Cosmetics.
  
  Revision  Changes    Path
  1.27      +4 -4      jakarta-lucene/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/build.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.xml	13 May 2002 20:18:42 -0000	1.26
  +++ build.xml	17 Jun 2002 15:34:41 -0000	1.27
  @@ -4,7 +4,7 @@
   
       <!-- Give user a chance to override without editing this file
           (and without typing -D each time it compiles it -->
  -  <property file="${user.home}/lucene.build.properties" /> 
  +  <property file="${user.home}/lucene.build.properties" />
     <property file="${user.home}/build.properties" />
     <property file="${basedir}/build.properties" />
     <property file="${basedir}/default.properties" />
  @@ -295,7 +295,7 @@
       />
     </target>
   
  -  <target depends="docs-prepare" name="prepare-error" unless="AnakiaTask.present">
  +  <target name="prepare-error" depends="docs-prepare" unless="AnakiaTask.present">
       <echo>
         AnakiaTask is not present! Please check to make sure that
         you have jakarta.site2.home set correctly.
  @@ -423,7 +423,7 @@
     <!--                                                                    -->
     <!-- ================================================================== -->
     <target name="package-tgz" depends="package"
  -    description="--> generates the lucene distribution as .tar.gz">
  +    description="--> Generates the lucene distribution as .tar.gz">
   
       <delete file="${basedir}/${final.name}.tar"/>
       <delete file="${basedir}/${final.name}.tar.gz"/>
  @@ -445,7 +445,7 @@
     <!--                                                                    -->
     <!-- ================================================================== -->
     <target name="package-all" depends="package-zip, package-tgz"
  -    description="--> generates the .tar.gz and .zip distributions">
  +    description="--> Generates the .tar.gz and .zip distributions">
     </target>
   
     <!-- ================================================================== -->
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>