summaryrefslogtreecommitdiff
path: root/phing
diff options
context:
space:
mode:
authorCiro Mattia Gonano <ciromattia@gmail.com>2013-09-11 15:56:48 +0200
committerCiro Mattia Gonano <ciromattia@gmail.com>2013-09-11 15:57:07 +0200
commit3069eaf35e833ffe4a1c1c7829dd7e168ae27420 (patch)
treed0c2e4d934cc34ba7d4232f759923b5a257dcb21 /phing
parentb833247ce597ec26159b46c8dfbea7f1e265950b (diff)
Merge up to r3319
Diffstat (limited to 'phing')
-rw-r--r--phing13
1 files changed, 0 insertions, 13 deletions
diff --git a/phing b/phing
deleted file mode 100644
index a2f05a15..00000000
--- a/phing
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-# Old version: call phing directly (still working)
-#PHING_HOME=`pwd`/buildscripts/phing
-#export PHING_HOME
-
-#PHP_CLASSPATH=$PHING_HOME/classes
-#export PHP_CLASSPATH
-
-#php -d html_errors=off -qC buildscripts/phing/bin/phing.php $@
-
-# New version: let phing's wrapper do the dirty job
-./buildscripts/phing/bin/phing $@ \ No newline at end of file