mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUAC-1103: Add PostgreSQL to .tar.gz assembly.
This commit is contained in:
@@ -27,6 +27,19 @@
|
|||||||
</includes>
|
</includes>
|
||||||
</fileSet>
|
</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>
|
</fileSets>
|
||||||
|
|
||||||
</assembly>
|
</assembly>
|
||||||
|
Reference in New Issue
Block a user