Skip to content

Commit dd09f56

Browse files
committed
Fix #1
- change pom.xml - works with Protege 5.1.0
1 parent 3728f58 commit dd09f56

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<packaging>bundle</packaging>
1818

19-
<name>Protege :: VOWL Plugin</name>
19+
<name>VOWL Plugin</name>
2020
<description>a plugin for the Visual Notation for OWL Ontologies</description>
2121

2222

@@ -83,7 +83,8 @@
8383
<configuration>
8484
<instructions>
8585
<Bundle-ClassPath>.</Bundle-ClassPath>
86-
<Bundle-SymbolicName>${project.artifactId};singleton:=true</Bundle-SymbolicName>
86+
<Bundle-SymbolicName>protege;singleton:=true</Bundle-SymbolicName>
87+
<Bundle-Category>protege</Bundle-Category>
8788
<Bundle-Vendor>david bold</Bundle-Vendor>
8889
<Bundle-DocURL>http://vowl.visualdataweb.org/v1</Bundle-DocURL>
8990
<Bundle-Activator>org.protege.editor.core.plugin.DefaultPluginActivator</Bundle-Activator>
@@ -116,14 +117,13 @@
116117
org.xml.sax.helpers,
117118
javax.xml.parsers,
118119
com.google.common.base,
119-
org.protege.editor.core.plugin.*,
120-
prefuse.*,
121-
example.*,
122-
layout.*,
123-
support.*
120+
org.protege.editor.core.plugin
124121
</Import-Package>
125-
<Include-Resource>{maven-resources}</Include-Resource>
126-
<Private-Package>${project.artifactId}</Private-Package>
122+
<Include-Resource>src/main/resources/plugin.xml, {maven-resources}</Include-Resource>
123+
<Embed-Dependency>
124+
tablelayout,
125+
prefuse
126+
</Embed-Dependency>
127127
<Require-Bundle>
128128
org.eclipse.equinox.registry,
129129
org.eclipse.equinox.common,

0 commit comments

Comments
 (0)