/[formed]/trunk/pdf2xfa/bin/run.sh
ViewVC logotype

Annotation of /trunk/pdf2xfa/bin/run.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 201 - (hide annotations)
Sat Oct 6 21:17:00 2007 UTC (17 years, 4 months ago) by teichmann
File MIME type: application/x-sh
File size: 173 byte(s)
Initial import of the PDF to XFA server
1 teichmann 201 #!/bin/sh
2    
3     BASE=`dirname $0`/..
4     BASE_LIB=`readlink -f $BASE`/lib
5    
6     CP=$BASE/classes
7     for jar in $BASE_LIB/*.jar; do
8     CP=$CP:$jar
9     done
10    
11    
12     CLASSPATH=$CP:$CLASSPATH java "$@"
13    

Properties

Name Value
svn:executable *

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26