Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2006-10-30 02:35:18 +0000
committerslewis2006-10-30 02:35:18 +0000
commitbf3498c214d93cec972d62e57ca6ed3a8ff5fbae (patch)
tree031043a343485bd442305db27baa860d45a6c253 /framework/bundles/org.eclipse.ecf.discovery/META-INF
parentc976758c84de8e29b349eb5934e949a10c695d4a (diff)
downloadorg.eclipse.ecf-bf3498c214d93cec972d62e57ca6ed3a8ff5fbae.tar.gz
org.eclipse.ecf-bf3498c214d93cec972d62e57ca6ed3a8ff5fbae.tar.xz
org.eclipse.ecf-bf3498c214d93cec972d62e57ca6ed3a8ff5fbae.zip
Moved DiscoveryPlugin to internal package. Removed Trace and .options file
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.discovery/META-INF')
-rw-r--r--framework/bundles/org.eclipse.ecf.discovery/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf.discovery/META-INF/MANIFEST.MF b/framework/bundles/org.eclipse.ecf.discovery/META-INF/MANIFEST.MF
index 65fd2eee0..69f8e9e9a 100644
--- a/framework/bundles/org.eclipse.ecf.discovery/META-INF/MANIFEST.MF
+++ b/framework/bundles/org.eclipse.ecf.discovery/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: ECF Discovery API
Bundle-SymbolicName: org.eclipse.ecf.discovery
Bundle-Version: 0.9.3
Bundle-ClassPath: discovery.jar
-Bundle-Activator: org.eclipse.ecf.discovery.DiscoveryPlugin
+Bundle-Activator: org.eclipse.ecf.internal.discovery.DiscoveryPlugin
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,

Back to the top