Index: lucene/lucene.bnd =================================================================== --- lucene/lucene.bnd (revision 0) +++ lucene/lucene.bnd (revision 0) @@ -0,0 +1,17 @@ +Export-Package: *;-split-package:=merge-first +Extension-Name: org.apache.lucene +Specification-Title: Lucene Search Engine: ${ant.project.name} +Specification-Version: ${spec.version} +Specification-Vendor: The Apache Software Foundation +Implementation-Title: org.apache.lucene +Implementation-Version: ${version} ${svnversion} - ${DSTAMP} ${TSTAMP} +Implementation-Vendor: The Apache Software Foundation +X-Compile-Source-JDK: ${javac.source} +X-Compile-Target-JDK: ${javac.target} +Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt +Bundle-SymbolicName: org.apache.lucene.${name} +Bundle-Name: Lucene Search Engine: ${ant.project.name} +Bundle-Vendor: The Apache Software Foundation +Bundle-Version: ${version} +Bundle-Description: ${bnd.project.description} +Bundle-DocUR: http://www.apache.org/ Index: lucene/common-build.xml =================================================================== --- lucene/common-build.xml (revision 1154566) +++ lucene/common-build.xml (working copy) @@ -372,43 +372,18 @@ - - - - - - - - - - - - - - - - + + + + + + + Index: solr/common-build.xml =================================================================== --- solr/common-build.xml (revision 1154566) +++ solr/common-build.xml (working copy) @@ -201,6 +201,17 @@ + + + + + +