Skip to content

Commit

Permalink
Tweak build shell script.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb01 committed Mar 1, 2017
1 parent 73bda90 commit 26fab96
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,8 @@ function do_javac()
function download_dependencies()
{
download 'junit-4.12.jar' 'http://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar'
download 'jmock-2.8.2.jar' 'http://repo1.maven.org/maven2/org/jmock/jmock/2.8.2/jmock-2.8.2.jar'
download 'hamcrest-core-1.1.jar' 'http://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar'
download 'hamcrest-library-1.1.jar' 'http://repo1.maven.org/maven2/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1.jar'
download 'jmock-junit4-2.8.2.jar' 'http://repo1.maven.org/maven2/org/jmock/jmock-junit4/2.8.2/jmock-junit4-2.8.2.jar'
download 'jmock-legacy-2.8.2.jar' 'http://repo1.maven.org/maven2/org/jmock/jmock-legacy/2.8.2/jmock-legacy-2.8.2.jar'
download 'hamcrest-core-1.3.jar' 'http://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar'
download 'HdrHistogram-2.1.8.jar' 'http://repo1.maven.org/maven2/org/hdrhistogram/HdrHistogram/2.1.8/HdrHistogram-2.1.8.jar'
}

function compile()
Expand Down

0 comments on commit 26fab96

Please sign in to comment.