Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2015-11-12 11:21:08 +0000
committerDani Megert2015-11-12 11:21:08 +0000
commitfbe90fc502b231a290f383ccbe4552317b1f90be (patch)
tree18c5a2c41df967d9cb0b4377f96ffbe3fd4724b1
parentbad1914871c4b04729ee75bed607fd94f93d4728 (diff)
downloadeclipse.pde-fbe90fc502b231a290f383ccbe4552317b1f90be.tar.gz
eclipse.pde-fbe90fc502b231a290f383ccbe4552317b1f90be.tar.xz
eclipse.pde-fbe90fc502b231a290f383ccbe4552317b1f90be.zip
-rw-r--r--org.eclipse.pde-feature/feature.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.pde-feature/feature.xml b/org.eclipse.pde-feature/feature.xml
index d310aa5..f82cf8b 100644
--- a/org.eclipse.pde-feature/feature.xml
+++ b/org.eclipse.pde-feature/feature.xml
@@ -19,6 +19,10 @@
%license
</license>
+ <requires>
+ <import feature="org.eclipse.jdt" version="3.12.0" match="compatible"/>
+ </requires>
+
<plugin
id="org.eclipse.pde"
download-size="0"

Back to the top