From 2012b9931dec2e5fd9afc8804fe016667fc58285 Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Fri, 25 May 2012 01:37:04 +0000 Subject: [PATCH] add osgi header information to the jar manifest (fixes issue 3523179) git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@625 f203690c-595d-4dc9-a70b-905162fa7fd2 --- pom.xml | 28 ++++++++++++++++++++++++++++ src/changes/changes.xml | 5 +++++ 2 files changed, 33 insertions(+) diff --git a/pom.xml b/pom.xml index f279d5c..ae14062 100644 --- a/pom.xml +++ b/pom.xml @@ -90,6 +90,24 @@ + + org.apache.felix + maven-bundle-plugin + true + + + + + + + bundle-manifest + process-classes + + manifest + + + + org.codehaus.mojo cobertura-maven-plugin @@ -122,11 +140,21 @@ org.apache.maven.plugins maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + build-test-jar test-jar + + + + diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7e8f5ac..8f2d1d4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -4,6 +4,11 @@ Tim McCune + + + Add osgi header information to the manifest. + + Add initial support for linked tables. Linked tables will now be -- 2.39.5