Skip to content

Commit

Permalink
ant clean should no longer delete ace.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 committed Mar 7, 2011
1 parent e49e156 commit dbf0c9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gwt/build.xml
Expand Up @@ -160,7 +160,6 @@
<target name="clean" description="Cleans this project">
<delete dir="bin" failonerror="false" />
<delete dir="www/rstudio" failonerror="false" />
<delete file="${ace.bin}/ace.js" failonerror="false" />
<delete file="${ace.bin}/acesupport.js" failonerror="false" />
<delete file="${json2.bin}/json2.min.js" failonerror="false" />
<delete dir="gen" failonerror="false" />
Expand Down

0 comments on commit dbf0c9e

Please sign in to comment.