diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-07-17 15:25:41 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-07-17 15:25:41 +0200 |
commit | 93b9bad6bb44dfa38386b15fbfd56d52510c0f51 (patch) | |
tree | b48d9ae1ec0c01dc4f3835d265b45f35a92b33b8 /build | |
parent | 3fd4ff79ee26cda9325be4a01f88b0e2cd7d3b3c (diff) | |
download | nextcloud-server-93b9bad6bb44dfa38386b15fbfd56d52510c0f51.tar.gz nextcloud-server-93b9bad6bb44dfa38386b15fbfd56d52510c0f51.zip |
Update build.xml
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build/build.xml b/build/build.xml index 3df77ad024e..0f9d3605da1 100644 --- a/build/build.xml +++ b/build/build.xml @@ -69,8 +69,6 @@ jQuery,$$,OC,$,oc_webroot,oc_appswebroots,oc_current_user,t,Files,FileList,FileA <arg value="--log-csv" /> <arg value="${basedir}/build/logs/phploc.csv" /> <arg path="${basedir}" /> - <arg value="--exclude" /> - <arg value="${basedir}/3rdparty/" /> </exec> </target> @@ -172,8 +170,6 @@ jQuery,$$,OC,$,oc_webroot,oc_appswebroots,oc_current_user,t,Files,FileList,FileA <arg path="${basedir}" /> <arg value="--output" /> <arg path="${basedir}/build/code-browser" /> - <arg value="--exclude" /> - <arg value="${basedir}/3rdparty/" /> </exec> </target> </project> |