Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvrubezhny2014-04-29 18:01:45 +0000
committervrubezhny2014-04-29 18:09:27 +0000
commit1b1c6df5de1871d53f49557c8a6f0cdcc4e39792 (patch)
tree6dcf50d357512906a4b27b8ac2e2d29cf9391285
parente1aa847401243876035b67c63091faf76cc1524d (diff)
downloadwebtools.maps-1b1c6df5de1871d53f49557c8a6f0cdcc4e39792.tar.gz
webtools.maps-1b1c6df5de1871d53f49557c8a6f0cdcc4e39792.tar.xz
webtools.maps-1b1c6df5de1871d53f49557c8a6f0cdcc4e39792.zip
Bug 410982 - o.e.wst.jsdt.debug.rhino.ui has dependencies to JDTv201404302110
Plug-in org.eclipse.wst.jsdt.debug.rhino.ui is removed from org.eclipse.wst.jsdt.feature feature. Signed-off-by: vrubezhny <vrubezhny@exadel.com>
-rw-r--r--features/org.eclipse.wst.jsdt.feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.wst.jsdt.feature/feature.xml b/features/org.eclipse.wst.jsdt.feature/feature.xml
index 81a4430c5..e480a3a67 100644
--- a/features/org.eclipse.wst.jsdt.feature/feature.xml
+++ b/features/org.eclipse.wst.jsdt.feature/feature.xml
@@ -111,11 +111,11 @@
version="1.7.2.qualifier"
unpack="false"/>
- <plugin
+ <!-- plugin
id="org.eclipse.wst.jsdt.debug.rhino.ui"
download-size="0"
install-size="0"
version="0.0.0"
- unpack="false"/>
+ unpack="false"/ -->
</feature>

Back to the top