Skip to content
Snippets Groups Projects
Commit d1b7308d authored by Manlio Bacco's avatar Manlio Bacco
Browse files

version 0.1.0

parent 8a3c626f
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<feature <feature
id="org.universaal.tools.conformanceTools.feature" id="org.universaal.tools.conformanceTools.feature"
label="AAL Studio Conformance Tools" label="AAL Studio Conformance Tools"
version="0.0.1" version="0.1.0"
provider-name="universAAL" provider-name="universAAL"
plugin="org.universaal.tools.aalstudio.core"> plugin="org.universaal.tools.aalstudio.core">
<description url="http://www.example.com/description"> <description url="http://www.example.com/description">
This AAL Studio tool provides conformance tools helping the developer This AAL Studio tool provides conformance tools helping the developer
to debug and to optimize source code of developing AAL applications. to debug and to optimize source code of developing AAL applications.
</description> </description>
<copyright url="http://www.example.com/copyright"> <copyright url="http://www.example.com/copyright">
Copyright 2011, SINTEF. http://www.sintef.no/ Copyright 2011, SINTEF. http://www.sintef.no/
Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); 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 not use this file except in compliance with the License.
...@@ -30,39 +30,38 @@ in: ...@@ -30,39 +30,38 @@ in:
http://sourceforge.net/projects/eclipse-cs/ http://sourceforge.net/projects/eclipse-cs/
FindBugs included libraries released under LGPL license, as in: FindBugs included libraries released under LGPL license, as in:
http://sourceforge.net/projects/findbugs/ http://sourceforge.net/projects/findbugs/
</copyright> </copyright>
<license url="http://www.apache.org/licenses/LICENSE-2.0"> <license url="http://www.apache.org/licenses/LICENSE-2.0">
Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
</license> </license>
<requires> <requires>
<import plugin="org.eclipse.ui"/> <import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.core.runtime"/> <import plugin="org.eclipse.core.runtime"/>
<import plugin="org.apache.ant" version="1.8.2" match="greaterOrEqual"/> <import plugin="org.apache.ant" version="1.8.2" match="greaterOrEqual"/>
<import plugin="org.apache.xerces" version="2.9.0" match="greaterOrEqual"/> <import plugin="org.apache.xerces" version="2.9.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.jdt.core" version="3.7.1" match="greaterOrEqual"/> <import plugin="org.eclipse.jdt.core" version="3.7.1" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.ide"/> <import plugin="org.eclipse.ui.ide"/>
<import plugin="org.eclipse.core.resources" version="3.7.100" match="greaterOrEqual"/> <import plugin="org.eclipse.core.resources" version="3.7.100" match="greaterOrEqual"/>
</requires> </requires>
<plugin <plugin
id="org.universaal.tools.conformanceTools" id="org.universaal.tools.conformanceTools"
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>
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