From 49ddc04148b9c3f923423d2f189f912650a03067 Mon Sep 17 00:00:00 2001 From: bananeweizen Date: Sat, 11 Feb 2006 10:54:56 +0000 Subject: [PATCH] fix some wrong build properties --- .../build.properties | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/net.sourceforge.phpeclipse.webbrowser/build.properties b/net.sourceforge.phpeclipse.webbrowser/build.properties index 7a30937..ccd2fde 100644 --- a/net.sourceforge.phpeclipse.webbrowser/build.properties +++ b/net.sourceforge.phpeclipse.webbrowser/build.properties @@ -1,19 +1,16 @@ bin.includes = plugin.xml,\ *.jar,\ - plugin.properties/,\ webbrowser.jar,\ icons/,\ home/,\ - plugin.properties,\ defaultBrowsers.xml,\ - .options -jars.compile.order = -src.includes = plugin.properties/,\ - schema/,\ + plugin.properties +src.includes = schema/,\ build.properties,\ src/,\ .classpath,\ .cvsignore,\ - .project + .project,\ + plugin.properties source.webbrowser.jar = src/ output.webbrowser.jar = bin/ -- 1.7.1