From c9dd7c313f4eaf3343039c5f6a723b45fc4c384c Mon Sep 17 00:00:00 2001 From: Jochen Staerk Date: Thu, 22 May 2014 18:43:13 +0200 Subject: [PATCH] Update README.md added description of and instructions how to build Mustang --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index da5409d2..73ed56e6 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,22 @@ PDFA3 ===== -Some samples how to create PDF/A3 files and PDF/A3 files with embedded files using Apache PDFBOX. +Some samples how to create PDF/A3 files and PDF/A3 files with embedded files using Apache PDFBox and +the source code for the [Mustang project](http://www.mustangproject.org/). License ----- -The samples PDFAFile, PDFA3File and PDFA3FileAttachment are subject to the Apache license http://www.apache.org/licenses/LICENSE-2.0.html +Subject to the Apache license http://www.apache.org/licenses/LICENSE-2.0.html Running ----- -Requires Maven to run. Use "mvn test" to generate the output. +Requires Maven to run. Use "mvn test" to generate the output for the test PDF file attachments, +chdir to mustang and use "mvn package" to build the Mustang JAR. Contact ----- -Developers: Thomas Chojecki and Jochen Stärk. For questions please contact Jochen at jstaerk [at] usegroup.de \ No newline at end of file +Developers: Thomas Chojecki and Jochen Stärk. For questions please contact Jochen at jstaerk [at] usegroup.de