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

Changed version number

parent 287b9a09
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.universaal.tools.packaging.tool.feature"
label="AAL Studio Application Packager"
version="0.9.6"
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.6.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 &quot;License&quot;);
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 &quot;License&quot;);
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 &quot;AS IS&quot; 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>
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