Mailing List Archive

cvs commit: jakarta-lucene build.xml
carlson 02/05/13 13:18:42

Modified: . build.xml
Log:
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.

Revision Changes Path
1.26 +1 -1 jakarta-lucene/build.xml

Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-lucene/build.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- build.xml 6 May 2002 21:59:44 -0000 1.25
+++ build.xml 13 May 2002 20:18:42 -0000 1.26
@@ -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" />




--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>