diff --git a/mpa/org.universaal.tools.packaging.tool.feature/feature.xml b/mpa/org.universaal.tools.packaging.tool.feature/feature.xml index 4256ab92b79106d151c8f36779a83c7b06f4409b..bd7831b68632761e22ee14f1c3b944785423bc03 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 MultiPart Application Packager" - version="0.5.1" - 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="0.5.1" + 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.ui"/> - <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.core.resources"/> - <import plugin="org.eclipse.jdt.core"/> - <import plugin="org.eclipse.m2e.core.ui"/> - <import plugin="org.eclipse.ui.console"/> - <import plugin="org.eclipse.ui.ide"/> - </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.ui"/> + <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.core.resources"/> + <import plugin="org.eclipse.jdt.core"/> + <import plugin="org.eclipse.m2e.core.ui"/> + <import plugin="org.eclipse.ui.console"/> + <import plugin="org.eclipse.ui.ide"/> + </requires> + + <plugin + id="org.universaal.tools.packaging.tool" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + +</feature>