[228295] Adding Bundle-ActivationPolicy entry in manifests of DTP Plugins
diff --git a/plugins/org.eclipse.datatools.enablement.oracle.dbdefinition/META-INF/MANIFEST.MF b/plugins/org.eclipse.datatools.enablement.oracle.dbdefinition/META-INF/MANIFEST.MF
index 67b507c..bb576b6 100644
--- a/plugins/org.eclipse.datatools.enablement.oracle.dbdefinition/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.datatools.enablement.oracle.dbdefinition/META-INF/MANIFEST.MF
@@ -5,6 +5,7 @@
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
-Eclipse-AutoStart: true
+Eclipse-LazyStart: true
+Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.4
diff --git a/plugins/org.eclipse.datatools.enablement.oracle.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.datatools.enablement.oracle.ui/META-INF/MANIFEST.MF
index 6a8a6d7..2b896f4 100644
--- a/plugins/org.eclipse.datatools.enablement.oracle.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.datatools.enablement.oracle.ui/META-INF/MANIFEST.MF
@@ -11,5 +11,6 @@
org.eclipse.datatools.connectivity.ui;bundle-version="[1.0.1,2.0.0)",
org.eclipse.datatools.enablement.oracle;bundle-version="[1.0.0,2.0.0)"
Eclipse-LazyStart: true
+Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.4
diff --git a/plugins/org.eclipse.datatools.enablement.oracle/META-INF/MANIFEST.MF b/plugins/org.eclipse.datatools.enablement.oracle/META-INF/MANIFEST.MF
index 0cb9361..2d27b1d 100644
--- a/plugins/org.eclipse.datatools.enablement.oracle/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.datatools.enablement.oracle/META-INF/MANIFEST.MF
@@ -7,5 +7,6 @@
Export-Package: org.eclipse.datatools.enablement.internal.oracle
Require-Bundle: org.eclipse.datatools.connectivity;bundle-version="[1.0.1,2.0.0)"
Eclipse-LazyStart: true
+Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.4