Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2011-04-04 17:07:06 +0000
committertle2011-04-04 17:07:06 +0000
commitdcb0320b8e8221aac05332d01bdb8a81b0cc37d5 (patch)
treedaddc36d25048d6d96a49259c5552a8a27232660 /jpa/features/org.eclipse.jpt.jpa.eclipselink.tests.feature
parentc47aed915380bf2907f1eaba55cf1be04963426e (diff)
downloadwebtools.dali-dcb0320b8e8221aac05332d01bdb8a81b0cc37d5.tar.gz
webtools.dali-dcb0320b8e8221aac05332d01bdb8a81b0cc37d5.tar.xz
webtools.dali-dcb0320b8e8221aac05332d01bdb8a81b0cc37d5.zip
Added common features.
Diffstat (limited to 'jpa/features/org.eclipse.jpt.jpa.eclipselink.tests.feature')
-rw-r--r--jpa/features/org.eclipse.jpt.jpa.eclipselink.tests.feature/feature.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/jpa/features/org.eclipse.jpt.jpa.eclipselink.tests.feature/feature.xml b/jpa/features/org.eclipse.jpt.jpa.eclipselink.tests.feature/feature.xml
index 5d6393e3aa..4e274e66b1 100644
--- a/jpa/features/org.eclipse.jpt.jpa.eclipselink.tests.feature/feature.xml
+++ b/jpa/features/org.eclipse.jpt.jpa.eclipselink.tests.feature/feature.xml
@@ -19,6 +19,10 @@
%license
</license>
+ <requires>
+ <import feature="org.eclipse.jpt.common.tests.feature" version="1.0.0"/>
+ </requires>
+
<plugin
id="org.eclipse.jpt.jpa.eclipselink.core.tests"
download-size="0"

Back to the top