3577b3451f721852a63e63b6de5e7d8e097d8c66
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-Name: XDebug Core Plug-in
3 Bundle-SymbolicName: net.sourceforge.phpeclipse.xdebug.core;singleton:=true
4 Bundle-Version: 0.0.0
5 Bundle-ClassPath: core.jar
6 Bundle-Activator: net.sourceforge.phpeclipse.xdebug.core.XDebugCorePlugin
7 Require-Bundle: org.eclipse.ui,
8  org.eclipse.core.runtime,
9  org.eclipse.debug.core,
10  net.sourceforge.phpeclipse,
11  net.sourceforge.phpeclipse.externaltools
12 Provide-Package: net.sourceforge.phpeclipse.xdebug.core,
13  net.sourceforge.phpeclipse.xdebug.php.launching,
14  net.sourceforge.phpeclipse.xdebug.php.model
15 Bundle-RequiredExecutionEnvironment: J2SE-1.4
16 Bundle-ActivationPolicy: lazy
17 Bundle-ManifestVersion: 2
18 Bundle-Vendor: PHPEclipse project team