mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-1101: Rename guacamole-auth-mysql hierarchically.
This commit is contained in:
@@ -3,9 +3,9 @@
|
|||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.glyptodon.guacamole</groupId>
|
<groupId>org.glyptodon.guacamole</groupId>
|
||||||
<artifactId>guacamole-auth-mysql</artifactId>
|
<artifactId>guacamole-auth-jdbc-mysql</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>guacamole-auth-mysql</name>
|
<name>guacamole-auth-jdbc-mysql</name>
|
||||||
<url>http://guac-dev.org/</url>
|
<url>http://guac-dev.org/</url>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
@@ -21,7 +21,7 @@
|
|||||||
<module>modules/guacamole-auth-jdbc-base</module>
|
<module>modules/guacamole-auth-jdbc-base</module>
|
||||||
|
|
||||||
<!-- MySQL authentication -->
|
<!-- MySQL authentication -->
|
||||||
<module>modules/guacamole-auth-mysql</module>
|
<module>modules/guacamole-auth-jdbc-mysql</module>
|
||||||
|
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
|
@@ -17,10 +17,10 @@
|
|||||||
<!-- MySQL implementation -->
|
<!-- MySQL implementation -->
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<outputDirectory>/mysql/schema</outputDirectory>
|
<outputDirectory>/mysql/schema</outputDirectory>
|
||||||
<directory>modules/guacamole-auth-mysql/schema</directory>
|
<directory>modules/guacamole-auth-jdbc-mysql/schema</directory>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<directory>modules/guacamole-auth-mysql/target/extension</directory>
|
<directory>modules/guacamole-auth-jdbc-mysql/target/extension</directory>
|
||||||
<outputDirectory>/mysql</outputDirectory>
|
<outputDirectory>/mysql</outputDirectory>
|
||||||
<includes>
|
<includes>
|
||||||
<include>*.jar</include>
|
<include>*.jar</include>
|
||||||
|
Reference in New Issue
Block a user