diff --git a/build/README.TXT b/build/README.TXT deleted file mode 100644 index 128571058d..0000000000 --- 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=. - - diff --git a/build/build.xml b/build/build.xml index 265beb4bcc..c8c5c4efff 100644 --- a/build/build.xml +++ b/build/build.xml @@ -1,31 +1,8 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + @@ -61,135 +38,4 @@ - - - - - -jQuery,$$,OC,$,oc_webroot,oc_appswebroots,oc_current_user,t,Files,FileList,FileActions,localStorage,OCCategories,EventSource,OCdialog,SVGSupport,dragOptions,dragOptions,folderDropOptions,formatDate,humanFileSize,procesSelection,relative_modified_date,scanFiles,simpleFileSize,simpleSize - - - - - - - - - - -jQuery,$$,OC,$,oc_webroot,oc_appswebroots,oc_current_user,t,Files,FileList,FileActions,localStorage,OCCategories,EventSource,OCdialog,SVGSupport,dragOptions,dragOptions,folderDropOptions,formatDate,humanFileSize,procesSelection,relative_modified_date,scanFiles,simpleFileSize,simpleSize - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/phpcs.xml b/build/phpcs.xml deleted file mode 100644 index d2909955ed..0000000000 --- a/build/phpcs.xml +++ /dev/null @@ -1,80 +0,0 @@ - - - The coding standard for PHP_CodeSniffer itself. - */Tests/* - */lib/MDB2/* - */3rdparty/* - *.min.* - */l10n/* - */files_texteditor/js/aceeditor/* - */files_pdfviewer/js/pdfjs/* - */files_odfviewer/src/* - */files_svgedit/svg-edit/* - *jquery-ui-*.css - php - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/phpmd.xml b/build/phpmd.xml deleted file mode 100644 index 3935a5b74b..0000000000 --- a/build/phpmd.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - My custom rule set that checks my code... - - - - - -