summaryrefslogtreecommitdiff
path: root/ant-build-nsc.sh
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-09-13 09:18:22 +0000
committermichelou <michelou@epfl.ch>2005-09-13 09:18:22 +0000
commitb6f8d5a603fab46e6e8e30fc85a35d36fda6f05e (patch)
tree620dfe442ff680e55f6034bd21716932ac534570 /ant-build-nsc.sh
parentec5c9dff4b975f2532bf6ce900cddd16c29ec70e (diff)
downloadscala-b6f8d5a603fab46e6e8e30fc85a35d36fda6f05e.tar.gz
scala-b6f8d5a603fab46e6e8e30fc85a35d36fda6f05e.tar.bz2
scala-b6f8d5a603fab46e6e8e30fc85a35d36fda6f05e.zip
- moved handling of exclude file to ant-common.sh
Diffstat (limited to 'ant-build-nsc.sh')
-rwxr-xr-xant-build-nsc.sh13
1 files changed, 1 insertions, 12 deletions
diff --git a/ant-build-nsc.sh b/ant-build-nsc.sh
index 86e2c245d2..ef273d6a9f 100755
--- a/ant-build-nsc.sh
+++ b/ant-build-nsc.sh
@@ -4,22 +4,11 @@
##############################################################################
# $Id$
-. ant-common.sh
+. ant-common.sh build-nsc
##############################################################################
# ant build
-ANT_CONFIG_BUILDFILE=build-nsc.xml
-ANT_BUILDFILE=concrete-$ANT_CONFIG_BUILDFILE
-ANT_EXCLUDEFILE=developer/${USER}/build-nsc-excludes.xml
-
-if [ -f "$ANT_EXCLUDEFILE" ]; then
- $SED -e "s#userExcludes\ \"\"#userExcludes\ SYSTEM\ \"$ANT_EXCLUDEFILE\"#" \
- < $ANT_CONFIG_BUILDFILE > $ANT_BUILDFILE;
- else
- $CP $ANT_CONFIG_BUILDFILE $ANT_BUILDFILE;
-fi
-
CLASSPATH=$nsc_fjbg_jar:$nsc_scala_jar:$nsc_tools_jar:$nsc_jaco_jar
# for debugging your classpath