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

version 0.4.0

plugin re-design
new uAAL custom checks
markers and resolution generator 
parent 58f2b4b3
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.conformanceTools.feature"
label="AAL Studio Conformance Tools"
version="0.3.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.conformanceTools.feature"
label="AAL Studio Conformance Tools"
version="0.4"
provider-name="universAAL"
plugin="org.universaal.tools.aalstudio.core">
<description url="http://www.example.com/description">
This AAL Studio tool provides conformance tools helping the developer
to debug and to optimize source code of developing AAL applications.
</description>
<copyright url="http://www.example.com/copyright">
to debug and to optimize source code of developing AAL applications.
</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.
......@@ -30,10 +30,10 @@ in:
http://sourceforge.net/projects/eclipse-cs/
FindBugs included libraries released under LGPL license, as in:
http://sourceforge.net/projects/findbugs/
</copyright>
<license url="http://www.apache.org/licenses/LICENSE-2.0">
http://sourceforge.net/projects/findbugs/
</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
......@@ -44,40 +44,44 @@ http://sourceforge.net/projects/findbugs/
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="org.eclipse.m2e.core.ui"/>
<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.ui.console"/>
<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.eclipse.jdt.core" version="3.7.1" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.ide"/>
<import plugin="org.eclipse.core.resources" version="3.7.100" match="greaterOrEqual"/>
<import plugin="org.eclipse.m2e.core" version="1.0.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.jdt.ui"/>
<import plugin="org.eclipse.core.filesystem" version="1.3.100" match="greaterOrEqual"/>
</requires>
<plugin
id="org.universaal.tools.conformance.verify.plugin"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.universaal.tools.conformanceTools"
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="org.eclipse.m2e.core.ui"/>
<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.ui.console"/>
<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.eclipse.jdt.core" version="3.7.1" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.ide"/>
<import plugin="org.eclipse.core.resources" version="3.7.100" match="greaterOrEqual"/>
<import plugin="org.eclipse.m2e.core" version="1.0.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.jdt.ui"/>
<import plugin="org.eclipse.core.filesystem" version="1.3.100" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.editors" version="3.7.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.views" version="3.6.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.jface.text" version="3.7.2" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.expressions" version="3.4.300" match="greaterOrEqual"/>
</requires>
<plugin
id="org.universaal.tools.conformance.verify.plugin"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.universaal.tools.conformanceTools"
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