adding plug-in provider xdebug.core and xdebug.ui to fix ticket #640
authorEdward Mann <phpeclipse.dev@edmann.com>
Thu, 17 Jan 2008 23:44:07 +0000 (23:44 +0000)
committerEdward Mann <phpeclipse.dev@edmann.com>
Thu, 17 Jan 2008 23:44:07 +0000 (23:44 +0000)
net.sourceforge.phpeclipse.xdebug.core/META-INF/MANIFEST.MF
net.sourceforge.phpeclipse.xdebug.ui/META-INF/MANIFEST.MF

index 48ca86f..090dba7 100644 (file)
@@ -16,3 +16,4 @@ Provide-Package: net.sourceforge.phpeclipse.xdebug.core,
 Bundle-RequiredExecutionEnvironment: J2SE-1.4
 Eclipse-LazyStart: true
 Bundle-ManifestVersion: 2
+Bundle-Vendor: PHPEclipse project team
index f304999..475bd8d 100644 (file)
@@ -19,3 +19,4 @@ Require-Bundle: org.eclipse.core.resources,
  net.sourceforge.phpeclipse.xdebug.core
 Eclipse-LazyStart: true
 Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Bundle-Vendor: PHPEclipse project team