mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-1: Refactor old net.sourceforge package to org.apache.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
package net.sourceforge.guacamole.net.auth.mysql;
|
||||
package org.apache.guacamole.auth.mysql;
|
||||
|
||||
import com.google.inject.Guice;
|
||||
import com.google.inject.Injector;
|
@@ -20,7 +20,7 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
package net.sourceforge.guacamole.net.auth.mysql;
|
||||
package org.apache.guacamole.auth.mysql;
|
||||
|
||||
import com.google.inject.Binder;
|
||||
import com.google.inject.Module;
|
@@ -20,7 +20,7 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
package net.sourceforge.guacamole.net.auth.mysql;
|
||||
package org.apache.guacamole.auth.mysql;
|
||||
|
||||
import org.apache.guacamole.GuacamoleException;
|
||||
import org.apache.guacamole.auth.jdbc.JDBCEnvironment;
|
@@ -20,7 +20,7 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
package net.sourceforge.guacamole.net.auth.mysql;
|
||||
package org.apache.guacamole.auth.mysql;
|
||||
|
||||
import org.apache.guacamole.properties.BooleanGuacamoleProperty;
|
||||
import org.apache.guacamole.properties.IntegerGuacamoleProperty;
|
@@ -24,4 +24,4 @@
|
||||
* The MySQL authentication provider. This package exists outside of
|
||||
* org.apache for backwards-compatibility.
|
||||
*/
|
||||
package net.sourceforge.guacamole.net.auth.mysql;
|
||||
package org.apache.guacamole.auth.mysql;
|
@@ -6,7 +6,7 @@
|
||||
"namespace" : "guac-mysql",
|
||||
|
||||
"authProviders" : [
|
||||
"net.sourceforge.guacamole.net.auth.mysql.MySQLAuthenticationProvider"
|
||||
"org.apache.guacamole.auth.mysql.MySQLAuthenticationProvider"
|
||||
],
|
||||
|
||||
"translations" : [
|
||||
|
Reference in New Issue
Block a user