Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2014-10-31 16:05:35 +0000
committerThomas Watson2014-10-31 16:05:35 +0000
commit973cce5ef912b1f205c919ccc500a26684446578 (patch)
tree39c845d6d2c4b1de137b817a67afee651ac5cbeb /bundles/org.eclipse.osgi.tests/plugin.xml
parent59936a92e77ef787c060f0b9ef55e15985ecfafa (diff)
downloadrt.equinox.framework-973cce5ef912b1f205c919ccc500a26684446578.tar.gz
rt.equinox.framework-973cce5ef912b1f205c919ccc500a26684446578.tar.xz
rt.equinox.framework-973cce5ef912b1f205c919ccc500a26684446578.zip
Bug 449465 - Compile error in org.eclipse.osgi.tests/plugin.xml
Diffstat (limited to 'bundles/org.eclipse.osgi.tests/plugin.xml')
-rw-r--r--bundles/org.eclipse.osgi.tests/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi.tests/plugin.xml b/bundles/org.eclipse.osgi.tests/plugin.xml
index 69e6db358..b27d6ae5d 100644
--- a/bundles/org.eclipse.osgi.tests/plugin.xml
+++ b/bundles/org.eclipse.osgi.tests/plugin.xml
@@ -27,7 +27,7 @@
id="testCardinality01"
point="org.eclipse.core.runtime.applications">
<application
- cardinality="10"
+ cardinality="5"
thread="any"
visible="true">
<run

Back to the top