Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2009-02-02 22:13:18 +0000
committerThomas Watson2009-02-02 22:13:18 +0000
commit06366977d6636a25cb8e840ef7f0d310479ab5d9 (patch)
tree3f44ea2a27d4a4ed6b9e0a183b2d0c5f1c94ae87 /bundles/org.eclipse.osgi.tests/.classpath
parente2c883502a69181572a3ff80c7aaac6d1938f83e (diff)
downloadrt.equinox.framework-06366977d6636a25cb8e840ef7f0d310479ab5d9.tar.gz
rt.equinox.framework-06366977d6636a25cb8e840ef7f0d310479ab5d9.tar.xz
rt.equinox.framework-06366977d6636a25cb8e840ef7f0d310479ab5d9.zip
Bug 258209 When using new RFC-132 launch mechanism, CCL not being set correctly on Equinox threads
Diffstat (limited to 'bundles/org.eclipse.osgi.tests/.classpath')
-rw-r--r--bundles/org.eclipse.osgi.tests/.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi.tests/.classpath b/bundles/org.eclipse.osgi.tests/.classpath
index e2d0cee52..59b92bb6d 100644
--- a/bundles/org.eclipse.osgi.tests/.classpath
+++ b/bundles/org.eclipse.osgi.tests/.classpath
@@ -96,6 +96,7 @@
<classpathentry kind="src" output="bundle_tests/test.bug259903.a.update" path="bundles_src/test.bug259903.a.update"/>
<classpathentry kind="src" output="bundle_tests/test.bug259903.b" path="bundles_src/test.bug259903.b"/>
<classpathentry kind="src" output="bundle_tests/test.bug259903.c" path="bundles_src/test.bug259903.c"/>
+ <classpathentry kind="src" output="bundle_tests/test.tccl" path="bundles_src/test.tccl"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>

Back to the top