GUACAMOLE-1: Refactor old net.sourceforge package to org.apache.

This commit is contained in:
Michael Jumper
2016-03-22 14:27:16 -07:00
parent 1f7d9bb052
commit 4198c33df6
15 changed files with 15 additions and 15 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -6,7 +6,7 @@
"namespace" : "guac-mysql",
"authProviders" : [
"net.sourceforge.guacamole.net.auth.mysql.MySQLAuthenticationProvider"
"org.apache.guacamole.auth.mysql.MySQLAuthenticationProvider"
],
"translations" : [