mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 22:21:22 +00:00
GUACAMOLE-1: Refactor org.glyptodon package/groupId to org.apache.
This commit is contained in:
@@ -20,11 +20,11 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
package org.glyptodon.guacamole.io;
|
||||
package org.apache.guacamole.io;
|
||||
|
||||
import java.io.StringReader;
|
||||
import org.glyptodon.guacamole.GuacamoleException;
|
||||
import org.glyptodon.guacamole.protocol.GuacamoleInstruction;
|
||||
import org.apache.guacamole.GuacamoleException;
|
||||
import org.apache.guacamole.protocol.GuacamoleInstruction;
|
||||
import org.junit.Test;
|
||||
import static org.junit.Assert.*;
|
||||
|
@@ -20,12 +20,12 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
package org.glyptodon.guacamole.protocol;
|
||||
package org.apache.guacamole.protocol;
|
||||
|
||||
import java.io.StringReader;
|
||||
import org.glyptodon.guacamole.GuacamoleException;
|
||||
import org.glyptodon.guacamole.io.GuacamoleReader;
|
||||
import org.glyptodon.guacamole.io.ReaderGuacamoleReader;
|
||||
import org.apache.guacamole.GuacamoleException;
|
||||
import org.apache.guacamole.io.GuacamoleReader;
|
||||
import org.apache.guacamole.io.ReaderGuacamoleReader;
|
||||
import static org.junit.Assert.*;
|
||||
import org.junit.Test;
|
||||
|
@@ -20,12 +20,12 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
package org.glyptodon.guacamole.protocol;
|
||||
package org.apache.guacamole.protocol;
|
||||
|
||||
import java.io.StringWriter;
|
||||
import org.glyptodon.guacamole.GuacamoleException;
|
||||
import org.glyptodon.guacamole.io.GuacamoleWriter;
|
||||
import org.glyptodon.guacamole.io.WriterGuacamoleWriter;
|
||||
import org.apache.guacamole.GuacamoleException;
|
||||
import org.apache.guacamole.io.GuacamoleWriter;
|
||||
import org.apache.guacamole.io.WriterGuacamoleWriter;
|
||||
import static org.junit.Assert.*;
|
||||
import org.junit.Test;
|
||||
|
@@ -20,9 +20,9 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
package org.glyptodon.guacamole.protocol;
|
||||
package org.apache.guacamole.protocol;
|
||||
|
||||
import org.glyptodon.guacamole.GuacamoleException;
|
||||
import org.apache.guacamole.GuacamoleException;
|
||||
import static org.junit.Assert.*;
|
||||
import org.junit.Test;
|
||||
|
Reference in New Issue
Block a user