From 3b3897cc840945e2a12f12e3e1b411fc5cac4934 Mon Sep 17 00:00:00 2001 From: Erlend Stav <erlend.stav@sintef.no> Date: Wed, 29 May 2013 13:40:55 +0000 Subject: [PATCH] Updated version numbers --- .../feature.xml | 84 +++++++++---------- .../META-INF/MANIFEST.MF | 2 +- 2 files changed, 43 insertions(+), 43 deletions(-) diff --git a/mpa/org.universaal.tools.packaging.tool.feature/feature.xml b/mpa/org.universaal.tools.packaging.tool.feature/feature.xml index 731b23402..6760af6c2 100644 --- a/mpa/org.universaal.tools.packaging.tool.feature/feature.xml +++ b/mpa/org.universaal.tools.packaging.tool.feature/feature.xml @@ -1,17 +1,17 @@ -<?xml version="1.0" encoding="UTF-8"?> -<feature - id="org.universaal.tools.packaging.tool.feature" - label="AAL Studio Application Packager" - version="0.8.3" - provider-name="universAAL" - plugin="org.universaal.tools.aalstudio.core"> - - <description url="http://www.example.com/description"> +<?xml version="1.0" encoding="UTF-8"?> +<feature + id="org.universaal.tools.packaging.tool.feature" + label="AAL Studio Application Packager" + version="1.0.0" + provider-name="universAAL" + plugin="org.universaal.tools.aalstudio.core"> + + <description url="http://www.example.com/description"> This AAL Studio tool provides a multipart application packager that helps developer to create a compliant .uaap file. -This .uaap file contains the parts selected by the developer as required to run an high-level uAAL application and an XML descriptor to support automatic setup on target nodes of the selected space. - </description> - - <copyright url="http://www.example.com/copyright"> +This .uaap file contains the parts selected by the developer as required to run an high-level uAAL application and an XML descriptor to support automatic setup on target nodes of the selected space. + </description> + + <copyright url="http://www.example.com/copyright"> Copyright 2011, SINTEF. http://www.sintef.no/ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -23,10 +23,10 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. - </copyright> - - <license url="http://www.apache.org/licenses/LICENSE-2.0"> +limitations under the License. + </copyright> + + <license url="http://www.apache.org/licenses/LICENSE-2.0"> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -37,28 +37,28 @@ limitations under the License. distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. - </license> - - <requires> - <import plugin="org.eclipse.core.runtime"/> - <import plugin="javax.xml"/> - <import plugin="javax.xml.bind"/> - <import plugin="org.eclipse.m2e.core"/> - <import plugin="org.eclipse.m2e.maven.runtime"/> - <import plugin="org.eclipse.ui.ide"/> - <import plugin="org.eclipse.ui" version="3.7.0" match="greaterOrEqual"/> - <import plugin="org.eclipse.core.resources"/> - <import plugin="org.eclipse.jdt.core"/> - <import plugin="org.eclipse.m2e.core.ui"/> - <import plugin="org.eclipse.ui.console"/> - </requires> - - <plugin - id="org.universaal.tools.packaging.tool" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - -</feature> + limitations under the License. + </license> + + <requires> + <import plugin="org.eclipse.core.runtime"/> + <import plugin="javax.xml"/> + <import plugin="javax.xml.bind"/> + <import plugin="org.eclipse.m2e.core"/> + <import plugin="org.eclipse.m2e.maven.runtime"/> + <import plugin="org.eclipse.ui.ide"/> + <import plugin="org.eclipse.ui" version="3.7.0" match="greaterOrEqual"/> + <import plugin="org.eclipse.core.resources"/> + <import plugin="org.eclipse.jdt.core"/> + <import plugin="org.eclipse.m2e.core.ui"/> + <import plugin="org.eclipse.ui.console"/> + </requires> + + <plugin + id="org.universaal.tools.packaging.tool" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + +</feature> diff --git a/mpa/org.universaal.tools.packaging.tool/META-INF/MANIFEST.MF b/mpa/org.universaal.tools.packaging.tool/META-INF/MANIFEST.MF index 794ba5a2e..c523ae852 100644 --- a/mpa/org.universaal.tools.packaging.tool/META-INF/MANIFEST.MF +++ b/mpa/org.universaal.tools.packaging.tool/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: AAL Studio Application Packager Bundle-SymbolicName: org.universaal.tools.packaging.tool; singleton:=true -Bundle-Version: 0.8.3 +Bundle-Version: 1.0.0 Bundle-Activator: org.universaal.tools.packaging.tool.Activator Require-Bundle: org.eclipse.core.runtime, javax.xml, -- GitLab