@ -13,11 +13,6 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
# Use jikes for faster compilation if it is available.
if pkginstalled jikes; then
export ANT_OPTS="-Dbuild.compiler=jikes -Djavac.source=1.3"
fi
# Check if a java development kit was installed.
if [ -z $JAVA_HOME ]; then
abort "JDK required for building $pkg"
@ -30,7 +25,6 @@ set_confopt
# Custom package building and installation.
ant_postmake() {
# Todo check return value (building and installation success?).
# The next command will start the build and when finished
# it will automatically install the new build in ANT_HOME
./build.sh install