summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
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>