Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2010-10-22 18:36:42 +0000
committerAndrew Niefer2010-10-22 18:36:42 +0000
commit6a31b272e924ae2dc2a3a8f4a9bc82341e96a114 (patch)
tree2f673b1fee7e808d6f459d73bd9b79808e78b3fc
parentadd72cddd560ff0a64770d3fc0a14fa092ecf1e2 (diff)
downloadorg.eclipse.e4.ui-6a31b272e924ae2dc2a3a8f4a9bc82341e96a114.tar.gz
org.eclipse.e4.ui-6a31b272e924ae2dc2a3a8f4a9bc82341e96a114.tar.xz
org.eclipse.e4.ui-6a31b272e924ae2dc2a3a8f4a9bc82341e96a114.zip
bug 328470 - add xpath bundles to build
-rw-r--r--features/org.eclipse.e4.ui.feature/feature.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/features/org.eclipse.e4.ui.feature/feature.xml b/features/org.eclipse.e4.ui.feature/feature.xml
index 192b464e..887047bb 100644
--- a/features/org.eclipse.e4.ui.feature/feature.xml
+++ b/features/org.eclipse.e4.ui.feature/feature.xml
@@ -204,5 +204,19 @@
version="0.0.0"
fragment="true"
unpack="false"/>
+
+ <plugin
+ id="org.apache.commons.jxpath"
+ download-size="0"
+ install-size="0"
+ version="1.3.0.qualifier"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.e4.emf.xpath"
+ download-size="0"
+ install-size="0"
+ version="1.3.0.qualifier"
+ unpack="false"/>
</feature>

Back to the top