Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTran Le2012-10-03 23:03:42 +0000
committerTran Le2012-10-03 23:03:42 +0000
commit4241aab93cf092e44d0fc21787fdb7ac4757881c (patch)
tree418c208aa4bc54d974249a98d2e9744f8fc4d0cf /jpa/features
parent0a8af76b6dff32f5215e138f9d67dfb6c68ac744 (diff)
downloadwebtools.dali-4241aab93cf092e44d0fc21787fdb7ac4757881c.tar.gz
webtools.dali-4241aab93cf092e44d0fc21787fdb7ac4757881c.tar.xz
webtools.dali-4241aab93cf092e44d0fc21787fdb7ac4757881c.zip
Fix dor 390561v201210032300
Diffstat (limited to 'jpa/features')
-rw-r--r--jpa/features/org.eclipse.jpt.jpa.eclipselink.feature/feature.xml7
-rw-r--r--jpa/features/org.eclipse.jpt.jpa.feature/feature.xml7
2 files changed, 7 insertions, 7 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 9871f739fc..4f487e1861 100644
--- a/jpa/features/org.eclipse.jpt.jpa.eclipselink.feature/feature.xml
+++ b/jpa/features/org.eclipse.jpt.jpa.eclipselink.feature/feature.xml
@@ -26,13 +26,6 @@
</requires>
<plugin
- id="javax.persistence"
- download-size="0"
- install-size="0"
- version="2.0.4.qualifier"
- unpack="false"/>
-
- <plugin
id="org.eclipse.persistence.antlr"
download-size="0"
install-size="0"
diff --git a/jpa/features/org.eclipse.jpt.jpa.feature/feature.xml b/jpa/features/org.eclipse.jpt.jpa.feature/feature.xml
index cce5502aeb..9724d7e407 100644
--- a/jpa/features/org.eclipse.jpt.jpa.feature/feature.xml
+++ b/jpa/features/org.eclipse.jpt.jpa.feature/feature.xml
@@ -28,6 +28,13 @@
</requires>
<plugin
+ id="javax.persistence"
+ download-size="0"
+ install-size="0"
+ version="2.0.4.qualifier"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.jpt.jpa.core"
download-size="0"
install-size="0"

Back to the top