Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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 488b4005fc..ecbaea4c5c 100644
--- a/jpa/features/org.eclipse.jpt.jpa.eclipselink.feature/feature.xml
+++ b/jpa/features/org.eclipse.jpt.jpa.eclipselink.feature/feature.xml
@@ -25,6 +25,11 @@
<!-- ========== -->
<plugin
+ id="org.eclipse.emf.transaction"
+ version="1.4.0.qualifier"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.graphiti"
version="0.7.1.qualifier"
unpack="false"/>

Back to the top