Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Rubezhny2020-04-29 18:49:11 +0000
committerVictor Rubezhny2020-05-07 16:14:58 +0000
commit661eef8d23007533c061b4e613d17f8d50fc24f4 (patch)
tree8a8fbbe113d4afffd0cf761af81a57a4fb6b3cf4 /web/features/org.eclipse.wst.web_tests.feature/feature.xml
parent04b55496af6dff15c0f3d0994d38cfef7bb3e434 (diff)
downloadwebtools.sourceediting-661eef8d23007533c061b4e613d17f8d50fc24f4.tar.gz
webtools.sourceediting-661eef8d23007533c061b4e613d17f8d50fc24f4.tar.xz
webtools.sourceediting-661eef8d23007533c061b4e613d17f8d50fc24f4.zip
Bug 562631 - Rework webtools.sourceediting features in order to make more flexible WTP installation
This change proposes more flexible way to install webtools.sourceediting providing a possibility to install JSDT related features separately from HTML, CSS, XHTML features. Change-Id: Idfa17782d75577f1dd9d27fe2b0247273acd0c12 Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
Diffstat (limited to 'web/features/org.eclipse.wst.web_tests.feature/feature.xml')
-rw-r--r--web/features/org.eclipse.wst.web_tests.feature/feature.xml15
1 files changed, 4 insertions, 11 deletions
diff --git a/web/features/org.eclipse.wst.web_tests.feature/feature.xml b/web/features/org.eclipse.wst.web_tests.feature/feature.xml
index fffae14e29..2345e0c57c 100644
--- a/web/features/org.eclipse.wst.web_tests.feature/feature.xml
+++ b/web/features/org.eclipse.wst.web_tests.feature/feature.xml
@@ -31,17 +31,10 @@
%license
</license>
- <plugin
- id="org.eclipse.wst.jsdt.web.core.tests"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
- id="org.eclipse.wst.jsdt.web.ui.tests"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
+ <includes
+ id="org.eclipse.wst.web_js_support_tests.feature"
+ version="0.0.0"
+ optional="true"/>
<plugin
id="org.eclipse.wst.css.core.tests"

Back to the top