Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2016-04-06 15:11:46 +0000
committerThomas Watson2016-04-07 20:59:19 +0000
commit4ce5a47c68bdb8696bf725c512105b08bc2d9d69 (patch)
tree60fcbd13eef58fe2a13371e844d788a3e574cea9 /bundles/org.eclipse.osgi.tests/.classpath
parent996537033657df4dd4505606efdd752114a2e097 (diff)
downloadrt.equinox.framework-4ce5a47c68bdb8696bf725c512105b08bc2d9d69.tar.gz
rt.equinox.framework-4ce5a47c68bdb8696bf725c512105b08bc2d9d69.tar.xz
rt.equinox.framework-4ce5a47c68bdb8696bf725c512105b08bc2d9d69.zip
Bug 490902 - LinkageError in parallel class loading of ModuleClassLoader
Attempt at a testcase to reproduce Change-Id: I0f3660b06e4c5cba6c8fe98f31c94d87ece19bf0 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
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 7290c9716..41bd4f9ad 100644
--- a/bundles/org.eclipse.osgi.tests/.classpath
+++ b/bundles/org.eclipse.osgi.tests/.classpath
@@ -133,5 +133,7 @@
<classpathentry kind="src" output="bundle_tests/test.protocol.handler" path="bundles_src/test.protocol.handler"/>
<classpathentry kind="src" output="bundle_tests/test.bug471551" path="bundles_src/test.bug471551"/>
<classpathentry kind="src" output="bundle_tests/test.dynamicimport" path="bundles_src/test.dynamicimport"/>
+ <classpathentry kind="src" output="bundle_tests/test.bug490902.a" path="bundles_src/test.bug490902.a"/>
+ <classpathentry kind="src" output="bundle_tests/test.bug490902.b" path="bundles_src/test.bug490902.b"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top