diff options
author | Thomas Watson | 2015-03-18 03:12:29 +0000 |
---|---|---|
committer | Thomas Watson | 2015-03-18 03:12:29 +0000 |
commit | e084bbca47aca2b0d2db640b3707238615c26cb1 (patch) | |
tree | 051515840dcdd95adb3fedde2faaaf7f63a68810 /bundles/org.eclipse.osgi.tests/.classpath | |
parent | 721e1e1dcbbb41f8a19547c6e7244dc0d68ef9f9 (diff) | |
download | rt.equinox.framework-e084bbca47aca2b0d2db640b3707238615c26cb1.tar.gz rt.equinox.framework-e084bbca47aca2b0d2db640b3707238615c26cb1.tar.xz rt.equinox.framework-e084bbca47aca2b0d2db640b3707238615c26cb1.zip |
Bug 462423 - URLStreamHandlerService registrations
- Add a testcase
Change-Id: Iee15b54c61b853ce42e987016bb4c13bfb55c3e4
Diffstat (limited to 'bundles/org.eclipse.osgi.tests/.classpath')
-rw-r--r-- | bundles/org.eclipse.osgi.tests/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi.tests/.classpath b/bundles/org.eclipse.osgi.tests/.classpath index 8e39802d6..aa1bad3a2 100644 --- a/bundles/org.eclipse.osgi.tests/.classpath +++ b/bundles/org.eclipse.osgi.tests/.classpath @@ -130,5 +130,6 @@ <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="src" output="bundle_tests/test.protocol.handler" path="bundles_src/test.protocol.handler"/> <classpathentry kind="output" path="bin"/> </classpath> |