Skip to content

Commit

Permalink
Remove dead function build_package.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkraljevic committed Oct 13, 2013
1 parent 4fe108f commit 36a4c57
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,6 @@ function build_javadoc() {
"${JAVADOC}" -overview ${SRC}/overview.html -classpath "${CLASSPATH}" -d "${OUTDIR}"/javadoc -sourcepath "${SRC}" -subpackages hex:water >& target/logs/javadoc_build.log
}

function build_package() {
echo "creating package..."
make package >& target/package_build.log
}

function junit() {
echo "running JUnit tests..."
"$JAVA" -ea -cp ${JAR_FILE} water.Boot -mainClass water.JUnitRunner
Expand Down

0 comments on commit 36a4c57

Please sign in to comment.