Index: lucene/BUILD.txt
===================================================================
--- lucene/BUILD.txt (revision 1198013)
+++ lucene/BUILD.txt (working copy)
@@ -1,22 +1,22 @@
Lucene Build Instructions
Basic steps:
- 0) Install JDK 1.5 (or greater), Ant 1.7.x (not 1.6.x, not 1.8.x)
+ 0) Install JDK 1.6 (or greater), Ant 1.7.1+ (not 1.6.x, not 1.8.x)
1) Download Lucene from Apache and unpack it
2) Connect to the top-level of your Lucene installation
3) Install JavaCC (optional)
4) Run ant
-Step 0) Set up your development environment (JDK 1.5 or greater,
-Ant 1.7.x)
+Step 0) Set up your development environment (JDK 1.6 or greater,
+Ant 1.7.1+)
We'll assume that you know how to get and set up the JDK - if you
don't, then we suggest starting at http://java.sun.com and learning
more about Java, before returning to this README. Lucene runs with
-JDK 1.5 and later.
+JDK 1.6 and later.
Like many Open Source java projects, Lucene uses Apache Ant for build
-control. Specifically, you MUST use Ant version 1.7.x
+control. Specifically, you MUST use Ant version 1.7.1+
Ant is "kind of like make without make's wrinkles". Ant is
implemented in java and uses XML-based configuration files. You can
Index: lucene/build.xml
===================================================================
--- lucene/build.xml (revision 1198013)
+++ lucene/build.xml (working copy)
@@ -571,7 +571,9 @@
+ title="Lucene Search Engine: Test Framework">
+
+
Index: lucene/CHANGES.txt
===================================================================
--- lucene/CHANGES.txt (revision 1198013)
+++ lucene/CHANGES.txt (working copy)
@@ -759,6 +759,9 @@
* SOLR-2849: Fix dependencies in Maven POMs. (David Smiley via Steve Rowe)
+* LUCENE-3561: Maven xxx-src.jar files were missing ressources.
+ (Uwe Schindler)
+
======================= Lucene 3.4.0 =======================
Bug fixes
Index: lucene/common-build.xml
===================================================================
--- lucene/common-build.xml (revision 1198013)
+++ lucene/common-build.xml (working copy)
@@ -321,9 +321,8 @@
-
-
-
+
+
@@ -474,10 +473,9 @@
-
-
-
-
+
+
+
@@ -754,7 +752,9 @@
-
+
+
+