summaryrefslogtreecommitdiff
path: root/phing
diff options
context:
space:
mode:
authorxue <>2006-06-19 18:38:29 +0000
committerxue <>2006-06-19 18:38:29 +0000
commit588727c7e2b8954ec3dbde293cf4c4d68b119f9b (patch)
treefdcc16181a20335547953ccf1550e0006c11bf28 /phing
parent127f78a4db3cc0fbbbb92f5b1abcfdce4a9af93b (diff)
Merge from 3.0 branch till 1185.
Diffstat (limited to 'phing')
-rw-r--r--phing5
1 files changed, 5 insertions, 0 deletions
diff --git a/phing b/phing
new file mode 100644
index 00000000..5d7c5210
--- /dev/null
+++ b/phing
@@ -0,0 +1,5 @@
+#!/bin/sh
+PHING_HOME=`pwd`/buildscripts/phing
+export PHING_HOME
+php -d html_errors=off -qC buildscripts/phing/bin/phing.php -logger phing.listener.AnsiColorLogger $@
+