- fixing the "package" target so that the package-zip and package-tgz

targets will work.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149583 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2001-09-19 01:09:28 +00:00
parent 98becb89d7
commit ee21057865
2 changed files with 1 additions and 2 deletions

View File

@ -18,6 +18,7 @@ test.src = ./src/test
docs.dir = ./docs
lib.dir = ./lib
dist.dir=${final.name}
basedir = .
# javadoc packages
packages=org.apache.lucene.*

View File

@ -292,8 +292,6 @@
<mkdir dir="${dist.dir}/docs"/>
<mkdir dir="${dist.dir}/docs/api"/>
<copy file="${basedir}/COPYING.txt" todir="${dist.dir}"/>
<copy file="${basedir}/README.txt" todir="${dist.dir}"/>
<copy todir="${dist.dir}/docs">
<fileset dir="${docs.dir}"/>
</copy>