Skip to content

Commit

Permalink
Fix broken jchronic URL
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Jul 6, 2012
1 parent c7e9780 commit e572769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/java-helloworld/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
dest="${jars}/cucumber-junit-${cucumber-jvm.version}.jar"/>
<get src="${repo}/info/cukes/gherkin/${gherkin.version}/gherkin-${gherkin.version}.jar"
dest="${jars}/gherkin-${gherkin.version}.jar"/>
<get src="${repo}/com/rubiconproject/oss/${jchronic.version}/jchronic-${jchronic.version}.jar"
<get src="${repo}/com/rubiconproject/oss/jchronic/${jchronic.version}/jchronic-${jchronic.version}.jar"
dest="${jars}/jchronic-${jchronic.version}.jar"/>
<get src="${repo}/junit/junit/${junit.version}/junit-${junit.version}.jar"
dest="${jars}/junit-${junit.version}.jar"/>
Expand Down

0 comments on commit e572769

Please sign in to comment.