Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Rubezhny2020-05-18 11:10:29 +0000
committerVictor Rubezhny2020-05-18 11:23:29 +0000
commitabfa1c701144bc0163012f3ab55238bda61ebed6 (patch)
tree09a0e2f4371be5fbb6658be260c21d66ca1864d1
parentfe089490954a2c99bbc791df3edbbb0b8e69a488 (diff)
downloadwebtools.sourceediting-abfa1c701144bc0163012f3ab55238bda61ebed6.tar.gz
webtools.sourceediting-abfa1c701144bc0163012f3ab55238bda61ebed6.tar.xz
webtools.sourceediting-abfa1c701144bc0163012f3ab55238bda61ebed6.zip
Bug 562631 - Rework webtools.sourceediting features in order to make more flexible WTP installation
Updated wst.web_js_feature to make it's content equal to the same one before the rework. Previously 'org.eclipse.wst.jsdt.feature' was not required in 'wst.web_ui' feature. Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
-rw-r--r--web/features/org.eclipse.wst.web_js_support.feature/feature.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/web/features/org.eclipse.wst.web_js_support.feature/feature.xml b/web/features/org.eclipse.wst.web_js_support.feature/feature.xml
index 53ebcfa03a..de8b33cb3f 100644
--- a/web/features/org.eclipse.wst.web_js_support.feature/feature.xml
+++ b/web/features/org.eclipse.wst.web_js_support.feature/feature.xml
@@ -31,10 +31,6 @@
%license
</license>
- <requires>
- <import feature="org.eclipse.wst.jsdt.feature"/>
- </requires>
-
<plugin
id="org.eclipse.wst.jsdt.web.core"
download-size="0"

Back to the top