Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2011-02-19 18:01:07 +0000
committertle2011-02-19 18:01:07 +0000
commit00a57a16cd68394340ea19c7cf51026e72b4261f (patch)
tree5303ab49c648ab74720a45811b235aa94d0b5b41 /jpa/features/org.eclipse.jpt.jpa.eclipselink.feature
parentf4887cb5f043601eb2f4b0d4c116407ec5bd1f75 (diff)
downloadwebtools.dali-00a57a16cd68394340ea19c7cf51026e72b4261f.tar.gz
webtools.dali-00a57a16cd68394340ea19c7cf51026e72b4261f.tar.xz
webtools.dali-00a57a16cd68394340ea19c7cf51026e72b4261f.zip
Test pulling in Graphiti plugins
Diffstat (limited to 'jpa/features/org.eclipse.jpt.jpa.eclipselink.feature')
-rw-r--r--jpa/features/org.eclipse.jpt.jpa.eclipselink.feature/feature.xml24
1 files changed, 24 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 3b67aff881..488b4005fc 100644
--- a/jpa/features/org.eclipse.jpt.jpa.eclipselink.feature/feature.xml
+++ b/jpa/features/org.eclipse.jpt.jpa.eclipselink.feature/feature.xml
@@ -21,6 +21,30 @@
<requires>
<import feature="org.eclipse.jpt.jpa.feature" version="3.0.0"/>
</requires>
+
+ <!-- ========== -->
+
+ <plugin
+ id="org.eclipse.graphiti"
+ version="0.7.1.qualifier"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.graphiti.mm"
+ version="0.7.1.qualifier"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.graphiti.pattern"
+ version="0.7.1.qualifier"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.graphiti.ui"
+ version="0.7.1.qualifier"
+ unpack="false"/>
+
+ <!-- ========== -->
<plugin
id="org.eclipse.jpt.common.eclipselink.core"

Back to the top