Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2007-09-13 19:27:50 +0000
committerThomas Watson2007-09-13 19:27:50 +0000
commite79e3c06bd1b2ab805d099444a02ddca2cc92de0 (patch)
treeaabd5c001ed3ce8cd8453592ce7f8a8c8c382267 /bundles/org.eclipse.osgi.tests/.classpath
parent4589300179358c774d7dac03df423e42288c1e61 (diff)
downloadrt.equinox.framework-e79e3c06bd1b2ab805d099444a02ddca2cc92de0.tar.gz
rt.equinox.framework-e79e3c06bd1b2ab805d099444a02ddca2cc92de0.tar.xz
rt.equinox.framework-e79e3c06bd1b2ab805d099444a02ddca2cc92de0.zip
Bug 201425 [osgi R4.1] Fragments should be able to export duplicate packages
Diffstat (limited to 'bundles/org.eclipse.osgi.tests/.classpath')
-rw-r--r--bundles/org.eclipse.osgi.tests/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi.tests/.classpath b/bundles/org.eclipse.osgi.tests/.classpath
index d1f170448..57d389db3 100644
--- a/bundles/org.eclipse.osgi.tests/.classpath
+++ b/bundles/org.eclipse.osgi.tests/.classpath
@@ -33,6 +33,13 @@
<classpathentry kind="src" output="bundle_tests/nativetest.b2" path="bundles_src/nativetest.b2"/>
<classpathentry kind="src" output="bundle_tests/nativetest.c" path="bundles_src/nativetest.c"/>
<classpathentry kind="src" output="bundle_tests/nativetest.d" path="bundles_src/nativetest.d"/>
+ <classpathentry kind="src" output="bundle_tests/host.multiple.exports" path="bundles_src/host.multiple.exports"/>
+ <classpathentry kind="src" output="bundle_tests/frag.multiple.exports" path="bundles_src/frag.multiple.exports"/>
+ <classpathentry kind="src" output="bundle_tests/client1.multiple.exports" path="bundles_src/client1.multiple.exports"/>
+ <classpathentry kind="src" output="bundle_tests/client2.multiple.exports" path="bundles_src/client2.multiple.exports"/>
+ <classpathentry kind="src" output="bundle_tests/xfriends.test1" path="bundles_src/xfriends.test1"/>
+ <classpathentry kind="src" output="bundle_tests/xfriends.test2" path="bundles_src/xfriends.test2"/>
+ <classpathentry kind="src" output="bundle_tests/xfriends.test3" path="bundles_src/xfriends.test3"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>

Back to the top