Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2008-11-11 17:24:25 +0000
committerThomas Watson2008-11-11 17:24:25 +0000
commit33ff907d428380c96cd7d1c910182ec8748b044c (patch)
treee4a6269c0ed98979d2d1c05cbe5dc65b56587edb /bundles/org.eclipse.osgi.tests/.classpath
parent9529dec90ed5f3a88499caa84d707de8b89f106d (diff)
downloadrt.equinox.framework-33ff907d428380c96cd7d1c910182ec8748b044c.tar.gz
rt.equinox.framework-33ff907d428380c96cd7d1c910182ec8748b044c.tar.xz
rt.equinox.framework-33ff907d428380c96cd7d1c910182ec8748b044c.zip
Bug 254600 Security problem when calling Bundle.getHeaders()
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 c54717082..e83b3bdcb 100644
--- a/bundles/org.eclipse.osgi.tests/.classpath
+++ b/bundles/org.eclipse.osgi.tests/.classpath
@@ -80,6 +80,7 @@
<classpathentry kind="src" output="bundle_tests/activator.error4" path="bundles_src/activator.error4"/>
<classpathentry kind="src" output="bundle_tests/security.a" path="bundles_src/security.a"/>
<classpathentry kind="src" output="bundle_tests/security.a.frag.a" path="bundles_src/security.a.frag.a"/>
+ <classpathentry kind="src" output="bundle_tests/security.b" path="bundles_src/security.b"/>
<classpathentry kind="src" output="bundle_tests/test.filter.a" path="bundles_src/test.filter.a"/>
<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"/>

Back to the top