[graphl-cvs] graphl graphl.sh graphl-local.sh
Status: Pre-Alpha
Brought to you by:
flo1
From: Flo L. <fl...@us...> - 2004-12-10 16:16:43
|
Update of /cvsroot/graphl/graphl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10102 Modified Files: graphl.sh graphl-local.sh Log Message: updated launcher scripts Index: graphl.sh =================================================================== RCS file: /cvsroot/graphl/graphl/graphl.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** graphl.sh 21 Jun 2004 20:47:38 -0000 1.2 --- graphl.sh 10 Dec 2004 16:16:34 -0000 1.3 *************** *** 1,2 **** #!/bin/sh ! java -cp graphl.jar:./lib/guibase.jar:./lib/rdfapi.jar org.mediavirus.graphl.GraphlApplication \ No newline at end of file --- 1,2 ---- #!/bin/sh ! java -cp graphl.jar:./lib/rdfapi.jar:./lib/l2fprod-common-fontchooser.jar:./lib/l2fprod-common-sheet.jar org.mediavirus.graphl.GraphlApplication %1 %2 %3 %4 %5 \ No newline at end of file Index: graphl-local.sh =================================================================== RCS file: /cvsroot/graphl/graphl/graphl-local.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** graphl-local.sh 21 Jun 2004 20:47:38 -0000 1.1 --- graphl-local.sh 10 Dec 2004 16:16:34 -0000 1.2 *************** *** 1,2 **** #!/bin/sh ! java -cp ./bin:./lib/guibase.jar:./lib/rdfapi.jar org.mediavirus.graphl.GraphlApplication \ No newline at end of file --- 1,2 ---- #!/bin/sh ! java -cp ./bin:./lib/rdfapi.jar:./lib/l2fprod-common-fontchooser.jar:./lib/l2fprod-common-sheet.jar org.mediavirus.graphl.GraphlApplication %1 %2 %3 %4 %5 \ No newline at end of file |