repo.or.cz
/
jgit
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add a script to compile the graphgui
[jgit/dscho.git]
/
make-graphgui.sh
blob
d0b1e95651215d183eab836fefb332433a223fe0
1
#!/bin/sh
2
3
cd
"$(dirname "
$0
")"
&&
4
5
if
test
!
-f
jgit.jar
6
then
7
.
/
make_jgit.sh
8
fi
&&
9
10
cd
graphgui
&&
11
javac
-cp
..
/
jgit.jar
*
.java