Some serious cleanup on manifests, plugin.xml, build.properties and plugin.properties...
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-Name: XDebug Core
3 Bundle-SymbolicName: net.sourceforge.phpeclipse.xdebug.core;singleton:=true
4 Bundle-Version: 0.0.1
5 Bundle-ClassPath: core.jar
6 Bundle-Activator: net.sourceforge.phpeclipse.xdebug.core.XDebugCorePlugin
7 Bundle-Localization: plugin
8 Bundle-Vendor: PHPEclipse project team
9 Require-Bundle: org.eclipse.ui,
10  org.eclipse.core.runtime,
11  org.eclipse.debug.core,
12  org.eclipse.core.resources
13 Provide-Package: net.sourceforge.phpeclipse.xdebug.core,
14  net.sourceforge.phpeclipse.xdebug.php.launching,
15  net.sourceforge.phpeclipse.xdebug.php.model
16 Eclipse-LazyStart: true
17 Export-Package: net.sourceforge.phpeclipse.xdebug.core,
18  net.sourceforge.phpeclipse.xdebug.php.launching,
19  net.sourceforge.phpeclipse.xdebug.php.model
20 Bundle-ManifestVersion: 2