Skip to content

Commit

Permalink
Fix Existing MANIFEST.MF causes problem #3
Browse files Browse the repository at this point in the history
  • Loading branch information
ignazio1977 committed Mar 16, 2016
1 parent 07fca1f commit 0dc514f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 40 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,16 @@
<instructions>
<Bundle-Activator>org.protege.editor.owl.ProtegeOWL</Bundle-Activator>
<Bundle-ClassPath>.</Bundle-ClassPath>
<Bundle-Version>${project.version}</Bundle-Version>
<Bundle-Description>OWLDoc export and view</Bundle-Description>
<Bundle-Name>Browser View (OWLDoc)</Bundle-Name>
<Bundle-SymbolicName>org.coode.browser;singleton:=true</Bundle-SymbolicName>
<Bundle-Vendor>The Protege Development Team</Bundle-Vendor>
<Embed-Dependency>
ontology-browser-owlmanager,
ontology-browser-owlhtml
</Embed-Dependency>
<Import-Package>
junit.framework;resolution:=optional,
org.junit.*;resolution:=optional,
org.apache.log4j.*;version="[1.2,2)",
org.protege.editor.core.*;version="5.0.0", <!-- equivalent to [5.0.0,infinity) -->
org.protege.editor.owl.*;version="5.0.0",
Expand Down
38 changes: 0 additions & 38 deletions src/main/resources/META-INF/MANIFEST.MF

This file was deleted.

0 comments on commit 0dc514f

Please sign in to comment.