Skip to content

Commit

Permalink
Fix build.xml with better macro usage
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaff committed Jan 3, 2011
1 parent a4c19ea commit 6786811
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@
</macrodef>

<target name="dist" depends="populate-dist">
<run-tests />
<run-tests>
<jvmarg value="-Dignore.this=ignored" />
</run-tests>
</target>

<target name="profile" depends="populate-dist">
Expand Down

0 comments on commit 6786811

Please sign in to comment.