Update build.xml

remotes/origin/stable6
Thomas Müller 12 years ago
parent 3fd4ff79ee
commit 93b9bad6bb
  1. 4
      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="--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…
Cancel
Save