Skip to content

Commit

Permalink
Fix for bug 3394094
Browse files Browse the repository at this point in the history
  • Loading branch information
robeden committed Oct 7, 2011
1 parent 1487300 commit 439e6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<!-- =============================================================== -->
<target name="generate" depends="-build_generator"
description="Generate classes from templates">
<java classname="gnu.trove.generator.Generator">
<java classname="gnu.trove.generator.Generator" dir="${basedir}" fork="true">
<arg value="${templates}"/>
<arg value="${output.generated}"/>
<classpath>
Expand Down

0 comments on commit 439e6ed

Please sign in to comment.