Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Kaegi2008-02-29 21:15:27 +0000
committerSimon Kaegi2008-02-29 21:15:27 +0000
commit51188a46cbb5dd4819fffaf38fd66d4b6c53dd08 (patch)
tree572fecb62554dd52eba64b81c92001a22fc7e2f2 /bundles/org.eclipse.equinox.p2.updatesite/META-INF/MANIFEST.MF
parent28545a5c5354e83ccdcb78e91f7a70542f390b4a (diff)
downloadrt.equinox.p2-51188a46cbb5dd4819fffaf38fd66d4b6c53dd08.tar.gz
rt.equinox.p2-51188a46cbb5dd4819fffaf38fd66d4b6c53dd08.tar.xz
rt.equinox.p2-51188a46cbb5dd4819fffaf38fd66d4b6c53dd08.zip
Bug 220434 UpdateSiteMetadataRepository writes tracing info to System.out
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.updatesite/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.updatesite/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.updatesite/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.updatesite/META-INF/MANIFEST.MF
index 8ba338ecd..471bbe44e 100644
--- a/bundles/org.eclipse.equinox.p2.updatesite/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.updatesite/META-INF/MANIFEST.MF
@@ -3,6 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.equinox.p2.updatesite;singleton:=true
+Bundle-Localization: plugin
Bundle-Version: 0.1.0.qualifier
Bundle-Activator: org.eclipse.equinox.internal.p2.updatesite.Activator
Eclipse-LazyStart: true

Back to the top