Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkuppe2009-07-21 14:07:26 +0000
committermkuppe2009-07-21 14:07:26 +0000
commit3cd65201c1a82dd8c8bd43dd458eb1f2c88faf2b (patch)
treead1d80b9c584e7a9c9dba0f3175521f8bbe0ef5a
parent587f666fc661222f8ced1fdfe2d40e954f5e0763 (diff)
downloadorg.eclipse.ecf-3cd65201c1a82dd8c8bd43dd458eb1f2c88faf2b.tar.gz
org.eclipse.ecf-3cd65201c1a82dd8c8bd43dd458eb1f2c88faf2b.tar.xz
org.eclipse.ecf-3cd65201c1a82dd8c8bd43dd458eb1f2c88faf2b.zip
[releng] added equinox.concurrent dependencies which kept some test bundles to not resolvev20090722-0800
-rw-r--r--releng/features/org.eclipse.ecf.tests-feature/feature.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/releng/features/org.eclipse.ecf.tests-feature/feature.xml b/releng/features/org.eclipse.ecf.tests-feature/feature.xml
index af72e005e..b392e450b 100644
--- a/releng/features/org.eclipse.ecf.tests-feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.tests-feature/feature.xml
@@ -346,7 +346,7 @@ limitations under the License.
<includes
id="org.eclipse.swtbot.eclipse"
version="0.0.0"/>
-
+
<plugin
id="org.pluginbuilder.ant.optional.junit"
download-size="0"
@@ -382,7 +382,7 @@ limitations under the License.
install-size="0"
version="0.0.0"
unpack="false"/>
-
+
<plugin
id="org.eclipse.ecf.tests"
download-size="0"
@@ -762,4 +762,12 @@ limitations under the License.
install-size="0"
version="0.0.0"
unpack="false"/>
+
+ <plugin
+ id="org.eclipse.equinox.concurrent"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top