mirror of https://github.com/apache/lucene.git
- Cosmetics.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149778 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e33dca7274
commit
312ae29d61
|
@ -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>
|
||||
|
||||
<!-- ================================================================== -->
|
||||
|
|
Loading…
Reference in New Issue