Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-05-07 15:47:47 +0000
committerThomas Watson2013-05-07 15:49:18 +0000
commitc01e61df43a1cedf867e5d2323e9ce0ea2cf6ddd (patch)
tree1409bd362fa10edd9df72a12e815bc035381bdfd /bundles/org.eclipse.osgi.tests/.classpath
parentf817f6d75f90e39180e9f5f10780f8dc0b0bc9b4 (diff)
downloadrt.equinox.framework-c01e61df43a1cedf867e5d2323e9ce0ea2cf6ddd.tar.gz
rt.equinox.framework-c01e61df43a1cedf867e5d2323e9ce0ea2cf6ddd.tar.xz
rt.equinox.framework-c01e61df43a1cedf867e5d2323e9ce0ea2cf6ddd.zip
Bug 407430 - [unity] lazy starting no longer waits if another thread triggers a start
- new test case.
Diffstat (limited to 'bundles/org.eclipse.osgi.tests/.classpath')
-rw-r--r--bundles/org.eclipse.osgi.tests/.classpath2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi.tests/.classpath b/bundles/org.eclipse.osgi.tests/.classpath
index c47e5ed57..1035af696 100644
--- a/bundles/org.eclipse.osgi.tests/.classpath
+++ b/bundles/org.eclipse.osgi.tests/.classpath
@@ -25,6 +25,8 @@
<classpathentry kind="src" output="bundle_tests/osgi.lazystart.a" path="bundles_src/osgi.lazystart.a"/>
<classpathentry kind="src" output="bundle_tests/osgi.lazystart.b" path="bundles_src/osgi.lazystart.b"/>
<classpathentry kind="src" output="bundle_tests/osgi.lazystart.c" path="bundles_src/osgi.lazystart.c"/>
+ <classpathentry kind="src" output="bundle_tests/osgi.lazystart.d" path="bundles_src/osgi.lazystart.d"/>
+ <classpathentry kind="src" output="bundle_tests/osgi.lazystart.e" path="bundles_src/osgi.lazystart.e"/>
<classpathentry kind="src" output="bundle_tests/thread.locktest" path="bundles_src/thread.locktest"/>
<classpathentry kind="src" output="bundle_tests/buddy.registered.a" path="bundles_src/buddy.registered.a"/>
<classpathentry kind="src" output="bundle_tests/buddy.registered.a.test1" path="bundles_src/buddy.registered.a.test1"/>

Back to the top