Importing the XDebugProxy code in the HEAD. The repo was tagged with T_BEFORE_XDEBUGP...
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / META-INF / MANIFEST.MF
index 823ab16..48ca86f 100644 (file)
@@ -1,20 +1,18 @@
 Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: XDebug Core
+Bundle-Name: XDebug Core Plug-in
 Bundle-SymbolicName: net.sourceforge.phpeclipse.xdebug.core;singleton:=true
-Bundle-Version: 0.0.1
+Bundle-Version: 0.0.0
 Bundle-ClassPath: core.jar
 Bundle-Activator: net.sourceforge.phpeclipse.xdebug.core.XDebugCorePlugin
-Bundle-Vendor: PHPEclipse project team
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
  org.eclipse.debug.core,
- org.eclipse.core.resources
+ org.eclipse.core.resources,
+ net.sourceforge.phpeclipse,
+ net.sourceforge.phpeclipse.externaltools
 Provide-Package: net.sourceforge.phpeclipse.xdebug.core,
  net.sourceforge.phpeclipse.xdebug.php.launching,
  net.sourceforge.phpeclipse.xdebug.php.model
-Export-Package: net.sourceforge.phpeclipse.xdebug.core,
- net.sourceforge.phpeclipse.xdebug.php.launching,
- net.sourceforge.phpeclipse.xdebug.php.model
 Bundle-RequiredExecutionEnvironment: J2SE-1.4
 Eclipse-LazyStart: true
+Bundle-ManifestVersion: 2