From ca36c7cd2ad14a34ae60c44071dd6532377eca5d Mon Sep 17 00:00:00 2001 From: Erlend Stav <erlend.stav@sintef.no> Date: Wed, 1 Feb 2012 15:19:59 +0000 Subject: [PATCH] Corrected some small bugs in the ontology wizard and an incorrect package name in one of the common models. Also updated version numbers --- .../META-INF/MANIFEST.MF | 2 +- .../model/org.universaal.middleware.owl.notation | 2 +- .../model/org.universaal.middleware.owl.uml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/org.universaal.tools.modelling.ontology.common/META-INF/MANIFEST.MF b/profiles/org.universaal.tools.modelling.ontology.common/META-INF/MANIFEST.MF index 84ec62aef..38473f23b 100644 --- a/profiles/org.universaal.tools.modelling.ontology.common/META-INF/MANIFEST.MF +++ b/profiles/org.universaal.tools.modelling.ontology.common/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: universAAL ontologies Bundle-SymbolicName: org.universaal.tools.modelling.ontology.common;singleton:=true -Bundle-Version: 0.1.4 +Bundle-Version: 0.2.0 Bundle-Activator: org.universaal.tools.modelling.ontology.common.Activator Bundle-Vendor: universAAL Require-Bundle: org.eclipse.ui, diff --git a/profiles/org.universaal.tools.modelling.ontology.common/model/org.universaal.middleware.owl.notation b/profiles/org.universaal.tools.modelling.ontology.common/model/org.universaal.middleware.owl.notation index 75ab2a0da..e3b5d3289 100644 --- a/profiles/org.universaal.tools.modelling.ontology.common/model/org.universaal.middleware.owl.notation +++ b/profiles/org.universaal.tools.modelling.ontology.common/model/org.universaal.middleware.owl.notation @@ -457,7 +457,7 @@ <layoutConstraint xmi:type="notation:Bounds" xmi:id="_CBagEfqQEeCQQaPCMdH-vA" x="1188" y="64"/> </children> <styles xmi:type="notation:DiagramStyle" xmi:id="_0hvhIaFGEeCPiYRKlVcMuQ"/> - <element xmi:type="uml:Model" href="org.universaal.middleware.owl.uml#_0huTAKFGEeCPiYRKlVcMuQ"/> + <element xmi:type="uml:Package" href="org.universaal.middleware.owl.uml#_J8JskPqREeCQQaPCMdH-vA"/> <edges xmi:type="notation:Connector" xmi:id="_YyPsgKFMEeCPiYRKlVcMuQ" type="4002" source="_7cnokKFGEeCPiYRKlVcMuQ" target="_Xh--gKFMEeCPiYRKlVcMuQ" lineColor="0"> <children xmi:type="notation:DecorationNode" xmi:id="_YyQTkKFMEeCPiYRKlVcMuQ" type="6007"> <layoutConstraint xmi:type="notation:Location" xmi:id="_YyQTkaFMEeCPiYRKlVcMuQ" y="40"/> diff --git a/profiles/org.universaal.tools.modelling.ontology.common/model/org.universaal.middleware.owl.uml b/profiles/org.universaal.tools.modelling.ontology.common/model/org.universaal.middleware.owl.uml index f1b235415..427821751 100644 --- a/profiles/org.universaal.tools.modelling.ontology.common/model/org.universaal.middleware.owl.uml +++ b/profiles/org.universaal.tools.modelling.ontology.common/model/org.universaal.middleware.owl.uml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <xmi:XMI xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:OWL="http:///schemas/OWL/_8v6kUJ2UEeCA1PJ4jAflww/8" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:uml="http://www.eclipse.org/uml2/3.0.0/UML" xsi:schemaLocation="http:///schemas/OWL/_8v6kUJ2UEeCA1PJ4jAflww/8 pathmap://TwoUse_Profiles/OWL.profile.uml#_8wB5EJ2UEeCA1PJ4jAflww"> - <uml:Model xmi:id="_0huTAKFGEeCPiYRKlVcMuQ" name="owl.universaal.middleware.owl"> + <uml:Model xmi:id="_0huTAKFGEeCPiYRKlVcMuQ" name="org.universaal.middleware.owl"> <packageImport xmi:id="_fn0o4KIrEeCR0PqXfWn3bQ"> <importedPackage xmi:type="uml:Model" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#_0"/> </packageImport> -- GitLab