From 7628b6cf7b8a8d3da4b3e53bf36b7f813141c7fd Mon Sep 17 00:00:00 2001 From: jsurfer Date: Sat, 25 Sep 2004 22:28:30 +0000 Subject: [PATCH] updated ant build.xml --- .../build.properties | 6 +- net.sourceforge.phpeclipse.phpunit/build.xml | 177 ++++++++++++++++++++ 2 files changed, 182 insertions(+), 1 deletions(-) create mode 100644 net.sourceforge.phpeclipse.phpunit/build.xml diff --git a/net.sourceforge.phpeclipse.phpunit/build.properties b/net.sourceforge.phpeclipse.phpunit/build.properties index e07c485..00a0721 100644 --- a/net.sourceforge.phpeclipse.phpunit/build.properties +++ b/net.sourceforge.phpeclipse.phpunit/build.properties @@ -1,4 +1,8 @@ source.phpunit.jar = src/ bin.includes = plugin.xml,\ *.jar,\ - phpunit.jar + phpunit.jar,\ + icons/ +src.includes = src/,\ + build.properties,\ + build.xml diff --git a/net.sourceforge.phpeclipse.phpunit/build.xml b/net.sourceforge.phpeclipse.phpunit/build.xml new file mode 100644 index 0000000..0319d09 --- /dev/null +++ b/net.sourceforge.phpeclipse.phpunit/build.xml @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 1.7.1