mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
Add notice about cleaning up
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
|
||||
<target name="clean" description="Clean the build directories">
|
||||
|
||||
<!-- THIS SECTION SHOULD BE REMOVED AFTER A MONTH OR TWO -->
|
||||
<!-- jdf sez: clean up after old layout of generated resources -->
|
||||
<delete failonerror="false">
|
||||
<fileset dir="${basedir}/src/antlr/java">
|
||||
@@ -32,6 +33,7 @@
|
||||
<include name="*.smap" />
|
||||
</fileset>
|
||||
</delete>
|
||||
<!-- END SECTION TO CLEAN UP AFTER OLD PROJECT LAYOUT -->
|
||||
|
||||
<delete dir="bin" />
|
||||
<delete file="pde.jar" />
|
||||
|
||||
Reference in New Issue
Block a user