X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.phpunit/META-INF/MANIFEST.MF b/net.sourceforge.phpeclipse.phpunit/META-INF/MANIFEST.MF index 328d632..b17ad33 100644 --- a/net.sourceforge.phpeclipse.phpunit/META-INF/MANIFEST.MF +++ b/net.sourceforge.phpeclipse.phpunit/META-INF/MANIFEST.MF @@ -6,12 +6,13 @@ Bundle-Version: 1.0.0 Bundle-ClassPath: phpunit.jar Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator Bundle-Vendor: PHPEclipse project team -Bundle-Localization: plugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime.compatibility -Eclipse-LazyStart: true Plugin-Class: net.sourceforge.phpeclipse.phpunit.PHPUnitPlugin Export-Package: net.sourceforge.phpeclipse.phpunit, net.sourceforge.phpeclipse.phpunit.preferences, net.sourceforge.phpeclipse.phpunit.reporthandling, net.sourceforge.phpeclipse.phpunit.testpool +Bundle-RequiredExecutionEnvironment: J2SE-1.4 +Bundle-ActivationPolicy: lazy +