summaryrefslogtreecommitdiff
path: root/ant-build-nsc.sh
diff options
context:
space:
mode:
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