diff --git a/proposal/sandbox/clearcase/build.sh b/proposal/sandbox/clearcase/build.sh new file mode 100644 index 000000000..f15a7e7af --- /dev/null +++ b/proposal/sandbox/clearcase/build.sh @@ -0,0 +1,16 @@ +#!/bin/sh + +cygwin=false; +case "`uname`" in + CYGWIN*) cygwin=true ;; +esac + +PWD=`pwd` +if $cygwin ; then + PWD=`cygpath --windows "$PWD"` +fi + +cd ../../.. +/bin/sh ./build.sh -buildfile $PWD/build.xml $* +cd $PWD + diff --git a/proposal/sandbox/clearcase/build.xml b/proposal/sandbox/clearcase/build.xml new file mode 100644 index 000000000..bb49874f3 --- /dev/null +++ b/proposal/sandbox/clearcase/build.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file