Modified build.xml source target build to include the default.properties instead of the build.properties since the build.properties is for override features and the default.properties wasn't being included.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149749 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Peter Carlson 2002-05-13 20:18:42 +00:00
parent 1326d05b22
commit 4f1e425d92
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@
<fileset dir="lib"/>
</copy>
<copy todir="${dist-src.dir}/" file="build.xml"/>
<copy todir="${dist-src.dir}/" file="build.properties"/>
<copy todir="${dist-src.dir}/" file="default.properties"/>
<copy todir="${dist-src.dir}">
<fileset dir=".">
<include name="*.txt" />