buildframework/helium/external/helium-antlib/bld.sh
changeset 217 0f5e3a7fb6af
parent 1 be27ed110b50
--- a/buildframework/helium/external/helium-antlib/bld.sh	Fri Feb 05 11:59:41 2010 +0000
+++ b/buildframework/helium/external/helium-antlib/bld.sh	Thu Mar 04 15:10:37 2010 +0200
@@ -1,4 +1,4 @@
-#!/bin/csh
+#!/bin/sh
 
 #
 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
@@ -16,8 +16,5 @@
 # Description: 
 #
 
-module load java/1.6.0
-module load "tww/ant/1.7.1"
-module load mercurial
-setenv ANT_ARGS "-lib antlibs -lib lib" 
-ant $*
+export BUILDER_HOME=builder
+$BUILDER_HOME/bld $*