Skip to content

Commit

Permalink
don't require processing-docs repo to do a build
Browse files Browse the repository at this point in the history
  • Loading branch information
benfry committed Jul 31, 2014
1 parent 33b0c5e commit 1233414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build.xml
Expand Up @@ -277,8 +277,8 @@
</fileset>
</copy>

<!-- get the examples folder -->
<copy todir="${target.path}/modes/java/examples">
<!-- get the examples folder, but don't require it to buid -->
<copy todir="${target.path}/modes/java/examples" failonerror="false">
<fileset dir="${examples.dir}" />
</copy>

Expand Down

0 comments on commit 1233414

Please sign in to comment.