File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 >
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,
You can’t perform that action at this time.
0 commit comments