Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse.launching / META-INF / MANIFEST.MF
index 4c65104..378796f 100644 (file)
@@ -1,22 +1,20 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: %Plugin.name
+Bundle-Name: PHPEclipse launching
 Bundle-SymbolicName: net.sourceforge.phpeclipse.launching; singleton:=true
-Bundle-Version: 1.1.9
+Bundle-Version: 0.0.0
 Bundle-ClassPath: launch.jar
 Bundle-Activator: net.sourceforge.phpdt.internal.launching.PHPLaunchingPlugin
 Bundle-Vendor: PHPEclipse project team
 Bundle-Localization: plugin
-Export-Package: net.sourceforge.phpdt.internal.launching
+Export-Package: net.sourceforge.phpdt.internal.launching;x-internal:=true
 Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.core.resources,
  org.eclipse.ui,
- org.eclipse.debug.core,
  org.eclipse.jface.text,
- org.eclipse.ui.workbench.texteditor,
  net.sourceforge.phpeclipse,
  net.sourceforge.phpeclipse.debug.core,
  org.eclipse.debug.ui,
  net.sourceforge.phpeclipse.ui,
  org.eclipse.ui.ide
-Eclipse-LazyStart: true
+Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Bundle-ActivationPolicy: lazy