Skip to content
Snippets Groups Projects
Commit 41838a0f authored by Erlend Stav's avatar Erlend Stav
Browse files

Added icons and corrected some errors in file names and project build settings

parent 465a373e
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OntologyPlugin
Bundle-SymbolicName: org.universaal.tools.ontologies.plugin;singleton:=true
Bundle-Version: 0.1.0
Bundle-Version: 0.1.3
Bundle-Activator: org.universaal.tools.ontologies.plugin.Activator
Bundle-Vendor: universAAL
Require-Bundle: org.eclipse.ui,
......
......@@ -2,4 +2,6 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml
plugin.xml,\
model/,\
icons/
profiles/org.universaal.tools.ontologies.plugin/icons/uaal.png

939 B

......@@ -4,8 +4,9 @@
<extension
point="org.eclipse.papyrus.extensionpoints.uml2.UMLLibrary">
<library
iconpath="icons/uaal.png"
name="universAAL Middleware Ontology"
path="pathmap://AAL_ONTOLOGIES/org.universaal.middlware.owl.uml"
path="pathmap://AAL_ONTOLOGIES/org.universaal.middleware.owl.uml"
provider="universAAL">
</library>
</extension>
......@@ -19,15 +20,19 @@
<extension
point="org.eclipse.papyrus.extensionpoints.uml2.UMLLibrary">
<library
iconpath="icons/uaal.png"
name="universAAL Service Ontology"
path="pathmap://AAL_ONTOLOGIES/org.universaal.middlware.service.owl.uml">
path="pathmap://AAL_ONTOLOGIES/org.universaal.middleware.service.owl.uml"
provider="universAAL">
</library>
</extension>
<extension
point="org.eclipse.papyrus.extensionpoints.uml2.UMLLibrary">
<library
iconpath="icons/uaal.png"
name="universAAL Physical Thing Ontology"
path="pathmap://AAL_ONTOLOGIES/org.universaal.ontology.phThing.owl.uml">
path="pathmap://AAL_ONTOLOGIES/org.universaal.ontology.phThing.uml"
provider="universAAL">
</library>
</extension>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment