Develop and Download Open Source Software

Browse CVS Repository

Contents of /xoonips/lib/java/build.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.1.1 - (show annotations) (download) (as text) (vendor branch)
Mon Dec 10 17:22:59 2007 UTC (16 years, 4 months ago) by orrisroot
Branch: MAIN, NIJC
CVS Tags: RELENG_3_4_SNAP20080313, RELENG_3_3_BP, RELENG_3_BP, RELENG_3_4_SNAP2008317, RELENG_3_5_BP, RELENG_3_4_BP, first, RELENG_3_4_SNAP20080327, RELENG_3_3_SNAP2008317, HEAD
Branch point for: RELENG_3_3, RELENG_3_4, RELENG_3_5, RELENG_3
Changes since 1.1: +0 -0 lines
File MIME type: text/x-sh
import sources of java class library into CVS.

1 #!/bin/sh
2 PWD=`dirname $0`
3 cd $PWD
4
5 case "$1" in
6 build)
7 tools/ant.sh
8 ;;
9 rebuild)
10 tools/ant.sh
11 ;;
12 clean)
13 tools/ant.sh clean
14 ;;
15 *)
16 echo "Usage: ${0##*/}: { build | rebuild | clean }" 2>&1
17 exit 65
18 ;;
19 esac

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26