ToastFreeware
/
debian
/
jabref.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
update changelog
[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
antlr3-runtime \
15
commons-cli \
16
commons-logging \
17
glazedlists \
18
jempbox \
19
jgoodies-common \
20
jgoodies-forms \
21
jgoodies-looks \
22
jna \
23
jpf \
24
jpf-boot \
25
microba \
26
mysql-connector-java \
27
pdfbox \
28
postgresql \
29
spin
30
31
run_java net.sf.jabref.JabRefMain "$@"