updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / fop-cs / fop-cs
blob7873471d5926566a36d8016db5378550b6ea0b2c
1 #!/bin/sh
2 for name in /usr/share/java/fop/lib/*.jar ; do
3 CP=$CP:$name
4 done
5 # In future releases use this to add dependencies
6 # CP=$CP:/usr/share/java/dep1/dep1.jar
8 fop -c /usr/share/java/fop/conf/myfop.xconf $* || exit 1
9 exit 0