mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-1103: Add PostgreSQL to .tar.gz assembly.
This commit is contained in:
@@ -27,6 +27,19 @@
|
||||
</includes>
|
||||
</fileSet>
|
||||
|
||||
<!-- PostgreSQL implementation -->
|
||||
<fileSet>
|
||||
<outputDirectory>/postgresql/schema</outputDirectory>
|
||||
<directory>modules/guacamole-auth-jdbc-postgresql/schema</directory>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>modules/guacamole-auth-jdbc-postgresql/target/extension</directory>
|
||||
<outputDirectory>/postgresql</outputDirectory>
|
||||
<includes>
|
||||
<include>*.jar</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
|
||||
</fileSets>
|
||||
|
||||
</assembly>
|
||||
|
Reference in New Issue
Block a user