diff --git a/CHANGES.txt b/CHANGES.txt index c51e84c8c3b..5a3222f0a4f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -163,5 +163,7 @@ Other Changes 10. Removed src/apps containing the legacy "SolrTest" app (hossman, SOLR-3) 11. Simplified index.jsp and form.jsp, primarily by removing/hiding XML specific params, and adding an option to pick the output type. (hossman) +12. Added new numeric build property "specversion" to allow clean + MANIFEST.MF files (hossman) 2006/01/17 Solr open sourced, moves to Apache Incubator diff --git a/build.xml b/build.xml index 004e1bac0b5..e5c2357bf91 100644 --- a/build.xml +++ b/build.xml @@ -27,14 +27,37 @@ + + - - + + + + + + + + + + + + @@ -51,7 +74,7 @@ - + @@ -148,8 +171,8 @@ use="true" encoding="utf8" access="${javadoc.access}" - windowtitle="${Name} ${version} API" - doctitle="${Name} ${version} API" + windowtitle="${Name} ${version}${incubation-suffix} API" + doctitle="${Name} ${version}${incubation-suffix} API (${specversion})" bottom="Copyright © ${javadoc.years} The Apache Software Foundation" > @@ -255,38 +278,44 @@ - -
- - - - - - - - - - - -
+ which ant will do by default. + + Ant will happily override these with bogus strings if you + tell it to, so don't. + + NOTE: we don't use section info because all of our manifest data + applies to the entire jar/war ... no package specific info. + --> + + + + + + + + + + +