Update build.xml
This commit is contained in:
parent
3fd4ff79ee
commit
93b9bad6bb
|
@ -69,8 +69,6 @@ jQuery,$$,OC,$,oc_webroot,oc_appswebroots,oc_current_user,t,Files,FileList,FileA
|
||||||
<arg value="--log-csv" />
|
<arg value="--log-csv" />
|
||||||
<arg value="${basedir}/build/logs/phploc.csv" />
|
<arg value="${basedir}/build/logs/phploc.csv" />
|
||||||
<arg path="${basedir}" />
|
<arg path="${basedir}" />
|
||||||
<arg value="--exclude" />
|
|
||||||
<arg value="${basedir}/3rdparty/" />
|
|
||||||
</exec>
|
</exec>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
@ -172,8 +170,6 @@ jQuery,$$,OC,$,oc_webroot,oc_appswebroots,oc_current_user,t,Files,FileList,FileA
|
||||||
<arg path="${basedir}" />
|
<arg path="${basedir}" />
|
||||||
<arg value="--output" />
|
<arg value="--output" />
|
||||||
<arg path="${basedir}/build/code-browser" />
|
<arg path="${basedir}/build/code-browser" />
|
||||||
<arg value="--exclude" />
|
|
||||||
<arg value="${basedir}/3rdparty/" />
|
|
||||||
</exec>
|
</exec>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue