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

Updated version numbers of build and wizard, and added new versions to update site

parent f42ffda3
No related branches found
No related tags found
No related merge requests found
Showing
with 36 additions and 30 deletions
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<feature <feature
id="org.universaal.tools.buildFeature" id="org.universaal.tools.buildFeature"
label="universaal Build Feature" label="universaal Build Feature"
version="0.3.0"> version="0.3.1">
<description url="http://www.example.com/description"> <description url="http://www.example.com/description">
[Enter Feature Description here.] [Enter Feature Description here.]
</description> </description>
<copyright url="http://www.example.com/copyright"> <copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.] [Enter Copyright Description here.]
</copyright> </copyright>
<license url="http://www.example.com/license"> <license url="http://www.example.com/license">
[Enter License Description here.] [Enter License Description here.]
</license> </license>
<plugin <plugin
id="org.universaal.tools.buildPlugin" id="org.universaal.tools.buildPlugin"
download-size="0" download-size="0"
install-size="0" install-size="0"
version="0.0.0" version="0.0.0"
unpack="false"/> unpack="false"/>
</feature> </feature>
...@@ -2,7 +2,7 @@ Manifest-Version: 1.0 ...@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: BuildServiceApplication Bundle-Name: BuildServiceApplication
Bundle-SymbolicName: org.universaal.tools.buildPlugin;singleton:=true Bundle-SymbolicName: org.universaal.tools.buildPlugin;singleton:=true
Bundle-Version: 0.3.0 Bundle-Version: 0.3.1
Bundle-Activator: org.universaal.tools.buildserviceapplication.Activator Bundle-Activator: org.universaal.tools.buildserviceapplication.Activator
Bundle-Vendor: CERTH-ITI Bundle-Vendor: CERTH-ITI
Require-Bundle: org.eclipse.ui;bundle-version="3.5.0", Require-Bundle: org.eclipse.ui;bundle-version="3.5.0",
......
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.universaal.tools.wizardplugin"/> <classpathentry combineaccessrules="false" kind="src" path="/org.universaal.tools.newwizard.plugin"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>
No preview for this file type
No preview for this file type
...@@ -51,6 +51,12 @@ ...@@ -51,6 +51,12 @@
<feature url="features/org.ops4j.pax.runner.eclipse.ui.feature_1.3.0.jar" id="org.ops4j.pax.runner.eclipse.ui.feature" version="1.3.0"> <feature url="features/org.ops4j.pax.runner.eclipse.ui.feature_1.3.0.jar" id="org.ops4j.pax.runner.eclipse.ui.feature" version="1.3.0">
<category name="universaal_prereq"/> <category name="universaal_prereq"/>
</feature> </feature>
<feature url="features/org.universaal.tools.buildFeature_0.3.1.jar" id="org.universaal.tools.buildFeature" version="0.3.1">
<category name="universaal_tools"/>
</feature>
<feature url="features/org.universaal.tools.newwizard.feature_0.3.1.jar" id="org.universaal.tools.newwizard.feature" version="0.3.1">
<category name="universaal_tools"/>
</feature>
<category-def name="universaal_tools" label="AAL Studio tools"> <category-def name="universaal_tools" label="AAL Studio tools">
<description> <description>
Tools for development of AAL applications using the universAAL platform Tools for development of AAL applications using the universAAL platform
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<feature <feature
id="org.universaal.tools.newwizard.feature" id="org.universaal.tools.newwizard.feature"
label="universAAL Project Wizards Feature" label="universAAL Project Wizards Feature"
version="0.3.0" version="0.3.1"
provider-name="universAAL"> provider-name="universAAL">
<description url="http://www.example.com/description"> <description url="http://www.example.com/description">
......
...@@ -2,7 +2,7 @@ Manifest-Version: 1.0 ...@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: universAAL New Project Wizard Bundle-Name: universAAL New Project Wizard
Bundle-SymbolicName: org.universaal.tools.newwizard.plugin;singleton:=true Bundle-SymbolicName: org.universaal.tools.newwizard.plugin;singleton:=true
Bundle-Version: 0.3.0 Bundle-Version: 0.3.1
Bundle-Activator: org.universaal.tools.newwizard.plugin.Activator Bundle-Activator: org.universaal.tools.newwizard.plugin.Activator
Bundle-Vendor: universAAL ITACA-TSB UPV Bundle-Vendor: universAAL ITACA-TSB UPV
Require-Bundle: org.eclipse.ui, Require-Bundle: org.eclipse.ui,
......
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