Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsrinivasan2008-12-19 14:38:56 +0000
committerrsrinivasan2008-12-19 14:38:56 +0000
commit50c89e291b19264bf5d3e17bda2cebdeccb6c1f5 (patch)
treebc432d38b1304829097f60a345cf5cf9f716a16a /jsf/features
parentcc83aaefa131adc276bc4b24ab9c85c57329f273 (diff)
downloadwebtools.jsf-50c89e291b19264bf5d3e17bda2cebdeccb6c1f5.tar.gz
webtools.jsf-50c89e291b19264bf5d3e17bda2cebdeccb6c1f5.tar.xz
webtools.jsf-50c89e291b19264bf5d3e17bda2cebdeccb6c1f5.zip
Fix for Bug 259336
Diffstat (limited to 'jsf/features')
-rw-r--r--jsf/features/org.eclipse.jst.webpageeditor.feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsf/features/org.eclipse.jst.webpageeditor.feature/feature.xml b/jsf/features/org.eclipse.jst.webpageeditor.feature/feature.xml
index f4994457e..889881fd0 100644
--- a/jsf/features/org.eclipse.jst.webpageeditor.feature/feature.xml
+++ b/jsf/features/org.eclipse.jst.webpageeditor.feature/feature.xml
@@ -52,7 +52,7 @@
<import plugin="org.eclipse.wst.html.ui" version="1.0.100" match="equivalent"/>
<import plugin="org.eclipse.wst.css.core" version="1.1.0" match="equivalent"/>
<import plugin="org.eclipse.wst.html.core" version="1.1.0" match="equivalent"/>
- <import plugin="org.eclipse.wst.xml.ui" version="1.0.100" match="equivalent"/>
+ <import plugin="org.eclipse.wst.xml.ui" version="1.0.100" match="compatible"/>
<import plugin="org.eclipse.wst.xml.core" version="1.1.0" match="equivalent"/>
<import plugin="org.eclipse.wst.sse.core" version="1.1.0" match="equivalent"/>
<import plugin="org.eclipse.jst.jsf.facesconfig" version="1.1.0" match="compatible"/>

Back to the top