summaryrefslogblamecommitdiff
path: root/ant-common.sh
blob: df29b1865b1a1eae8d135c0145a613c699b74936 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                                              
 

                                                                              
 
           
                          



                                                                              







                                                                              
                                             

        
                                                                              
#!/bin/bash
########################################################-*-Shell-script-*-####
# Common settings
##############################################################################
# $Id$

##############################################################################
# Apache Ant

ANT_CMD=ant
export ANT_OPTS='-Xmx256M'

##############################################################################
# Shell commands

CP=cp
ECHO=echo
RM='rm -f'
SED=sed

##############################################################################
# set user environment

$ANT_CMD -Dplatform=unix -q -f setenv-nsc.xml
. env.sh

##############################################################################