From 10c1a2d6de1df318c1a94d57f4171c94861be12c Mon Sep 17 00:00:00 2001 From: cperkonig Date: Tue, 4 Oct 2005 10:39:54 +0000 Subject: [PATCH] *** empty log message *** --- .../build.properties | 5 +- net.sourceforge.phpeclipse.xdebug.core/plugin.xml | 64 ++++++++++---------- 2 files changed, 34 insertions(+), 35 deletions(-) diff --git a/net.sourceforge.phpeclipse.xdebug.core/build.properties b/net.sourceforge.phpeclipse.xdebug.core/build.properties index fa1ef1a..2ef0d6b 100644 --- a/net.sourceforge.phpeclipse.xdebug.core/build.properties +++ b/net.sourceforge.phpeclipse.xdebug.core/build.properties @@ -1,4 +1,5 @@ source.core.jar = src/ output.core.jar = bin/ -bin.includes = plugin.xml,\ - core.jar +bin.includes = META-INF/,\ + core.jar,\ + plugin.xml diff --git a/net.sourceforge.phpeclipse.xdebug.core/plugin.xml b/net.sourceforge.phpeclipse.xdebug.core/plugin.xml index 7f752ef..ed5960d 100644 --- a/net.sourceforge.phpeclipse.xdebug.core/plugin.xml +++ b/net.sourceforge.phpeclipse.xdebug.core/plugin.xml @@ -1,44 +1,42 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + - + class="net.sourceforge.phpeclipse.xdebug.php.model.XDebugLineBreakpoint" + id="XDebugLineBreakpoint" + markerType="net.sourceforge.phpeclipse.xdebug.core.XDebugLineBreakpoint"/> - - - - + + + -- 1.7.1