Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-08-20 15:21:38 +0000
committerDavid Williams2013-08-20 15:21:55 +0000
commite5878a5d440b8ef4e8db2dc31eb4e5eba8367692 (patch)
tree10aebdbb128d30221d83da88fcb2e0dbe0604a0e /eclipse.platform.releng.tychoeclipsebuilder/equinox
parent0c26e5c7766998ca0d2f40996bdf8933c1e06dc7 (diff)
downloadeclipse.platform.releng.aggregator-e5878a5d440b8ef4e8db2dc31eb4e5eba8367692.tar.gz
eclipse.platform.releng.aggregator-e5878a5d440b8ef4e8db2dc31eb4e5eba8367692.tar.xz
eclipse.platform.releng.aggregator-e5878a5d440b8ef4e8db2dc31eb4e5eba8367692.zip
Bug 376921 - several missing files while updating test manifest
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/equinox')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/equinox/helper.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/equinox/helper.xml b/eclipse.platform.releng.tychoeclipsebuilder/equinox/helper.xml
index 9118509f1..90e1935dd 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/equinox/helper.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/equinox/helper.xml
@@ -202,21 +202,25 @@
name="bundle.id"
value="org.eclipse.equinox.log" />
</antcall>
+ <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=376921
<antcall target="updateTestManifest">
<param
name="bundle.id"
value="org.eclipse.equinox.initializer" />
</antcall>
+ -->
<antcall target="updateTestManifest">
<param
name="bundle.id"
value="org.eclipse.equinox.region" />
</antcall>
+ <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=376921
<antcall target="updateTestManifest">
<param
name="bundle.id"
value="org.eclipse.equinox.console.supportability" />
</antcall>
+ -->
<antcall target="updateTestManifest">
<param
name="bundle.id"

Back to the top