Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Jongman2011-02-16 00:09:21 +0000
committerWim Jongman2011-02-16 00:09:21 +0000
commit9869e399678e420faba1e9a57961650eadbb185b (patch)
treea27db65e192470acf6348bab852bff3b9be70cee /protocols/bundles
parent5a412fdc5042f1570a8d696457223b0d5a247088 (diff)
downloadorg.eclipse.ecf-9869e399678e420faba1e9a57961650eadbb185b.tar.gz
org.eclipse.ecf-9869e399678e420faba1e9a57961650eadbb185b.tar.xz
org.eclipse.ecf-9869e399678e420faba1e9a57961650eadbb185b.zip
NEW - bug 335237: [Discovery][ZooDiscovery] zookeeper provider feature
depends upon org.apache.log4j https://bugs.eclipse.org/bugs/show_bug.cgi?id=335237
Diffstat (limited to 'protocols/bundles')
-rw-r--r--protocols/bundles/org.apache.zookeeper/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/bundles/org.apache.zookeeper/META-INF/MANIFEST.MF b/protocols/bundles/org.apache.zookeeper/META-INF/MANIFEST.MF
index 6c00c79b8..8c5578d37 100644
--- a/protocols/bundles/org.apache.zookeeper/META-INF/MANIFEST.MF
+++ b/protocols/bundles/org.apache.zookeeper/META-INF/MANIFEST.MF
@@ -23,6 +23,6 @@ Export-Package: org.apache.jute,
org.apache.zookeeper.version,
org.apache.zookeeper.version.util
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Require-Bundle: org.apache.log4j
Eclipse-RegisterBuddy: org.apache.log4j
Bundle-Vendor: Eclipse.org - ECF
+Import-Package: org.apache.log4j

Back to the top