diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-05-08 18:51:45 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-05-08 18:51:45 +0000 |
| commit | 85b6df3f6211fc29fecc60095662be8276270436 (patch) | |
| tree | 4ca5841aabf6950ec6995965986ee56bde2e4b97 | |
| parent | merge inline patch from Jimmy (diff) | |
| download | inkscape-85b6df3f6211fc29fecc60095662be8276270436.tar.gz inkscape-85b6df3f6211fc29fecc60095662be8276270436.zip | |
set continue on error to true
(bzr r5632)
| -rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -202,7 +202,7 @@ <!-- Compile from source to build --> <cc cc="${arch}gcc" cxx="${arch}g++" destdir="${build}/obj" - continueOnError="false" + continueOnError="true" refreshCache="${refresh}"> <fileset dir="${src}"> <!-- THINGS TO EXCLUDE --> |
