Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2015-03-12 19:15:56 +0000
committerLars Vogel2015-04-01 13:49:06 +0000
commit32c81d50cd97d14dc21e0c691c4f5e4fc2bba00c (patch)
treee407c306b3461fb393768a6de05d645abb6724c1
parent650e6808d884f84f38fb6ce6b3fc2bf3dbed7108 (diff)
downloadeclipse.platform.ui-32c81d50cd97d14dc21e0c691c4f5e4fc2bba00c.tar.gz
eclipse.platform.ui-32c81d50cd97d14dc21e0c691c4f5e4fc2bba00c.tar.xz
eclipse.platform.ui-32c81d50cd97d14dc21e0c691c4f5e4fc2bba00c.zip
Bug 422102 - [Model] Add org.eclipse.e4.emf.xpath to a feature
Change-Id: Iea62beb452652052762b1b3e911ce3e0cfbdc561 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--features/org.eclipse.e4.rcp/feature.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/features/org.eclipse.e4.rcp/feature.xml b/features/org.eclipse.e4.rcp/feature.xml
index 95baf68070d..f70bd100ed5 100644
--- a/features/org.eclipse.e4.rcp/feature.xml
+++ b/features/org.eclipse.e4.rcp/feature.xml
@@ -763,4 +763,18 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.apache.commons.jxpath"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.e4.emf.xpath"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top