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;version="2.4.0", + org.apache.lucene.analysis;version="2.4.0", + org.apache.lucene.analysis.standard;version="2.4.0", + org.apache.lucene.document;version="2.4.0", + org.apache.lucene.index;version="2.4.0", + org.apache.lucene.queryParser;version="2.4.0", + org.apache.lucene.search;version="2.4.0", + org.apache.lucene.search.function;version="2.4.0", + org.apache.lucene.search.payloads;version="2.4.0", + org.apache.lucene.search.spans;version="2.4.0", + org.apache.lucene.store;version="2.4.0", + org.apache.lucene.util;version="2.4.0", + org.apache.lucene.util.cache;version="2.4.0" +Bundle-Vendor: The Apache Software Fondation +Bundle-RequiredExecutionEnvironment: J2SE-1.4 Index: build.xml =================================================================== --- build.xml (revision 690675) +++ build.xml (working copy) @@ -25,6 +25,8 @@ + + Index: common-build.xml =================================================================== --- common-build.xml (revision 690675) +++ 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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +