Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2008-08-25 21:57:27 +0000
committerThomas Watson2008-08-25 21:57:27 +0000
commit760312e5842c5fe958a4eafac1d4c51e72535438 (patch)
treee89912d5ad97a5445c95d9702b0144e447a8ce3e /bundles/org.eclipse.osgi.tests/.classpath
parentc91c1e2b24e40f28ed163c1c298fbc2b6972a63a (diff)
downloadrt.equinox.framework-760312e5842c5fe958a4eafac1d4c51e72535438.tar.gz
rt.equinox.framework-760312e5842c5fe958a4eafac1d4c51e72535438.tar.xz
rt.equinox.framework-760312e5842c5fe958a4eafac1d4c51e72535438.zip
Bug 244624 Implement new BundleException typesv20080825-1800
Diffstat (limited to 'bundles/org.eclipse.osgi.tests/.classpath')
-rw-r--r--bundles/org.eclipse.osgi.tests/.classpath4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi.tests/.classpath b/bundles/org.eclipse.osgi.tests/.classpath
index 89de756d5..7cad8f6ef 100644
--- a/bundles/org.eclipse.osgi.tests/.classpath
+++ b/bundles/org.eclipse.osgi.tests/.classpath
@@ -74,6 +74,10 @@
<classpathentry kind="src" output="bundle_tests/substitutes.n" path="bundles_src/substitutes.n"/>
<classpathentry kind="src" output="bundle_tests/substitutes.p" path="bundles_src/substitutes.p"/>
<classpathentry kind="src" output="bundle_tests/substitutes.q" path="bundles_src/substitutes.q"/>
+ <classpathentry kind="src" output="bundle_tests/activator.error1" path="bundles_src/activator.error1"/>
+ <classpathentry kind="src" output="bundle_tests/activator.error2" path="bundles_src/activator.error2"/>
+ <classpathentry kind="src" output="bundle_tests/activator.error3" path="bundles_src/activator.error3"/>
+ <classpathentry kind="src" output="bundle_tests/activator.error4" path="bundles_src/activator.error4"/>
<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