|
@@ -1,37 +1,37 @@
|
|
|
-<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<feature
|
|
|
- id="de.itemis.xtext.utils.jface"
|
|
|
- label="%featureName"
|
|
|
- version="2.1.2.qualifier"
|
|
|
- provider-name="itemis AG">
|
|
|
-
|
|
|
- <description url="http://www.example.com/description">
|
|
|
- %description
|
|
|
- </description>
|
|
|
-
|
|
|
- <copyright url="http://www.example.com/copyright">
|
|
|
- %copyright
|
|
|
- </copyright>
|
|
|
-
|
|
|
- <license url="%licenseURL">
|
|
|
- %license
|
|
|
- </license>
|
|
|
-
|
|
|
- <requires>
|
|
|
- <import plugin="org.eclipse.core.runtime" version="3.6.0" match="compatible"/>
|
|
|
- <import plugin="org.eclipse.ui.ide" version="3.6.0" match="compatible"/>
|
|
|
- <import plugin="org.eclipse.jface" version="3.6.0" match="compatible"/>
|
|
|
- <import plugin="org.eclipse.jface.text" version="3.6.0" match="compatible"/>
|
|
|
- <import plugin="org.eclipse.emf.common" version="2.6.0" match="compatible"/>
|
|
|
- <import plugin="org.eclipse.xtext.ui" version="2.0.0" match="compatible"/>
|
|
|
- <import plugin="org.eclipse.core.expressions" version="3.4.0" match="compatible"/>
|
|
|
- </requires>
|
|
|
-
|
|
|
- <plugin
|
|
|
- id="de.itemis.xtext.utils.jface"
|
|
|
- download-size="0"
|
|
|
- install-size="0"
|
|
|
- version="0.0.0"
|
|
|
- unpack="false"/>
|
|
|
-
|
|
|
-</feature>
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<feature
|
|
|
+ id="de.itemis.xtext.utils.jface"
|
|
|
+ label="Xtext JFace Integration Feature"
|
|
|
+ version="2.2.0.qualifier"
|
|
|
+ provider-name="itemis AG">
|
|
|
+
|
|
|
+ <description url="http://www.example.com/description">
|
|
|
+ %description
|
|
|
+ </description>
|
|
|
+
|
|
|
+ <copyright url="http://www.example.com/copyright">
|
|
|
+ %copyright
|
|
|
+ </copyright>
|
|
|
+
|
|
|
+ <license url="%licenseURL">
|
|
|
+ %license
|
|
|
+ </license>
|
|
|
+
|
|
|
+ <requires>
|
|
|
+ <import plugin="org.eclipse.core.runtime" version="3.6.0" match="compatible"/>
|
|
|
+ <import plugin="org.eclipse.ui.ide" version="3.6.0" match="compatible"/>
|
|
|
+ <import plugin="org.eclipse.jface" version="3.6.0" match="compatible"/>
|
|
|
+ <import plugin="org.eclipse.jface.text" version="3.6.0" match="compatible"/>
|
|
|
+ <import plugin="org.eclipse.emf.common" version="2.6.0" match="compatible"/>
|
|
|
+ <import plugin="org.eclipse.xtext.ui" version="2.0.0" match="compatible"/>
|
|
|
+ <import plugin="org.eclipse.core.expressions" version="3.4.0" match="compatible"/>
|
|
|
+ </requires>
|
|
|
+
|
|
|
+ <plugin
|
|
|
+ id="de.itemis.xtext.utils.jface"
|
|
|
+ download-size="0"
|
|
|
+ install-size="0"
|
|
|
+ version="0.0.0"
|
|
|
+ unpack="false"/>
|
|
|
+
|
|
|
+</feature>
|