Skip to content
Snippets Groups Projects
Commit 50ffacec authored by Alvaro Fides's avatar Alvaro Fides
Browse files

increased version to match plugin version

parent 501efe01
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.newwizard.feature" id="org.universaal.tools.newwizard.feature"
label="AAL Studio Project Wizards" label="AAL Studio Project Wizards"
version="1.2.0" version="1.2.1"
provider-name="universAAL" provider-name="universAAL"
plugin="org.universaal.tools.aalstudio.core"> plugin="org.universaal.tools.aalstudio.core">
<description url="http://www.universaal.org/"> <description url="http://www.universaal.org/">
The AAL Studio project and item wizards make it easy to create new universAAL-compliant projects by providing a skeleton project with all the files you need and initial content to make the project work in universAAL. The item wizards generate new files required or optional to a universAAL project with the proper formatting and template or initial content. The AAL Studio project and item wizards make it easy to create new universAAL-compliant projects by providing a skeleton project with all the files you need and initial content to make the project work in universAAL. The item wizards generate new files required or optional to a universAAL project with the proper formatting and template or initial content.
</description> </description>
<copyright url="http://www.tsb.upv.es/"> <copyright url="http://www.tsb.upv.es/">
Copyright 2011 ITACA-TSB, http://www.tsb.upv.es Copyright 2011 ITACA-TSB, http://www.tsb.upv.es
Instituto Tecnologico de Aplicaciones de Comunicacion Instituto Tecnologico de Aplicaciones de Comunicacion
Avanzadas - Grupo Tecnologias para la Salud y el Avanzadas - Grupo Tecnologias para la Salud y el
...@@ -26,10 +26,10 @@ ...@@ -26,10 +26,10 @@
distributed under the License is distributed on an &quot;AS IS&quot; 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.
</copyright> </copyright>
<license url="http://www.apache.org/licenses/LICENSE-2.0"> <license url="http://www.apache.org/licenses/LICENSE-2.0">
Apache License Apache License
Version 2.0, January 2004 Version 2.0, January 2004
http://www.apache.org/licenses/ http://www.apache.org/licenses/
...@@ -230,31 +230,31 @@ ...@@ -230,31 +230,31 @@
distributed under the License is distributed on an &quot;AS IS&quot; 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>
<url> <url>
<update url="http://depot.universaal.org/eclipse-update/"/> <update url="http://depot.universaal.org/eclipse-update/"/>
</url> </url>
<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.eclipse.core.resources" version="3.5.1" match="greaterOrEqual"/> <import plugin="org.eclipse.core.resources" version="3.5.1" match="greaterOrEqual"/>
<import plugin="org.eclipse.jdt.ui" version="3.5.2" match="greaterOrEqual"/> <import plugin="org.eclipse.jdt.ui" version="3.5.2" match="greaterOrEqual"/>
<import plugin="org.eclipse.m2e.core" version="1.0.0" match="greaterOrEqual"/> <import plugin="org.eclipse.m2e.core" version="1.0.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.m2e.core.ui" version="1.0.0" match="greaterOrEqual"/> <import plugin="org.eclipse.m2e.core.ui" version="1.0.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.m2e.maven.runtime"/> <import plugin="org.eclipse.m2e.maven.runtime"/>
<import plugin="org.eclipse.jdt.core"/> <import plugin="org.eclipse.jdt.core"/>
<import feature="org.universaal.tools.aalstudio.feature" version="0.3.0"/> <import feature="org.universaal.tools.aalstudio.feature" version="0.3.0"/>
<import feature="org.eclipse.m2e.feature" version="1.0.0" match="greaterOrEqual"/> <import feature="org.eclipse.m2e.feature" version="1.0.0" match="greaterOrEqual"/>
</requires> </requires>
<plugin <plugin
id="org.universaal.tools.newwizard.plugin" id="org.universaal.tools.newwizard.plugin"
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