Skip to content

Commit

Permalink
Issue #20 - updating OSGi bundle name to suit new reality
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Nov 29, 2018
1 parent db79708 commit e43c53d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions jetty-servlet-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,11 @@
<manifestEntries>
<Bundle-ManifestVersion>2</Bundle-ManifestVersion>
<Bundle-Name>${project.name}</Bundle-Name>
<Bundle-SymbolicName>org.eclipse.jetty.osgi-servlet-api.source
</Bundle-SymbolicName>
<Bundle-SymbolicName>org.eclipse.jetty.servlet-api.source</Bundle-SymbolicName>
<Bundle-Vendor>Eclipse.org - Jetty</Bundle-Vendor>
<Bundle-Version>${parsedVersion.osgiVersion}</Bundle-Version>
<Eclipse-SourceBundle>
org.eclipse.jetty.osgi-servlet-api;version="${parsedVersion.osgiVersion}";roots:="."
org.eclipse.jetty.servlet-api;version="${parsedVersion.osgiVersion}";roots:="."
</Eclipse-SourceBundle>
</manifestEntries>
</archive>
Expand Down Expand Up @@ -252,7 +251,7 @@
<configuration>
<instructions>
<Automatic-Module-Name>jetty.servlet.api</Automatic-Module-Name>
<Bundle-SymbolicName>org.eclipse.jetty.osgi-servlet-api</Bundle-SymbolicName>
<Bundle-SymbolicName>org.eclipse.jetty.servlet-api</Bundle-SymbolicName>
<Bundle-Name>Jetty Servlet API and Schemas for JPMS and OSGi</Bundle-Name>
<Bundle-Description>Combined servlet api and schemas for use in JPMS and OSGi environments
</Bundle-Description>
Expand Down

0 comments on commit e43c53d

Please sign in to comment.