forked from pool/jeuclid
OBS-URL: https://build.opensuse.org/request/show/235028 OBS-URL: https://build.opensuse.org/package/show/Java:packages/jeuclid?expand=0&rev=1
9 lines
229 B
Bash
9 lines
229 B
Bash
#!/bin/bash
|
|
. /usr/share/java-utils/java-functions
|
|
|
|
MAIN_CLASS=net.sourceforge.jeuclid.app.mathviewer.MathViewer
|
|
|
|
set_classpath "commons-logging commons-io xmlgraphics-commons batik-all jeuclid-core jeuclid-mathviewer"
|
|
|
|
run "$@"
|