mirror of https://github.com/apache/lucene.git
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:
parent
1326d05b22
commit
4f1e425d92
|
@ -470,7 +470,7 @@
|
||||||
<fileset dir="lib"/>
|
<fileset dir="lib"/>
|
||||||
</copy>
|
</copy>
|
||||||
<copy todir="${dist-src.dir}/" file="build.xml"/>
|
<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}">
|
<copy todir="${dist-src.dir}">
|
||||||
<fileset dir=".">
|
<fileset dir=".">
|
||||||
<include name="*.txt" />
|
<include name="*.txt" />
|
||||||
|
|
Loading…
Reference in New Issue