Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2015-11-09 14:35:16 +0000
committerThomas Watson2015-11-09 14:35:16 +0000
commit9286d0816670791274dce4380eaa75eff4c75a26 (patch)
tree2de23f7c6d98cc59dbf41e29c9f19605237d0fa7
parent6eec2423b658ec6fdfe7bb8f2565fd0b7bd1bb72 (diff)
downloadrt.equinox.bundles-9286d0816670791274dce4380eaa75eff4c75a26.tar.gz
rt.equinox.bundles-9286d0816670791274dce4380eaa75eff4c75a26.tar.xz
rt.equinox.bundles-9286d0816670791274dce4380eaa75eff4c75a26.zip
Bug 481625 - org.eclipse.equinox.registry references non-existent nested jarI20151201-1100I20151201-0800I20151124-1000I20151124-0800I20151117-0800I20151110-0800
-rw-r--r--bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF
index 2ea9b7151..e24360a7f 100644
--- a/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF
@@ -30,7 +30,6 @@ Import-Package: javax.xml.parsers,
org.xml.sax,
org.xml.sax.helpers
Eclipse-ExtensibleAPI: true
-Bundle-ClassPath: runtime_registry_compatibility.jar, .
Comment-Header: Both Eclipse-LazyStart and Bundle-ActivationPolicy are specified for compatibility with 3.2
Eclipse-LazyStart: true
Bundle-ActivationPolicy: lazy

Back to the top