. Add in the AcrobatViewer script template, missed in the previous commit.

Submitted by:	Stefan Thurner <thurners@nicsys.de>
Pointy hat:	glewis
This commit is contained in:
Greg Lewis 2008-02-09 15:58:06 +00:00
parent 3bb76a2a1e
commit ffd9eaca7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206955

View file

@ -0,0 +1,5 @@
#!/bin/sh
#
# $FreeBSD$
JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -classpath "%%JAVAJARDIR%%/%%PORTNAME%%/acrobat.jar:%%JAVAJARDIR%%/%%PORTNAME%%/MRJToolkitStubs.jar" com.adobe.acrobat.Viewer "$@"