Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@


<!-- You can override this property in local.properties to fetch from an alternative location -->
<property name="junit.url" value="http://repo1.maven.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar"/>
<property name="junit.url" value="https://repo1.maven.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar"/>
<target name="junit_check">
<!-- check if junit is set, if set, if junit.jar is really there, if not, error out -->
<fail message="junit property is set to ${junit}, but there is no junit.jar there.">
Expand Down