Skip to content

Commit

Permalink
Add support for passing command-line arguments to the Ant "run" target.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew W. Samsonoff committed Mar 8, 2012
1 parent 16aed86 commit 555079b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
<sysproperty key="java.library.path" path="${native.lib.dir}"/>
<sysproperty key="replicatorg.app-resources" path="${lib.dir}"/>
<sysproperty key="replicatorg.toolpath" path="${native.tools.dir}"/>
<arg line="${run.arguments}"/>
</java>
</target>

Expand Down

0 comments on commit 555079b

Please sign in to comment.