From 37b68cbe7a379ca9278a0aee8f8a1ede2aa6ec26 Mon Sep 17 00:00:00 2001 From: khartlage Date: Mon, 19 Jul 2004 19:36:06 +0000 Subject: [PATCH] patch from http://www.cowbarn.org/phpeclipse/ --- .../build.properties | 9 ++++----- .../build.properties | 11 +++++------ .../build.properties | 9 ++++----- 3 files changed, 13 insertions(+), 16 deletions(-) diff --git a/net.sourceforge.phpeclipse.debug.ui/build.properties b/net.sourceforge.phpeclipse.debug.ui/build.properties index a6d4617..303a231 100644 --- a/net.sourceforge.phpeclipse.debug.ui/build.properties +++ b/net.sourceforge.phpeclipse.debug.ui/build.properties @@ -1,9 +1,8 @@ source.debug.jar = src/ bin.includes = debug.jar,\ - .classpath,\ - .project,\ - .template,\ - bin/,\ plugin.properties,\ plugin.xml,\ - icons/ + icons/,\ + .classpath,\ + .project,\ + .template diff --git a/net.sourceforge.phpeclipse.launching/build.properties b/net.sourceforge.phpeclipse.launching/build.properties index 37eb471..be84d37 100644 --- a/net.sourceforge.phpeclipse.launching/build.properties +++ b/net.sourceforge.phpeclipse.launching/build.properties @@ -1,8 +1,7 @@ source.launch.jar = src/ -bin.includes = .classpath,\ - .project,\ - .template,\ - bin/,\ - plugin.xml,\ +bin.includes = plugin.xml,\ plugin.properties,\ - launch.jar + launch.jar,\ + .classpath,\ + .project,\ + .template diff --git a/net.sourceforge.phpeclipse.phphelp/build.properties b/net.sourceforge.phpeclipse.phphelp/build.properties index 3a0b789..78ce645 100644 --- a/net.sourceforge.phpeclipse.phphelp/build.properties +++ b/net.sourceforge.phpeclipse.phphelp/build.properties @@ -1,9 +1,8 @@ source.phphelp.jar = src/ bin.includes = phphelp.jar,\ - .classpath,\ - .project,\ - .template,\ - bin/,\ phphelp.xml,\ plugin.properties,\ - plugin.xml + plugin.xml,\ + .classpath,\ + .project,\ + .template -- 1.7.1