Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2011-04-18 16:16:53 +0000
committertle2011-04-18 16:16:53 +0000
commit0203e09733b2aa5fffc2ead301af262f02d3a656 (patch)
tree9c386c6d4578ab39b60aa41f1e645ae2d10ded90 /jpa/features
parent5905a2cd0aead1775b3724cc503d5c3bd93ccc3c (diff)
downloadwebtools.dali-0203e09733b2aa5fffc2ead301af262f02d3a656.tar.gz
webtools.dali-0203e09733b2aa5fffc2ead301af262f02d3a656.tar.xz
webtools.dali-0203e09733b2aa5fffc2ead301af262f02d3a656.zip
Reorganized dependencies on Eclipselink
Diffstat (limited to 'jpa/features')
-rw-r--r--jpa/features/org.eclipse.jpt.jpa.eclipselink.feature/feature.xml20
1 files changed, 20 insertions, 0 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 75789a35e0..811b40f45f 100644
--- a/jpa/features/org.eclipse.jpt.jpa.eclipselink.feature/feature.xml
+++ b/jpa/features/org.eclipse.jpt.jpa.eclipselink.feature/feature.xml
@@ -30,6 +30,26 @@
version="2.0.3.qualifier"
unpack="false"/>
+ <plugin
+ id="org.eclipse.persistence.antlr"
+ version="2.3.0.qualifier"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.persistence.asm"
+ version="2.3.0.qualifier"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.persistence.core"
+ version="2.3.0.qualifier"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.persistence.jpa"
+ version="2.3.0.qualifier"
+ unpack="false"/>
+
<plugin
id="org.eclipse.jpt.jpa.eclipselink.core"
download-size="0"

Back to the top