diff --git a/common-build.xml b/common-build.xml index 2c8a6af..79e4bbf 100644 --- a/common-build.xml +++ b/common-build.xml @@ -38,6 +38,10 @@ + + + + @@ -48,6 +52,7 @@ + @@ -342,6 +347,15 @@ + + + diff --git a/common.bnd b/common.bnd new file mode 100644 index 0000000..c66721f --- /dev/null +++ b/common.bnd @@ -0,0 +1,17 @@ +Bundle-Version: ${version} +Export-Package: ${bnd.export.package} +Private-Package: ${bnd.private.package} +Bundle-SymbolicName: org.apache.lucene.${name} +Include-Resource: META-INF/NOTICE.txt=${common.dir}/NOTICE.txt, \ + META-INF/LICENSE.txt=${common.dir}/LICENSE.txt +Bundle-Vendor: The Apache Software Foundation +Bundle-Name: ${Name} +Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt +Bundle-DocURL: http://lucene.apache.org/java/docs/index.html +Implementation-Title: ${Name} +Implementation-Vendor: The Apache Software Foundation +Implementation-Vendor-Id: org.apache +Implementation-Version: ${version} +Specification-Title: ${Name} +Specification-Vendor: The Apache Software Foundation +Specification-Version: 2.0 diff --git a/lib/biz.aQute.bnd.jar b/lib/biz.aQute.bnd.jar new file mode 100644 index 0000000..08c63a0 Binary files /dev/null and b/lib/biz.aQute.bnd.jar differ