Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/rcp.deltapack/build.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.deltapack/build.xml b/eclipse.platform.releng.tychoeclipsebuilder/rcp.deltapack/build.xml
index 6653298e3..efc910387 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/rcp.deltapack/build.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.deltapack/build.xml
@@ -71,6 +71,11 @@
<iu
id="org.eclipse.jdt.source.feature.group"
version="" />
+ <!-- Why isn't rcp.config used here, instead of 'executable' directly?
+ <iu
+ id="org.eclipse.rcp.configuration.feature.group"
+ version="" />
+ -->
<iu
id="org.eclipse.equinox.executable"
version="" />

Back to the top