jvanzyl 01/09/18 18:12:59
Modified: . build.properties
Log:
- don't need the basedir def, forgot about the implicit ${basedir}.
Revision Changes Path
1.7 +0 -1 jakarta-lucene/build.properties
Index: build.properties
===================================================================
RCS file: /home/cvs/jakarta-lucene/build.properties,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build.properties 2001/09/19 01:09:28 1.6
+++ build.properties 2001/09/19 01:12:59 1.7
@@ -18,7 +18,6 @@
docs.dir = ./docs
lib.dir = ./lib
dist.dir=${final.name}
-basedir = .
# javadoc packages
packages=org.apache.lucene.*