Made all bundles require a Java 1.4 EE, and backported some classescode to Java 1.4
[phpeclipse.git] / net.sourceforge.phpeclipse.phpunit / META-INF / MANIFEST.MF
index 328d632..4719f77 100644 (file)
@@ -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
+Eclipse-LazyStart: true
+