[xmlsectool] 01/04: Don't copy API docs into the ZIP file.
Ian Young
ian at iay.org.uk
Sat May 14 07:44:06 EDT 2016
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository xmlsectool.
commit 89486c9603e40815c60b877a19bdb0b42295ae1c
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Sat May 14 12:02:06 2016 +0100
Don't copy API docs into the ZIP file.
As far as I'm aware, this has never worked in the past, so we might as
well remove it.
---
src/main/assembly/bin.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/main/assembly/bin.xml b/src/main/assembly/bin.xml
index d069662..544f664 100644
--- a/src/main/assembly/bin.xml
+++ b/src/main/assembly/bin.xml
@@ -26,10 +26,6 @@
<directory>doc/</directory>
<outputDirectory>/doc</outputDirectory>
</fileSet>
- <fileSet>
- <directory>target/site/apidocs</directory>
- <outputDirectory>/doc/api</outputDirectory>
- </fileSet>
<!-- Copy execution srcipts into the root of the package -->
<fileSet>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list