Skip to content

Commit

Permalink
Fixed build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed Jun 18, 2011
1 parent 05cb0c9 commit 8a54fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -144,7 +144,7 @@ ACTUAL TASKS

<!-- compile classes written in Ozma (part 1) -->
<apply executable="${bin.ozmac}" dest="${build.runtime.dir}"
parallel="true" failonerror="true">
parallel="false" failonerror="true">
<globmapper from="*.scala" to="*.ozf"/>
<env key="JAVA_OPTS" value="${env.ANT_OPTS}"/>
<arg value="-d"/> <arg path="${build.runtime.dir}"/> <srcfile/>
Expand Down

0 comments on commit 8a54fe7

Please sign in to comment.