Index: META-INF/MANIFEST.MF =================================================================== --- META-INF/MANIFEST.MF (revision 0) +++ META-INF/MANIFEST.MF (revision 0) @@ -0,0 +1,29 @@ +Manifest-Version: 1.0 +Specification-Title: Lucene Search Engine: core +Specification-Version: 2.4.0-dev +Specification-Vendor: The Apache Software Foundation +Implementation-Title: org.apache.lucene +Implementation-Version: 2.4.0-dev +Implementation-Vendor: The Apache Software Foundation +X-Compile-Source-JDK: 1.4 +X-Compile-Target-JDK: 1.4 +Bundle-ManifestVersion: 2 +Bundle-Name: Apache Lucene core +Bundle-SymbolicName: org.apache.lucene +Bundle-Version: 2.4.0.dev +Bundle-ClassPath: lucene.jar +Export-Package: org.apache.lucene, + org.apache.lucene.analysis, + org.apache.lucene.analysis.standard, + org.apache.lucene.document, + org.apache.lucene.index, + org.apache.lucene.queryParser, + org.apache.lucene.search, + org.apache.lucene.search.function, + org.apache.lucene.search.payloads, + org.apache.lucene.search.spans, + org.apache.lucene.store, + org.apache.lucene.util, + org.apache.lucene.util.cache +Bundle-Vendor: The Apache Software Fondation +Bundle-RequiredExecutionEnvironment: J2SE-1.4 Index: build.xml =================================================================== --- build.xml (revision 679133) +++ build.xml (working copy) @@ -25,6 +25,8 @@ + + Index: common-build.xml =================================================================== --- common-build.xml (revision 679133) +++ common-build.xml (working copy) @@ -40,10 +40,8 @@ - - + - @@ -148,9 +146,29 @@ - + + + + + + + + + + + + + + + + + + + + + @@ -228,8 +246,17 @@ - + + + + + + + @@ -295,7 +322,7 @@ - + @@ -322,6 +349,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +