ToastFreeware
/
debian
/
jabref.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
get java-wrapper search for "java6"
[debian/jabref.git]
/
debian
/
jabref-wrapper
1
#!/bin/sh
2
3
# Include the wrappers utility script
4
. /usr/lib/java-wrappers/java-wrappers.sh
5
6
# We need a java6 runtime (openjdk[876], oracle[87], sun6).
7
find_java_runtime java6
8
9
find_jars \
10
jabref \
11
JPFCodeGenerator-rt \
12
antlr \
13
antlr3 \
14
commons-logging \
15
glazedlists \
16
jempbox \
17
jgoodies-common \
18
jgoodies-forms \
19
jgoodies-looks \
20
jpf \
21
jpf-boot \
22
microba \
23
mysql-connector-java \
24
pdfbox \
25
postgresql \
26
spin
27
28
run_java net.sf.jabref.JabRefMain "$@"