diff --git a/build.xml b/build.xml
index 9e6fd0a39c1..90bb7235282 100644
--- a/build.xml
+++ b/build.xml
@@ -7,13 +7,37 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -21,17 +45,17 @@
-
+
-
+
-
-
+
+
@@ -49,8 +73,7 @@
-
-
+
+
+ destdir="${build.dir}/classes/java"
+ debug="${javac.debug}">
+ base="${build.dir}/classes/java">
@@ -126,8 +150,8 @@
@@ -142,57 +166,22 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
@@ -201,9 +190,8 @@ Implementation-Vendor: Lucene
-
-
-
+
+
@@ -213,24 +201,14 @@ Implementation-Vendor: Lucene
-
-
-
-
-
-
-
-
-
-
-
+
+ destdir="${build.dir}/classes/demo"
+ debug="${javac.debug}">
@@ -241,12 +219,12 @@ Implementation-Vendor: Lucene
-
+
@@ -258,18 +236,18 @@ Implementation-Vendor: Lucene
-
+
-
+
-
-
+
+
-
-
+
+
@@ -280,12 +258,12 @@ Implementation-Vendor: Lucene
-
-
-
+
+
+
-
+
@@ -318,8 +296,8 @@ Implementation-Vendor: Lucene
-
-
+
+
-
@@ -352,12 +323,12 @@ Implementation-Vendor: Lucene
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -417,13 +357,13 @@ Implementation-Vendor: Lucene
-
-
+
+
+
+
+
@@ -434,18 +374,18 @@ Implementation-Vendor: Lucene
-
-
-
+
+
+
+
+
+
+
-
@@ -454,54 +394,31 @@ Implementation-Vendor: Lucene
-
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
@@ -509,20 +426,18 @@ Implementation-Vendor: Lucene
-
-
-
-
+
+
+
+
+
-
@@ -541,6 +456,8 @@ Implementation-Vendor: Lucene
+
+
@@ -549,71 +466,8 @@ Implementation-Vendor: Lucene
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -621,13 +475,13 @@ Implementation-Vendor: Lucene
-
+
-
-
+
+
-
-
+
+
@@ -636,15 +490,15 @@ Implementation-Vendor: Lucene
-
-
+
+
-
-
+
+
diff --git a/default.properties b/default.properties
deleted file mode 100644
index e85de7880e9..00000000000
--- a/default.properties
+++ /dev/null
@@ -1,65 +0,0 @@
-# -------------------------------------------------------------
-# D E F A U L T L U C E N E B U I L D P R O P E R T I E S
-# -------------------------------------------------------------
-#
-# DO NOT EDIT THIS FILE IN ORDER TO CUSTOMIZE BUILD PROPERTIES.
-# CREATE AND EDIT build.properties FILE INSTEAD.
-#
-name=lucene
-Name=Lucene
-version=1.3-rc2-dev
-year=2000-2002
-final.name=${name}-${version}
-debug=on
-
-project.name = site
-docs.src = ./xdocs
-docs.dest = ./docs
-
-src.dir = ./src/java
-demo.src = ./src/demo
-demo.jsp = ./src/jsp
-test.src = ./src/test
-docs.dir = ./docs
-dist.dir=${final.name}
-dist-src.dir = ${final.name}-src
-
-# javadoc packages
-packages=org.apache.lucene.*
-
-# javadoc link
-javadoc.link=http://java.sun.com/j2se/1.4/docs/api/
-
-build.compiler.pedantic=false
-
-build.dir = ./bin
-build.classes = ${build.dir}/classes
-build.lib = ${build.dir}/lib
-build.javadocs = ${build.dir}/docs/api
-build.src = ${build.dir}/src
-build.encoding = ISO-8859-1
-build.manifest = ${build.classes}/MANIFEST.MF
-
-build.demo = ${build.dir}/demo
-build.demo.src = ${build.demo}/src
-build.demo.classes = ${build.demo}/classes
-build.demo.name = ${name}-demos-${version}
-build.demo.war.name = luceneweb
-
-build.docweb = ${build.dir}/docweb
-build.docweb.war.name = lucenedocweb
-
-build.test = ${build.dir}/test
-build.test.classes = ${build.test}/classes
-
-junit.src = ${basedir}/src/test
-junit.classes = ${build.dir}/unit-classes
-junit.reports = ${build.dir}/unit-reports
-
-# Home directory of JavaCC
-javacc.home = .
-javacc.zip.dir = ${javacc.home}/bin/lib
-javacc.jar = ${javacc.zip.dir}/javacc.jar
-
-# Home directory of jakarta-site2
-jakarta.site2.home = ../jakarta-site2