From 1bfe5275266649ae140ad08eb831e907abc1903f Mon Sep 17 00:00:00 2001 From: stefanbjarni Date: Wed, 3 Aug 2005 20:55:43 +0000 Subject: [PATCH] Include icons in feature build. --- .../build.properties | 6 ++++-- .../plugin.xml | 2 +- net.sourceforge.phpeclipse/build.properties | 3 ++- net.sourceforge.phpeclipse/plugin.xml | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) 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 @@ -- 1.7.1