Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2011-10-31 15:15:16 +0000
committerThomas Watson2011-10-31 15:15:16 +0000
commitc5ade3e394129a77b0bc36c56accfc6a8472df2c (patch)
treeab5c804b18471866bc4a1f56e16b67ae7727b414 /bundles/org.eclipse.equinox.region.tests
parentbb0e83943c1449b3c5c0207feabaef35545ccff6 (diff)
downloadrt.equinox.bundles-c5ade3e394129a77b0bc36c56accfc6a8472df2c.tar.gz
rt.equinox.bundles-c5ade3e394129a77b0bc36c56accfc6a8472df2c.tar.xz
rt.equinox.bundles-c5ade3e394129a77b0bc36c56accfc6a8472df2c.zip
Make core.tests.harness optional, only needed for performance tests.
Diffstat (limited to 'bundles/org.eclipse.equinox.region.tests')
-rw-r--r--bundles/org.eclipse.equinox.region.tests/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.region.tests/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.region.tests/META-INF/MANIFEST.MF
index 4942386ef..f523e40d7 100644
--- a/bundles/org.eclipse.equinox.region.tests/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.region.tests/META-INF/MANIFEST.MF
@@ -8,7 +8,7 @@ Fragment-Host: org.eclipse.equinox.region
Import-Package: junit.framework;version="4.8.1",
org.easymock;version="2.4.0",
org.eclipse.osgi.service.urlconversion;version="1.0.0",
- org.eclipse.core.tests.harness,
+ org.eclipse.core.tests.harness; resolution:="optional",
org.junit;version="4.8.1",
org.osgi.util.tracker;version="1.5.0",
org.aspectj.internal.lang.annotation;version="[1.6.3, 2.0.0)",

Back to the top