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

Updated version numbers for features

parent ed277a0f
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ Manifest-Version: 1.0 ...@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: OntologyWizard Bundle-Name: OntologyWizard
Bundle-SymbolicName: org.universaal.tools.modelling.ontology.wizard; singleton:=true Bundle-SymbolicName: org.universaal.tools.modelling.ontology.wizard; singleton:=true
Bundle-Version: 0.3.2 Bundle-Version: 0.3.3
Bundle-Activator: org.universaal.tools.modelling.ontology.wizard.Activator Bundle-Activator: org.universaal.tools.modelling.ontology.wizard.Activator
Bundle-Vendor: universAAL Bundle-Vendor: universAAL
Require-Bundle: org.eclipse.ui, Require-Bundle: org.eclipse.ui,
......
...@@ -118,8 +118,8 @@ public class CreateOntologyPOM { ...@@ -118,8 +118,8 @@ public class CreateOntologyPOM {
instr.addChild(dom("Bundle-Activator", ontologyProjectModel.getParentPackageName() + ".osgi.Activator")); instr.addChild(dom("Bundle-Activator", ontologyProjectModel.getParentPackageName() + ".osgi.Activator"));
instr.addChild(dom("Bundle-Description", "${project.description}")); instr.addChild(dom("Bundle-Description", "${project.description}"));
instr.addChild(dom("Bundle-SymbolicName", "${project.artifactId}")); instr.addChild(dom("Bundle-SymbolicName", "${project.artifactId}"));
instr.addChild(dom("Export-Package", ontologyProjectModel.getPackageName() + ".*")); instr.addChild(dom("Export-Package", ontologyProjectModel.getPackageName() + ", " + ontologyProjectModel.getPackageName() + ".*"));
instr.addChild(dom("Private-Package", ontologyProjectModel.getParentPackageName() + ".osgi.*")); instr.addChild(dom("Private-Package", ontologyProjectModel.getParentPackageName() + ", " + ontologyProjectModel.getParentPackageName() + ".osgi"));
conf.addChild(instr); conf.addChild(instr);
plugin.setConfiguration(conf); plugin.setConfiguration(conf);
build.addPlugin(plugin); build.addPlugin(plugin);
......
...@@ -9,7 +9,7 @@ import org.apache.maven.model.Model; ...@@ -9,7 +9,7 @@ import org.apache.maven.model.Model;
public class OntologyProjectModel { public class OntologyProjectModel {
public static final String DEFAULT_ONTOLOGY_NAME = "MyOntology"; public static final String DEFAULT_ONTOLOGY_NAME = "MyOntology";
public static final String DEFAULT_PARENT_PACKAGE_NAME = "org.universaal.ontology"; public static final String DEFAULT_PARENT_PACKAGE_NAME = "org.universAAL.ontology";
String ontologyName = "ont"; String ontologyName = "ont";
String parentPackageName = "pck"; String parentPackageName = "pck";
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<feature <feature
id="org.universaal.tools.profilefeature" id="org.universaal.tools.profilefeature"
label="AAL Studio Modelling Support" label="AAL Studio Modelling Support"
version="0.4.2" version="0.4.3"
provider-name="universAAL" provider-name="universAAL"
plugin="org.universaal.tools.aalstudio.core"> plugin="org.universaal.tools.aalstudio.core">
......
...@@ -2,7 +2,7 @@ Manifest-Version: 1.0 ...@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Transformation Command Bundle-Name: Transformation Command
Bundle-SymbolicName: org.universaal.tools.transformationcommand;singleton:=true Bundle-SymbolicName: org.universaal.tools.transformationcommand;singleton:=true
Bundle-Version: 0.7.1 Bundle-Version: 0.7.2
Bundle-Vendor: universAAL Bundle-Vendor: universAAL
Require-Bundle: org.eclipse.ui, Require-Bundle: org.eclipse.ui,
org.eclipse.core.resources;bundle-version="3.0.0", org.eclipse.core.resources;bundle-version="3.0.0",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<feature <feature
id="org.universaal.tools.transformationfeature" id="org.universaal.tools.transformationfeature"
label="AAL Studio Transformations" label="AAL Studio Transformations"
version="0.7.1" version="0.7.2"
provider-name="universAAL" provider-name="universAAL"
plugin="org.universaal.tools.aalstudio.core"> plugin="org.universaal.tools.aalstudio.core">
......
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