X-Git-Url: https://git.toastfreeware.priv.at/debian/jabref.git/blobdiff_plain/d0d701546d78fedba318bacf3b480deb9f86fdf6..849c0a447c7ff046bf5f736221c4296e2ea9a7e6:/debian/jabref-wrapper?ds=inline diff --git a/debian/jabref-wrapper b/debian/jabref-wrapper index e2b391d..837e31b 100644 --- a/debian/jabref-wrapper +++ b/debian/jabref-wrapper @@ -3,9 +3,26 @@ # Include the wrappers utility script . /usr/lib/java-wrappers/java-wrappers.sh -# We need openjdk6 or sun{5,6} runtime. -find_java_runtime openjdk || find_java_runtime sunmin5 +# We need openjdk7/6 or sun6 runtime. +find_java_runtime openjdk sun6 -find_jars jabref antlr antlr3 looks forms spin glazedlists microba pdfbox jempbox +find_jars \ + jabref \ + JPFCodeGenerator-rt \ + antlr \ + antlr3 \ + commons-logging \ + glazedlists \ + jempbox \ + jgoodies-common \ + jgoodies-forms \ + jgoodies-looks \ + jpf \ + jpf-boot \ + microba \ + mysql-connector-java \ + pdfbox \ + postgresql \ + spin run_java net.sf.jabref.JabRefMain "$@"