GUACAMOLE-133: Document all dependencies of Guacamole within LICENSE.

This commit is contained in:
Michael Jumper
2016-12-02 14:41:43 -08:00
parent 8f4a4db46f
commit 110ebf64e2
29 changed files with 3483 additions and 1 deletions

View File

@@ -93,8 +93,9 @@
<version>2.6</version>
<configuration>
<!-- Filter translation strings -->
<webResources>
<!-- Filter translation strings -->
<resource>
<directory>src/main/webapp</directory>
<filtering>true</filtering>
@@ -103,6 +104,13 @@
<include>index.html</include>
</includes>
</resource>
<!-- Include all licenses within META-INF -->
<resource>
<directory>src/licenses</directory>
<targetPath>META-INF</targetPath>
</resource>
</webResources>
<!-- Add files from guacamole-common-js -->
@@ -210,6 +218,7 @@
<excludes>
<exclude>src/main/webapp/app/*/templates/*.html</exclude>
<exclude>**/*.json</exclude>
<exclude>src/licenses/**/*</exclude>
</excludes>
</configuration>