X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.launching/plugin.xml b/net.sourceforge.phpeclipse.launching/plugin.xml index ebe6405..03c5dd5 100644 --- a/net.sourceforge.phpeclipse.launching/plugin.xml +++ b/net.sourceforge.phpeclipse.launching/plugin.xml @@ -1,24 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> +<?eclipse version="3.0"?> <plugin id="net.sourceforge.phpeclipse.launching" name="%Plugin.name" - version="1.0.4" - provider-name="eclipseproject.de" + version="1.1.0" + provider-name="phpeclipse.de" class="net.sourceforge.phpdt.internal.launching.PHPLaunchingPlugin"> <runtime> <library name="launch.jar"> <export name="*"/> + <packages prefixes="net.sourceforge.phpdt.internal.launching"/> </library> </runtime> <requires> +<!-- <import plugin="org.eclipse.core.runtime.compatibility"/> --> <import plugin="org.eclipse.core.runtime"/> <import plugin="org.eclipse.core.resources"/> <import plugin="org.eclipse.ui"/> <import plugin="org.eclipse.debug.core"/> - <import plugin="org.junit"/> - <import plugin="org.apache.xerces"/> <import plugin="net.sourceforge.phpeclipse"/> + <import plugin="net.sourceforge.phpeclipse.debug.core"/> </requires> @@ -27,7 +29,7 @@ <launchConfigurationType name="%LaunchConfigurationTypePHPApplication.name" delegate="net.sourceforge.phpdt.internal.launching.PHPLaunchConfigurationDelegate" - modes="run" + modes="run,debug" id="net.sourceforge.phpdt.launching.LaunchConfigurationTypePHPApplication"> <fileExtension default="true"