Przeglądaj źródła

Recomputed dependencies.

Alexander Nyßen 14 lat temu
rodzic
commit
9687234a00

+ 40 - 31
de.itemis.xtext.utils/features/de.itemis.xtext.utils.jface-feature/feature.xml

@@ -1,31 +1,40 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
-      id="de.itemis.xtext.utils.jface"
-      label="Xtext JFace Integration (XJI)"
-      version="1.0.0.qualifier"
-      provider-name="itemis AG">
-
-   <description url="http://www.example.com/description">
-      [Enter Feature Description here.]
-   </description>
-
-   <copyright url="http://www.example.com/copyright">
-      [Enter Copyright Description here.]
-   </copyright>
-
-   <license url="http://www.example.com/license">
-      [Enter License Description here.]
-   </license>
-
-   <includes
-         id="de.itemis.xtext.utils.jface.source"
-         version="0.0.0"/>
-
-   <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 (XJI)"
+      version="1.0.0.qualifier"
+      provider-name="itemis AG">
+
+   <description url="http://www.example.com/description">
+      [Enter Feature Description here.]
+   </description>
+
+   <copyright url="http://www.example.com/copyright">
+      [Enter Copyright Description here.]
+   </copyright>
+
+   <license url="http://www.example.com/license">
+      [Enter License Description here.]
+   </license>
+
+   <includes
+         id="de.itemis.xtext.utils.jface.source"
+         version="0.0.0"/>
+
+   <requires>
+      <import plugin="org.eclipse.jface" version="3.6.0" match="compatible"/>
+      <import plugin="org.eclipse.core.runtime" 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="1.0.1" match="compatible"/>
+      <import plugin="org.eclipse.ui.ide" version="3.6.0" match="compatible"/>
+   </requires>
+
+   <plugin
+         id="de.itemis.xtext.utils.jface"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+</feature>