GUACAMOLE-195: Remove XML comments that were preventing src/licenses from being picked up.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/af0b6a3a Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/af0b6a3a Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/af0b6a3a Branch: refs/heads/master Commit: af0b6a3a23e48ce6d4c8dc7b3667f635463a6d6b Parents: 3b27e46 Author: Nick Couchman <[email protected]> Authored: Mon Jan 30 13:27:26 2017 -0500 Committer: Nick Couchman <[email protected]> Committed: Tue Jan 31 22:23:11 2017 -0500 ---------------------------------------------------------------------- extensions/guacamole-auth-http/src/main/assembly/dist.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/af0b6a3a/extensions/guacamole-auth-http/src/main/assembly/dist.xml ---------------------------------------------------------------------- diff --git a/extensions/guacamole-auth-http/src/main/assembly/dist.xml b/extensions/guacamole-auth-http/src/main/assembly/dist.xml index ffcb1a6..b89fd53 100644 --- a/extensions/guacamole-auth-http/src/main/assembly/dist.xml +++ b/extensions/guacamole-auth-http/src/main/assembly/dist.xml @@ -34,10 +34,10 @@ <fileSets> <!-- Include licenses --> - <!--<fileSet> + <fileSet> <outputDirectory></outputDirectory> <directory>src/licenses</directory> - </fileSet>--> + </fileSet> <!-- Include extension .jar --> <fileSet>
