-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added support for more SKOS annotations (definition, editorial note, …
…change note, example, history and scope) in the annotation frame
- Loading branch information
simon.jupp
committed
Sep 5, 2012
1 parent
1d01845
commit 987c534
Showing
2 changed files
with
15 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,18 @@ | ||
Manifest-Version: 1.0 | ||
Ant-Version: Apache Ant 1.8.2 | ||
Created-By: 1.6.0_26-b03-384-10M3425 (Apple Inc.) | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: Protege SKOS plugin | ||
Bundle-SymbolicName: org.protege.skoseditor;singleton:=true | ||
Bundle-Category: protege | ||
Bundle-Description: Plugin for viewing SKOS vocabularies in Protege | ||
Bundle-Vendor: Sealife project | ||
Bundle-DocURL: http://cs.man.ac.uk/~sjupp | ||
Bundle-ClassPath: ., | ||
lib/skosapi-3-bin.jar, | ||
icons/, | ||
resources/ | ||
Update-Url: http://skoseditor.googlecode.com/svn/trunk/org.sealife.skos/skos-update.properties | ||
Import-Package: org.osgi.framework, | ||
org.apache.log4j, | ||
javax.swing, | ||
javax.swing.event, | ||
javax.swing.tree, | ||
javax.swing.border, | ||
javax.swing.table | ||
Bundle-Version: 2.0 | ||
Bundle-ClassPath: ., lib/skosapi-3-bin.jar, icons/, resources/ | ||
Update-Url: http://skoseditor.googlecode.com/svn/trunk/org.sealife.sko | ||
s/skos-update.properties | ||
Import-Package: org.osgi.framework,org.apache.log4j,javax.swing,javax. | ||
swing.event,javax.swing.tree,javax.swing.border,javax.swing.table | ||
Bundle-Version: 1.1.2 | ||
Bundle-Activator: org.protege.editor.core.plugin.DefaultPluginActivator | ||
Require-Bundle: org.eclipse.equinox.registry, | ||
org.eclipse.equinox.common, | ||
org.protege.editor.core.application;bundle-version="4.1", | ||
org.protege.editor.owl;bundle-version="4.1", | ||
org.semanticweb.owl.owlapi;bundle-version="3.1" | ||
|
||
Require-Bundle: org.eclipse.equinox.registry,org.eclipse.equinox.common,org.protege.editor.core.application;bundle-version="4.1",org.protege.editor.owl;bundle-version="4.1",org.semanticweb.owl.owlapi;bundle-version="3.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters