Skip to content
Snippets Groups Projects
Commit db39c47a authored by ci's avatar ci
Browse files

JAVA_HOME added

SVN: 4376
parent 57d0d357
No related branches found
No related tags found
No related merge requests found
...@@ -4,4 +4,5 @@ if [ $# -ne 1 ]; then ...@@ -4,4 +4,5 @@ if [ $# -ne 1 ]; then
echo "Usage is $0 <project name>" echo "Usage is $0 <project name>"
exit 1 exit 1
fi fi
export JAVA_HOME=/usr/java/jdk5_32
svn co svn+ssh://source.systemsx.ch/repos/cisd/$1/trunk projects/cisd/trunk/$1 svn co svn+ssh://source.systemsx.ch/repos/cisd/$1/trunk projects/cisd/trunk/$1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment