Skip to content

Commit

Permalink
added dependency to resource-input target
Browse files Browse the repository at this point in the history
  • Loading branch information
mitzimorris committed Dec 6, 2013
1 parent d89f661 commit e8336e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
<property name="resource.name"
value="hello.txt"/>
<target name="resource-input"
depends="jar">
depends="jar,example-resource-jar">
<java classname="com.colloquial.io.ResourceInput"
fork="true">
<classpath>
Expand Down

0 comments on commit e8336e6

Please sign in to comment.