org.symbian.tools.wrttools.debug.core/plugin.xml
changeset 122 8bb5bc59bfcf
parent 119 be293233cdde
child 134 b3adf4a221f2
equal deleted inserted replaced
121:9e91633d1ef9 122:8bb5bc59bfcf
   205                 contentTypes="org.eclipse.wst.html.core.htmlsource"
   205                 contentTypes="org.eclipse.wst.html.core.htmlsource"
   206                 id="org.symbian.tools.wrttools.debug.htmlbreakpoints">
   206                 id="org.symbian.tools.wrttools.debug.htmlbreakpoints">
   207           </provider>
   207           </provider>
   208        </breakpointContribution>
   208        </breakpointContribution>
   209     </extension>
   209     </extension>
       
   210     <extension
       
   211           point="org.eclipse.core.runtime.adapters">
       
   212      	 <factory 
       
   213             class="org.symbian.tools.wrttools.debug.internal.property.LaunchableFactory" 
       
   214             adaptableType="org.eclipse.wst.jsdt.core.IJavaScriptElement">
       
   215             <adapter type="org.eclipse.debug.ui.actions.ILaunchable"/>
       
   216          </factory>
       
   217          <factory 
       
   218             class="org.symbian.tools.wrttools.debug.internal.property.LaunchableFactory" 
       
   219             adaptableType="org.eclipse.core.resources.IResource">
       
   220             <adapter type="org.eclipse.debug.ui.actions.ILaunchable"/>
       
   221          </factory>
       
   222     </extension>
   210   
   223   
   211 </plugin>
   224 </plugin>