diff --git a/mpa/org.universaal.tools.packaging.tool.feature/feature.xml b/mpa/org.universaal.tools.packaging.tool.feature/feature.xml index 731b234026b2dcb4ae8b3b0493dd02048ee4941b..6760af6c29d09c63f25ee40ce695d34e9fd84fbc 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 794ba5a2e6b5b7a5ae4505c7911fcde096d36f70..c523ae852a19676362cf608dbc5279e78cb42669 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,