Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2011-02-15 17:52:35 +0000
committerPascal Rapicault2011-02-16 18:16:47 +0000
commit0077d01e8805a192b5908da030bef7d8a27f64db (patch)
tree43f702364101c5eaf839e82eac35af09b954b5c1 /org.eclipse.m2e.usagedata
parent4287901caaf4b6b46815790bccb57ed76038b88d (diff)
downloadm2e-core-0077d01e8805a192b5908da030bef7d8a27f64db.tar.gz
m2e-core-0077d01e8805a192b5908da030bef7d8a27f64db.tar.xz
m2e-core-0077d01e8805a192b5908da030bef7d8a27f64db.zip
Fix up manifest
Diffstat (limited to 'org.eclipse.m2e.usagedata')
-rw-r--r--org.eclipse.m2e.usagedata/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.m2e.usagedata/META-INF/MANIFEST.MF b/org.eclipse.m2e.usagedata/META-INF/MANIFEST.MF
index b65d04df..a7aebf7a 100644
--- a/org.eclipse.m2e.usagedata/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.usagedata/META-INF/MANIFEST.MF
@@ -10,3 +10,5 @@ Import-Package: org.eclipse.core.runtime,
Bundle-RequiredExecutionEnvironment: J2SE-1.5,
JavaSE-1.6
Export-Package: org.eclipse.m2e.internal.udc;x-internal:=true
+Bundle-Activator: org.eclipse.m2e.internal.udc.Activator
+Bundle-ActivationPolicy: lazy

Back to the top