From: khartlage <khartlage>
Date: Mon, 19 Jul 2004 19:36:06 +0000 (+0000)
Subject: patch from http://www.cowbarn.org/phpeclipse/
X-Git-Url: http://git.phpeclipse.com

patch from http://www.cowbarn.org/phpeclipse/
---

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