in some cases, pde.jar was not getting built (#1792)

This commit is contained in:
Ben Fry
2013-05-30 16:12:32 -04:00
parent a6c90fac4b
commit 9f8f004ff3

View File

@@ -49,6 +49,9 @@
message="Please build the core library first and make sure it sits in ../core/library/core.jar" />
<mkdir dir="bin" />
<!-- in some cases, pde.jar was not getting built
https://github.com/processing/processing/issues/1792 -->
<delete file="pde.jar" />
<!-- env used to set classpath below -->
<property environment="env" />