Skip to content

Commit

Permalink
Issue #20 - correct OSGi symbolic name
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Nov 29, 2018
1 parent 07b72e7 commit 8ac92c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jetty-servlet-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@
<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>
Expand Down Expand Up @@ -256,7 +255,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 8ac92c7

Please sign in to comment.