Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2011-01-31 21:59:35 +0000
committertle2011-01-31 21:59:35 +0000
commit305f34e1ec7d3403bce296bb7ee2e1fb7b870efa (patch)
tree8a4cee3db819a45fa409c55fc3a587a674ab99c5 /jpa/features
parentd573fb171a36de122ae964b913a1a8b6e1c95e7e (diff)
downloadwebtools.dali-305f34e1ec7d3403bce296bb7ee2e1fb7b870efa.tar.gz
webtools.dali-305f34e1ec7d3403bce296bb7ee2e1fb7b870efa.tar.xz
webtools.dali-305f34e1ec7d3403bce296bb7ee2e1fb7b870efa.zip
Included DBWS plugins for testing .
Diffstat (limited to 'jpa/features')
-rw-r--r--jpa/features/org.eclipse.jpt.eclipselink.feature/feature.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/jpa/features/org.eclipse.jpt.eclipselink.feature/feature.xml b/jpa/features/org.eclipse.jpt.eclipselink.feature/feature.xml
index d047ad9aeb..25ee008939 100644
--- a/jpa/features/org.eclipse.jpt.eclipselink.feature/feature.xml
+++ b/jpa/features/org.eclipse.jpt.eclipselink.feature/feature.xml
@@ -42,6 +42,16 @@
install-size="0"
version="0.0.0"
unpack="false"/>
+
+ <plugin
+ id="org.eclipse.persistence.dbws"
+ version="2.3.0.qualifier"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.persistence.dbws.builder"
+ version="2.3.0.qualifier"
+ unpack="false"/>
<plugin
id="org.eclipse.jpt.eclipselink.branding"

Back to the top