X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.debug.core/plugin.xml b/net.sourceforge.phpeclipse.debug.core/plugin.xml index f2a5952..ce7822f 100644 --- a/net.sourceforge.phpeclipse.debug.core/plugin.xml +++ b/net.sourceforge.phpeclipse.debug.core/plugin.xml @@ -1,27 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<plugin - id="net.sourceforge.phpeclipse.debug.core" - name="%Plugin.name" - version="1.0.4" - provider-name="eclipseproject.de" - class="net.sourceforge.phpdt.internal.debug.core.PHPDebugCorePlugin"> - - <runtime> - <library name="core.jar"> - <export name="*"/> - </library> - </runtime> - <requires> - <import plugin="org.eclipse.ui"/> - <import plugin="org.eclipse.core.runtime"/> - <import plugin="org.eclipse.core.resources"/> - <import plugin="org.eclipse.debug.core"/> - <import plugin="org.eclipse.debug.ui"/> - <import plugin="org.junit"/> - <import plugin="net.sourceforge.phpeclipse"/> - </requires> - -<!-- Extensions --> +<?eclipse version="3.2"?> +<plugin> <extension id="phpBreakpointMarker" point="org.eclipse.core.resources.markers"> <super type="org.eclipse.debug.core.breakpointMarker"/> </extension> @@ -44,4 +23,10 @@ id="phpLineBreakpoint"> </breakpoint> </extension> + + <extension point="org.eclipse.debug.core.watchExpressionDelegates"> + <watchExpressionDelegate + debugModel="net.sourceforge.phpeclipse.debug.core" + delegateClass="net.sourceforge.phpdt.internal.debug.core.watch.PHPWatchExpressionDelegate"/> + </extension> </plugin>