From 734eb9e4203eab2f032b7cd9fffdc64939dff533 Mon Sep 17 00:00:00 2001 From: Kiall Mac Innes Date: Sun, 31 Oct 2010 11:30:36 +0000 Subject: [PATCH] Adding build.xml from 3.0.x --- .gitignore | 1 + build.xml | 109 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 110 insertions(+) create mode 100644 build.xml diff --git a/.gitignore b/.gitignore index 921deb4..cf48be1 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ code_coverage coverage kohana_release nbproject +build diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..4566563 --- /dev/null +++ b/build.xml @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +