Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2018-05-20 15:48:21 +0000
committerJonah Graham2018-05-20 15:58:19 +0000
commitd5b2f61dd735f90bf43e63125ae24967f9de784a (patch)
treef029aadee24eb9b6249cdbd8ce990b859e38dc54 /debug/org.eclipse.cdt.debug.application.product/debug.product
parent6c074cc1c8d296da52bf2836e9ff92ac685fbf15 (diff)
downloadorg.eclipse.cdt-d5b2f61dd735f90bf43e63125ae24967f9de784a.tar.gz
org.eclipse.cdt-d5b2f61dd735f90bf43e63125ae24967f9de784a.tar.xz
org.eclipse.cdt-d5b2f61dd735f90bf43e63125ae24967f9de784a.zip
Bug 534839: Add missing dependencies to standalone product
In particular, new version of ECF requires org.eclipse.equinox.concurrent Change-Id: I909565b868fce44dea54ac3df985708d523304b0
Diffstat (limited to 'debug/org.eclipse.cdt.debug.application.product/debug.product')
-rw-r--r--debug/org.eclipse.cdt.debug.application.product/debug.product1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.application.product/debug.product b/debug/org.eclipse.cdt.debug.application.product/debug.product
index 4271cb1e910..de9f9afb035 100644
--- a/debug/org.eclipse.cdt.debug.application.product/debug.product
+++ b/debug/org.eclipse.cdt.debug.application.product/debug.product
@@ -290,6 +290,7 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
<plugin id="org.eclipse.equinox.app"/>
<plugin id="org.eclipse.equinox.bidi"/>
<plugin id="org.eclipse.equinox.common"/>
+ <plugin id="org.eclipse.equinox.concurrent"/>
<plugin id="org.eclipse.equinox.ds"/>
<plugin id="org.eclipse.equinox.event"/>
<plugin id="org.eclipse.equinox.frameworkadmin"/>

Back to the top