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.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.feature')
-rw-r--r--jpa/features/org.eclipse.jpt.jpa.eclipselink.feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jpa/features/org.eclipse.jpt.jpa.eclipselink.feature/feature.xml b/jpa/features/org.eclipse.jpt.jpa.eclipselink.feature/feature.xml
index c8ab9504fa..75789a35e0 100644
--- a/jpa/features/org.eclipse.jpt.jpa.eclipselink.feature/feature.xml
+++ b/jpa/features/org.eclipse.jpt.jpa.eclipselink.feature/feature.xml
@@ -21,8 +21,8 @@
</license>
<requires>
- <import feature="org.eclipse.jpt.jpa.feature" version="3.0.0" match="greaterOrEqual"/>
- <import plugin="org.eclipse.jpt.common.eclipselink.core" version="1.0.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.jpt.jpa.feature" version="3.0.0"/>
+ <import feature="org.eclipse.jpt.common.eclipselink.feature" version="1.0.0"/>
</requires>
<plugin

Back to the top