File: fop-ttfreader.sh

package info (click to toggle)
fop 1%3A1.0.dfsg2-6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 31,400 kB
  • sloc: java: 136,827; xml: 104,947; sh: 386; python: 316; makefile: 46
file content (21 lines) | stat: -rwxr-xr-x 636 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh

# Shell script wrapper around the fop-ttfreader program,
# Copyright 2008 by Vincent Fourmond <fourmond@debian.org>
#
# Licensed under the same terms as fop itself, that is under
# the conditions of the Apache 2 licencee.

# Include the wrappers utility script
. /usr/lib/java-wrappers/java-wrappers.sh


# We prefer to use openjdk or Sun's java if available
find_java_runtime openjdk sun  || find_java_runtime 

find_jars commons-io avalon-framework serializer xalan2 xml-apis 
find_jars batik-all commons-logging servlet-api xercesImpl xmlgraphics-commons
find_jars fop


run_java org.apache.fop.fonts.apps.TTFReader  "$@"