Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2015-02-24 14:12:27 +0000
committerThomas Watson2015-02-24 14:59:33 +0000
commitfdb29dbe08e2fda5681967bf5142edf632f595d0 (patch)
tree1fd9eef116aaf082c5ff1742a09d7483b2432143 /bundles/org.eclipse.osgi.tests/.classpath
parent65466443204693677bb7bbe41fdaa019993f0760 (diff)
downloadrt.equinox.framework-fdb29dbe08e2fda5681967bf5142edf632f595d0.tar.gz
rt.equinox.framework-fdb29dbe08e2fda5681967bf5142edf632f595d0.tar.xz
rt.equinox.framework-fdb29dbe08e2fda5681967bf5142edf632f595d0.zip
Bug 460637 - BundleFileWrapper does not wrap the invocation to
getResourceURL
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 8769c8c32..8e39802d6 100644
--- a/bundles/org.eclipse.osgi.tests/.classpath
+++ b/bundles/org.eclipse.osgi.tests/.classpath
@@ -129,5 +129,6 @@
<classpathentry kind="src" output="bundle_tests/test.bug438904.global" path="bundles_src/test.bug438904.global"/>
<classpathentry kind="src" output="bundle_tests/test.system.nls" path="bundles_src/test.system.nls"/>
<classpathentry kind="src" output="bundle_tests/test.bug449484" path="bundles_src/test.bug449484"/>
+ <classpathentry kind="src" output="bundle_tests/wrapper.hooks.a" path="bundles_src/wrapper.hooks.a"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top