summaryrefslogtreecommitdiffstats
path: root/build/README.TXT
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-12-10 10:07:22 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-12-10 10:07:22 +0100
commit177252af0ba3e2d10870d76e8257a5a49e87fc1d (patch)
tree0b1681a5df018e89cda23bb4f737f869f43cb9b8 /build/README.TXT
parente3de51078d4c9eb26eb7f09a98ff97c371ae9180 (diff)
downloadnextcloud-server-177252af0ba3e2d10870d76e8257a5a49e87fc1d.tar.gz
nextcloud-server-177252af0ba3e2d10870d76e8257a5a49e87fc1d.zip
cleaning up the build directory
Diffstat (limited to 'build/README.TXT')
-rw-r--r--build/README.TXT28
1 files changed, 0 insertions, 28 deletions
diff --git a/build/README.TXT b/build/README.TXT
deleted file mode 100644
index 128571058d8..00000000000
--- a/build/README.TXT
+++ /dev/null
@@ -1,28 +0,0 @@
-How to setup build.xml on your local machine?
-
-1.) Install ant
- e.g. apt-get install ant
-
-2.) Install jslint
- Get the latest distribution from http://code.google.com/p/jslint4java/ and
- place jslint4java-*.jar in your home under .ant/lib/
-
-3.) Install PHP qa tools
- Run as root:
- pear config-set auto_discover 1
- pear install pear.phpqatools.org/phpqatools pear.netpirates.net/phpDox
-
- Alternative:
- pear install pear.phpunit.de/phploc
- pear install pear.phpunit.de/phpcpd
- pear install pear.phpmd.org/PHP_PMD
- pear install pear.pdepend.org/PHP_Depend
- pear install pear.php.org/PHP_CodeSniffer
- pear install PHP_CodeSniffer
- pear install pear.phpqatools.org/PHP_CodeBrowser
-
-
-How to call this ant script?
- ant -f build/build.xml -Dbasedir=.
-
-