Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2011-06-09 15:14:04 +0000
committertle2011-06-09 15:14:04 +0000
commit530cb29b791481b161b177c2f836c445d6c69498 (patch)
treedb1d30d80b6d725759904a75f6730aa20a190a27 /jpa/features
parent232252193967c9a6bfa478fef237d5127af26149 (diff)
downloadwebtools.dali-530cb29b791481b161b177c2f836c445d6c69498.tar.gz
webtools.dali-530cb29b791481b161b177c2f836c445d6c69498.tar.xz
webtools.dali-530cb29b791481b161b177c2f836c445d6c69498.zip
Reverted fix for 348790 - Need to fix build scripts, so we do not sign javax.persistence
Diffstat (limited to 'jpa/features')
-rw-r--r--jpa/features/org.eclipse.jpt.jpa.eclipselink.feature/feature.xml5
1 files changed, 5 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 397b322165..811b40f45f 100644
--- a/jpa/features/org.eclipse.jpt.jpa.eclipselink.feature/feature.xml
+++ b/jpa/features/org.eclipse.jpt.jpa.eclipselink.feature/feature.xml
@@ -26,6 +26,11 @@
</requires>
<plugin
+ id="javax.persistence"
+ version="2.0.3.qualifier"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.persistence.antlr"
version="2.3.0.qualifier"
unpack="false"/>

Back to the top