diff --git a/CHANGES.txt b/CHANGES.txt
index a0de18ebaca..d7b4654b5ab 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -271,6 +271,11 @@ Build
7. LUCENE-909: Demo targets for running the demo. (Doron Cohen)
+ 9. LUCENE-908: Improves content of MANIFEST file and makes it customizable
+ for the contribs. Adds SNOWBALL-LICENSE.txt to META-INF of the snowball
+ jar and makes sure that the lucli jar contains LICENSE.txt and NOTICE.txt.
+ (Chris Hostetter, Michael Busch)
+
======================= Release 2.1.0 2007-02-14 =======================
Changes in runtime behavior
diff --git a/build.xml b/build.xml
index 3514b099ec5..904a8ebb32a 100644
--- a/build.xml
+++ b/build.xml
@@ -93,6 +93,23 @@
destfile="${build.dir}/${demo.name}.jar"
basedir="${build.dir}/classes/demo"
excludes="**/*.java">
+
+
+
+
+
+
+
+
+
+
+
+
@@ -106,6 +123,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -113,6 +147,7 @@
+
diff --git a/common-build.xml b/common-build.xml
index 81347d75899..aaaf02cb451 100644
--- a/common-build.xml
+++ b/common-build.xml
@@ -45,6 +45,10 @@
+
+
+
+
@@ -146,27 +150,71 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
diff --git a/contrib/snowball/build.xml b/contrib/snowball/build.xml
index 0a2eb662565..69b23c74f08 100644
--- a/contrib/snowball/build.xml
+++ b/contrib/snowball/build.xml
@@ -13,6 +13,9 @@
+
+
+
diff --git a/src/demo/demo-build.template b/src/demo/demo-build.template
index da4197356b3..e9a2e5a60ad 100644
--- a/src/demo/demo-build.template
+++ b/src/demo/demo-build.template
@@ -50,6 +50,23 @@
destfile="${demo.name}.jar"
basedir="${build.dir}/classes/demo"
excludes="**/*.java">
+
+
+
+
+
+
+
+
+
+
+
+
@@ -64,6 +81,23 @@
+
+
+
+
+
+
+
+
+
+
+
+