1
0
Fork 0
pdfbox/scripts/install.bxs

9 lines
117 B
Text
Raw Normal View History

2025-02-01 21:35:09 +00:00
# run query
2025-02-01 22:20:54 +00:00
XQUERY "make fat jar.."
2025-02-03 14:15:01 +00:00
RUN make-xar.xq
2025-02-01 22:20:54 +00:00
XQUERY "Repo install.."
2025-02-03 14:15:01 +00:00
REPO INSTALL dist/pdfbox.xar
2025-02-01 22:20:54 +00:00
REPO LIST
2025-02-03 14:15:01 +00:00