Change the instructions for the maven-bundle-plugin to try to make it work for the new version 2.3.4. The osgi test is not passing yet though.

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3166 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Hugues Malphettes 2011-05-17 14:26:30 +00:00
parent fd46348570
commit 275a0da64d
2 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,7 @@
</goals>
<configuration>
<instructions>
<Import-Package>org.slf4j;version="[1.5,1.7)";resolution:=optional,*</Import-Package>
<Import-Package>org.slf4j;version="[1.5,1.7)";resolution:=optional,org.slf4j.impl;version="[1.5,1.7)";resolution:=optional,*</Import-Package>
</instructions>
</configuration>
</execution>

View File

@ -196,6 +196,7 @@
<Bundle-Vendor>Eclipse Jetty Project</Bundle-Vendor>
<Bundle-Localization>plugin</Bundle-Localization>
<Bundle-Classpath>.</Bundle-Classpath>
<Export-Package>*;version="${parsedVersion.osgiVersion}"</Export-Package>
<Bundle-Copyright>Copyright (c) 2008-2009 Mort Bay Consulting Pty. Ltd.</Bundle-Copyright>
<_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
</instructions>