<?eclipse version="3.2"?>
<plugin>
<extension
+ point="org.eclipse.ui.editors.markerAnnotationSpecification">
+ <specification
+ annotationType="org.eclipse.debug.core.breakpoint"
+ icon="icons/full/obj16/brkp_obj.gif"
+ annotationImageProvider="net.sourceforge.phpdt.debug.ui.BreakpointImageProvider">
+ </specification>
+ </extension>
+
+ <extension
point="org.eclipse.ui.preferencePages">
<page
name="%PreferencePage.PHPInterpreter.name"
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
-package net.sourceforge.phpeclipse.phpeditor;
+package net.sourceforge.phpdt.debug.ui;
import org.eclipse.core.resources.IMarker;
import org.eclipse.debug.ui.DebugUITools;
net.sourceforge.phpeclipse.webbrowser,
net.sourceforge.phpeclipse;bundle-version="0.0.0",
org.eclipse.team.core,
- org.eclipse.debug.ui,
org.eclipse.search,
org.eclipse.ui.console,
net.sourceforge.phpeclipse.xml.core,
- org.eclipse.compare
+ org.eclipse.compare,
+ org.eclipse.core.resources;bundle-version="3.4.1"
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.ltk.core.refactoring.participants,
annotationImageProvider="net.sourceforge.phpeclipse.phpeditor.JavaAnnotationImageProvider">
</specification>
<specification
- annotationType="org.eclipse.debug.core.breakpoint"
- icon="icons/full/obj16/brkp_obj.gif"
- annotationImageProvider="net.sourceforge.phpeclipse.phpeditor.BreakpointImageProvider">
- </specification>
- <specification
annotationType="net.sourceforge.phpdt.ui.occurrences"
label="%OccurrenceAnnotation.label"
icon="icons/obj16/searchm_obj.gif"