1) Indeces of arrays will be surrounded by [''], so it's easier to distinguish betwee...
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / META-INF / MANIFEST.MF
index 823ab16..d0060f8 100644 (file)
@@ -1,20 +1,19 @@
 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
-Provide-Package: net.sourceforge.phpeclipse.xdebug.core,
- net.sourceforge.phpeclipse.xdebug.php.launching,
- net.sourceforge.phpeclipse.xdebug.php.model
+ net.sourceforge.phpeclipse,
+ net.sourceforge.phpeclipse.externaltools
 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-ActivationPolicy: lazy
+Bundle-ManifestVersion: 2
+Bundle-Vendor: PHPEclipse project team
+Import-Package: org.eclipse.debug.ui.actions