Update build.xml

This commit is contained in:
Thomas Müller 2013-07-17 15:25:41 +02:00
parent 3fd4ff79ee
commit 93b9bad6bb
1 changed files with 0 additions and 4 deletions

View File

@ -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>