| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.4"?><!-- |
| Copyright (c) 2009 IBM Corporation and others. |
| All rights reserved. This program and the accompanying materials |
| are made available under the terms of the Eclipse Public License v2.0 |
| which accompanies this distribution, and is available at |
| https://www.eclipse.org/legal/epl-2.0/ |
| |
| Contributors: |
| IBM Corporation - initial API and implementation |
| --> |
| |
| <plugin> |
| <extension |
| point="org.eclipse.wst.jsdt.debug.core.launchingConnectors"> |
| <connector |
| class="org.eclipse.wst.jsdt.debug.internal.rhino.jsdi.connect.RhinoAttachingConnector" |
| id="rhino.attaching.connector"> |
| </connector> |
| </extension> |
| <extension |
| point="org.eclipse.wst.jsdt.debug.core.breakpointParticipants"> |
| <participant |
| class="org.eclipse.wst.jsdt.debug.internal.rhino.breakpoints.RhinoBreakpointParticipant" |
| kind="*"> |
| </participant> |
| </extension> |
| <extension |
| point="org.eclipse.core.runtime.preferences"> |
| <initializer |
| class="org.eclipse.wst.jsdt.debug.internal.rhino.RhinoPreferenceInitializer"> |
| </initializer> |
| </extension> |
| |
| </plugin> |