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

Updated package name to new naming convention for modelling related projects

parent 80418e57
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: universAAL ontologies
Bundle-SymbolicName: org.universaal.tools.modelling.ontology.common;singleton:=true
Bundle-Version: 0.1.4
Bundle-Activator: org.universaal.tools.ontologies.plugin.Activator
Bundle-Activator: org.universaal.tools.modelling.ontology.common.Activator
Bundle-Vendor: universAAL
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
......
......@@ -14,7 +14,7 @@
point="org.eclipse.emf.ecore.uri_mapping">
<mapping
source="pathmap://AAL_ONTOLOGIES/"
target="platform:/plugin/org.universaal.tools.ontologies.plugin/model/">
target="platform:/plugin/org.universaal.tools.modelling.ontology.common/model/">
</mapping>
</extension>
<extension
......
package org.universaal.tools.ontologies.plugin;
package org.universaal.tools.modelling.ontology.common;
import org.eclipse.ui.plugin.AbstractUIPlugin;
import org.osgi.framework.BundleContext;
......@@ -9,7 +9,7 @@ import org.osgi.framework.BundleContext;
public class Activator extends AbstractUIPlugin {
// The plug-in ID
public static final String PLUGIN_ID = "org.universaal.tools.ontologies.plugin"; //$NON-NLS-1$
public static final String PLUGIN_ID = "org.universaal.tools.modelling.ontology.common"; //$NON-NLS-1$
// The shared instance
private static Activator plugin;
......
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