Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-07-17 17:25:41 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2013-07-17 17:25:41 +0400
commit93b9bad6bb44dfa38386b15fbfd56d52510c0f51 (patch)
treeb48d9ae1ec0c01dc4f3835d265b45f35a92b33b8 /build
parent3fd4ff79ee26cda9325be4a01f88b0e2cd7d3b3c (diff)
Update build.xml
Diffstat (limited to 'build')
-rw-r--r--build/build.xml4
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>