1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.0"?>
4 id="net.sourceforge.phpeclipse.launching"
7 provider-name="phpeclipse.de"
8 class="net.sourceforge.phpdt.internal.launching.PHPLaunchingPlugin">
11 <library name="launch.jar">
13 <packages prefixes="net.sourceforge.phpdt.internal.launching"/>
17 <!-- <import plugin="org.eclipse.core.runtime.compatibility"/> -->
18 <import plugin="org.eclipse.core.runtime"/>
19 <import plugin="org.eclipse.core.resources"/>
20 <import plugin="org.eclipse.ui"/>
21 <import plugin="org.eclipse.debug.core"/>
22 <import plugin="org.eclipse.jface.text"/>
23 <import plugin="org.eclipse.ui.workbench.texteditor"/>
24 <import plugin="net.sourceforge.phpeclipse"/>
25 <import plugin="net.sourceforge.phpeclipse.debug.core"/>
26 <import plugin="org.eclipse.debug.ui"/>
27 <import plugin="net.sourceforge.phpeclipse.ui"/>
28 <import plugin="org.eclipse.ui.ide"/>
33 point="org.eclipse.debug.core.launchConfigurationTypes">
34 <launchConfigurationType
35 name="%LaunchConfigurationTypePHPApplication.name"
36 delegate="net.sourceforge.phpdt.internal.launching.PHPLaunchConfigurationDelegate"
38 id="net.sourceforge.phpdt.launching.LaunchConfigurationTypePHPApplication">
63 </launchConfigurationType>
67 point="org.eclipse.debug.ui.consoleLineTrackers">
69 class="net.sourceforge.phpdt.internal.launching.ConsoleLineTracker"
70 processType="net.sourceforge.phpdt.launching.processType"
71 id="net.sourceforge.phpdt.internal.launching.ConsoleLineTracker">
75 point="org.eclipse.debug.core.sourceLocators">
77 class="net.sourceforge.phpdt.internal.launching.PHPSourceLocator"
78 id="net.sourceforge.phpeclipse.launching.PHPSourceLocator"
79 name="PHPSourceLocator"/>