Refactory: remove dependance to org.eclipse.debug.ui from net.sourceforge.phpeclipse.ui
[phpeclipse.git] / net.sourceforge.phpeclipse.debug.ui / plugin.xml
index a81cb4f..5c62bd7 100644 (file)
@@ -2,6 +2,15 @@
 <?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"