Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2008-04-10 10:18:22 +0000
committerTomasz Zarna2008-04-10 10:18:22 +0000
commit4847c6784142cf3072446ea0292cca9c1fd8c59d (patch)
tree886cbcd6d4b887a4cdddce604a6fb65de9058bb5 /bundles/org.eclipse.core.net/META-INF/MANIFEST.MF
parent21bc6d101c098e4c2fe0d7483224af62b3f10765 (diff)
downloadeclipse.platform.team-4847c6784142cf3072446ea0292cca9c1fd8c59d.tar.gz
eclipse.platform.team-4847c6784142cf3072446ea0292cca9c1fd8c59d.tar.xz
eclipse.platform.team-4847c6784142cf3072446ea0292cca9c1fd8c59d.zip
bug 226454: [Proxy] Copyrights, javadocs updates in org.eclipse.core.net and org.eclipse.core.net.win32.x86
Diffstat (limited to 'bundles/org.eclipse.core.net/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.core.net/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.core.net/META-INF/MANIFEST.MF b/bundles/org.eclipse.core.net/META-INF/MANIFEST.MF
index ba0702628..1374462ac 100644
--- a/bundles/org.eclipse.core.net/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.core.net/META-INF/MANIFEST.MF
@@ -7,7 +7,7 @@ Bundle-Activator: org.eclipse.core.internal.net.Activator
Bundle-Vendor: %PLUGIN_PROVIDER
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.3.0,4.0.0)"
-Eclipse-LazyStart: true
+Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.core.internal.net;x-internal:=true,
org.eclipse.core.net.proxy
Bundle-RequiredExecutionEnvironment: J2SE-1.4,

Back to the top