From: stefanbjarni Date: Wed, 3 Aug 2005 20:55:43 +0000 (+0000) Subject: Include icons in feature build. X-Git-Url: http://git.phpeclipse.com Include icons in feature build. --- diff --git a/net.sourceforge.phpeclipse.externaltools/build.properties b/net.sourceforge.phpeclipse.externaltools/build.properties index a89cdd9..2f07a9a 100644 --- a/net.sourceforge.phpeclipse.externaltools/build.properties +++ b/net.sourceforge.phpeclipse.externaltools/build.properties @@ -1,6 +1,8 @@ source.externaltools.jar = src/ output.externaltools.jar = bin/ bin.includes = plugin.xml,\ - externaltools.jar + externaltools.jar,\ + icons/ src.includes = src/,\ - build.properties + build.properties,\ + icons/ diff --git a/net.sourceforge.phpeclipse.externaltools/plugin.xml b/net.sourceforge.phpeclipse.externaltools/plugin.xml index a32526d..2c2704e 100644 --- a/net.sourceforge.phpeclipse.externaltools/plugin.xml +++ b/net.sourceforge.phpeclipse.externaltools/plugin.xml @@ -3,7 +3,7 @@ diff --git a/net.sourceforge.phpeclipse/build.properties b/net.sourceforge.phpeclipse/build.properties index 0bb29b7..3d5509f 100644 --- a/net.sourceforge.phpeclipse/build.properties +++ b/net.sourceforge.phpeclipse/build.properties @@ -6,5 +6,6 @@ bin.includes = phpeclipse.jar,\ plugin.xml,\ cpl-v10.html,\ templates/ -src.includes = src/ +src.includes = src/,\ + icons/ output.phpeclipse.jar = bin/ diff --git a/net.sourceforge.phpeclipse/plugin.xml b/net.sourceforge.phpeclipse/plugin.xml index 2483078..c982430 100644 --- a/net.sourceforge.phpeclipse/plugin.xml +++ b/net.sourceforge.phpeclipse/plugin.xml @@ -3,7 +3,7 @@