org.symbian.tools.wrttools.debug.core/plugin.xml
changeset 115 d367ed1b2991
parent 104 58b323842de3
child 119 be293233cdde
--- a/org.symbian.tools.wrttools.debug.core/plugin.xml	Mon Feb 08 15:20:59 2010 -0800
+++ b/org.symbian.tools.wrttools.debug.core/plugin.xml	Tue Feb 09 10:49:02 2010 -0800
@@ -220,5 +220,16 @@
       </action>
     </editorContribution>
   </extension>
+    <extension
+          point="org.eclipse.wst.sse.ui.breakpoint">
+       <breakpointContribution
+             id="org.symbian.tools.wrttools.debug.htmlbreakpoints">
+          <provider
+                class="org.symbian.tools.wrttools.debug.internal.HtmlBreakpointProvider"
+                contentTypes="org.eclipse.wst.html.core.htmlsource"
+                id="org.symbian.tools.wrttools.debug.htmlbreakpoints">
+          </provider>
+       </breakpointContribution>
+    </extension>
   
 </plugin>