Remove central guac-dev repo reference. Refactor net.sourceforge.guacamole to org.glyptodon.guacamole. Extensions are remaining with their classes in net.sourceforge.guacamole for compatibility's sake until we have a better system for extensions.

This commit is contained in:
Michael Jumper
2013-08-25 13:39:00 -07:00
parent 4352e6d444
commit 5912ea402d
165 changed files with 652 additions and 710 deletions

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.net.auth;
package org.glyptodon.guacamole.net.auth;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
@@ -37,7 +37,7 @@ package net.sourceforge.guacamole.net.auth;
*
* ***** END LICENSE BLOCK ***** */
import net.sourceforge.guacamole.protocol.GuacamoleConfiguration;
import org.glyptodon.guacamole.protocol.GuacamoleConfiguration;
/**

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.net.auth;
package org.glyptodon.guacamole.net.auth;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.net.auth;
package org.glyptodon.guacamole.net.auth;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.net.auth;
package org.glyptodon.guacamole.net.auth;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
@@ -37,7 +37,7 @@ package net.sourceforge.guacamole.net.auth;
*
* ***** END LICENSE BLOCK ***** */
import net.sourceforge.guacamole.GuacamoleException;
import org.glyptodon.guacamole.GuacamoleException;
/**

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.net.auth;
package org.glyptodon.guacamole.net.auth;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
@@ -38,10 +38,10 @@ package net.sourceforge.guacamole.net.auth;
* ***** END LICENSE BLOCK ***** */
import java.util.List;
import net.sourceforge.guacamole.GuacamoleException;
import net.sourceforge.guacamole.net.GuacamoleSocket;
import net.sourceforge.guacamole.protocol.GuacamoleClientInformation;
import net.sourceforge.guacamole.protocol.GuacamoleConfiguration;
import org.glyptodon.guacamole.GuacamoleException;
import org.glyptodon.guacamole.net.GuacamoleSocket;
import org.glyptodon.guacamole.protocol.GuacamoleClientInformation;
import org.glyptodon.guacamole.protocol.GuacamoleConfiguration;
/**

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.net.auth;
package org.glyptodon.guacamole.net.auth;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
@@ -37,9 +37,9 @@ package net.sourceforge.guacamole.net.auth;
*
* ***** END LICENSE BLOCK ***** */
import net.sourceforge.guacamole.GuacamoleException;
import net.sourceforge.guacamole.net.GuacamoleSocket;
import net.sourceforge.guacamole.protocol.GuacamoleClientInformation;
import org.glyptodon.guacamole.GuacamoleException;
import org.glyptodon.guacamole.net.GuacamoleSocket;
import org.glyptodon.guacamole.protocol.GuacamoleClientInformation;
/**

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.net.auth;
package org.glyptodon.guacamole.net.auth;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1

View File

@@ -1,4 +1,4 @@
package net.sourceforge.guacamole.net.auth;
package org.glyptodon.guacamole.net.auth;
import java.io.Serializable;
import javax.servlet.http.HttpServletRequest;

View File

@@ -1,4 +1,4 @@
package net.sourceforge.guacamole.net.auth;
package org.glyptodon.guacamole.net.auth;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
@@ -37,7 +37,7 @@ package net.sourceforge.guacamole.net.auth;
* ***** END LICENSE BLOCK ***** */
import java.util.Set;
import net.sourceforge.guacamole.GuacamoleException;
import org.glyptodon.guacamole.GuacamoleException;
/**

View File

@@ -1,9 +1,9 @@
package net.sourceforge.guacamole.net.auth;
package org.glyptodon.guacamole.net.auth;
import java.util.Set;
import net.sourceforge.guacamole.GuacamoleException;
import net.sourceforge.guacamole.net.auth.permission.Permission;
import org.glyptodon.guacamole.GuacamoleException;
import org.glyptodon.guacamole.net.auth.permission.Permission;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.net.auth;
package org.glyptodon.guacamole.net.auth;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
@@ -37,7 +37,7 @@ package net.sourceforge.guacamole.net.auth;
*
* ***** END LICENSE BLOCK ***** */
import net.sourceforge.guacamole.GuacamoleException;
import org.glyptodon.guacamole.GuacamoleException;
/**
* The context of an active user. The functions of this class enforce all

View File

@@ -3,5 +3,5 @@
* Provides classes which can be used to extend or replace the authentication
* functionality of the Guacamole web application.
*/
package net.sourceforge.guacamole.net.auth;
package org.glyptodon.guacamole.net.auth;

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.net.auth.permission;
package org.glyptodon.guacamole.net.auth.permission;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.net.auth.permission;
package org.glyptodon.guacamole.net.auth.permission;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.net.auth.permission;
package org.glyptodon.guacamole.net.auth.permission;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.net.auth.permission;
package org.glyptodon.guacamole.net.auth.permission;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.net.auth.permission;
package org.glyptodon.guacamole.net.auth.permission;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.net.auth.permission;
package org.glyptodon.guacamole.net.auth.permission;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1

View File

@@ -3,5 +3,5 @@
* Provides classes which describe the various permissions a Guacamole user
* can be granted.
*/
package net.sourceforge.guacamole.net.auth.permission;
package org.glyptodon.guacamole.net.auth.permission;

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.net.auth.simple;
package org.glyptodon.guacamole.net.auth.simple;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
@@ -38,11 +38,11 @@ package net.sourceforge.guacamole.net.auth.simple;
* ***** END LICENSE BLOCK ***** */
import java.util.Map;
import net.sourceforge.guacamole.GuacamoleException;
import net.sourceforge.guacamole.net.auth.AuthenticationProvider;
import net.sourceforge.guacamole.net.auth.Credentials;
import net.sourceforge.guacamole.net.auth.UserContext;
import net.sourceforge.guacamole.protocol.GuacamoleConfiguration;
import org.glyptodon.guacamole.GuacamoleException;
import org.glyptodon.guacamole.net.auth.AuthenticationProvider;
import org.glyptodon.guacamole.net.auth.Credentials;
import org.glyptodon.guacamole.net.auth.UserContext;
import org.glyptodon.guacamole.protocol.GuacamoleConfiguration;
/**

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.net.auth.simple;
package org.glyptodon.guacamole.net.auth.simple;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
@@ -39,16 +39,16 @@ package net.sourceforge.guacamole.net.auth.simple;
import java.util.Collections;
import java.util.List;
import net.sourceforge.guacamole.GuacamoleException;
import net.sourceforge.guacamole.net.GuacamoleSocket;
import net.sourceforge.guacamole.net.InetGuacamoleSocket;
import net.sourceforge.guacamole.net.SSLGuacamoleSocket;
import net.sourceforge.guacamole.net.auth.AbstractConnection;
import net.sourceforge.guacamole.net.auth.ConnectionRecord;
import net.sourceforge.guacamole.properties.GuacamoleProperties;
import net.sourceforge.guacamole.protocol.ConfiguredGuacamoleSocket;
import net.sourceforge.guacamole.protocol.GuacamoleClientInformation;
import net.sourceforge.guacamole.protocol.GuacamoleConfiguration;
import org.glyptodon.guacamole.GuacamoleException;
import org.glyptodon.guacamole.net.GuacamoleSocket;
import org.glyptodon.guacamole.net.InetGuacamoleSocket;
import org.glyptodon.guacamole.net.SSLGuacamoleSocket;
import org.glyptodon.guacamole.net.auth.AbstractConnection;
import org.glyptodon.guacamole.net.auth.ConnectionRecord;
import org.glyptodon.guacamole.properties.GuacamoleProperties;
import org.glyptodon.guacamole.protocol.ConfiguredGuacamoleSocket;
import org.glyptodon.guacamole.protocol.GuacamoleClientInformation;
import org.glyptodon.guacamole.protocol.GuacamoleConfiguration;
/**

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.net.auth.simple;
package org.glyptodon.guacamole.net.auth.simple;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
@@ -41,11 +41,11 @@ import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import net.sourceforge.guacamole.GuacamoleException;
import net.sourceforge.guacamole.GuacamoleSecurityException;
import net.sourceforge.guacamole.net.auth.Connection;
import net.sourceforge.guacamole.net.auth.Directory;
import net.sourceforge.guacamole.protocol.GuacamoleConfiguration;
import org.glyptodon.guacamole.GuacamoleException;
import org.glyptodon.guacamole.GuacamoleSecurityException;
import org.glyptodon.guacamole.net.auth.Connection;
import org.glyptodon.guacamole.net.auth.Directory;
import org.glyptodon.guacamole.protocol.GuacamoleConfiguration;
/**

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.net.auth.simple;
package org.glyptodon.guacamole.net.auth.simple;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
@@ -37,14 +37,14 @@ package net.sourceforge.guacamole.net.auth.simple;
*
* ***** END LICENSE BLOCK ***** */
import net.sourceforge.guacamole.GuacamoleException;
import net.sourceforge.guacamole.GuacamoleSecurityException;
import net.sourceforge.guacamole.net.GuacamoleSocket;
import net.sourceforge.guacamole.net.auth.AbstractConnectionGroup;
import net.sourceforge.guacamole.net.auth.Connection;
import net.sourceforge.guacamole.net.auth.ConnectionGroup;
import net.sourceforge.guacamole.net.auth.Directory;
import net.sourceforge.guacamole.protocol.GuacamoleClientInformation;
import org.glyptodon.guacamole.GuacamoleException;
import org.glyptodon.guacamole.GuacamoleSecurityException;
import org.glyptodon.guacamole.net.GuacamoleSocket;
import org.glyptodon.guacamole.net.auth.AbstractConnectionGroup;
import org.glyptodon.guacamole.net.auth.Connection;
import org.glyptodon.guacamole.net.auth.ConnectionGroup;
import org.glyptodon.guacamole.net.auth.Directory;
import org.glyptodon.guacamole.protocol.GuacamoleClientInformation;
/**

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.net.auth.simple;
package org.glyptodon.guacamole.net.auth.simple;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
@@ -41,10 +41,10 @@ import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import net.sourceforge.guacamole.GuacamoleException;
import net.sourceforge.guacamole.GuacamoleSecurityException;
import net.sourceforge.guacamole.net.auth.ConnectionGroup;
import net.sourceforge.guacamole.net.auth.Directory;
import org.glyptodon.guacamole.GuacamoleException;
import org.glyptodon.guacamole.GuacamoleSecurityException;
import org.glyptodon.guacamole.net.auth.ConnectionGroup;
import org.glyptodon.guacamole.net.auth.Directory;
/**

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.net.auth.simple;
package org.glyptodon.guacamole.net.auth.simple;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
@@ -41,15 +41,15 @@ import java.util.Collection;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import net.sourceforge.guacamole.GuacamoleException;
import net.sourceforge.guacamole.GuacamoleSecurityException;
import net.sourceforge.guacamole.net.auth.AbstractUser;
import net.sourceforge.guacamole.net.auth.ConnectionGroup;
import net.sourceforge.guacamole.net.auth.permission.ConnectionGroupPermission;
import net.sourceforge.guacamole.net.auth.permission.ConnectionPermission;
import net.sourceforge.guacamole.net.auth.permission.ObjectPermission;
import net.sourceforge.guacamole.net.auth.permission.Permission;
import net.sourceforge.guacamole.protocol.GuacamoleConfiguration;
import org.glyptodon.guacamole.GuacamoleException;
import org.glyptodon.guacamole.GuacamoleSecurityException;
import org.glyptodon.guacamole.net.auth.AbstractUser;
import org.glyptodon.guacamole.net.auth.ConnectionGroup;
import org.glyptodon.guacamole.net.auth.permission.ConnectionGroupPermission;
import org.glyptodon.guacamole.net.auth.permission.ConnectionPermission;
import org.glyptodon.guacamole.net.auth.permission.ObjectPermission;
import org.glyptodon.guacamole.net.auth.permission.Permission;
import org.glyptodon.guacamole.protocol.GuacamoleConfiguration;
/**

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.net.auth.simple;
package org.glyptodon.guacamole.net.auth.simple;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
@@ -39,12 +39,12 @@ package net.sourceforge.guacamole.net.auth.simple;
import java.util.Collections;
import java.util.Map;
import net.sourceforge.guacamole.GuacamoleException;
import net.sourceforge.guacamole.net.auth.ConnectionGroup;
import net.sourceforge.guacamole.net.auth.Directory;
import net.sourceforge.guacamole.net.auth.User;
import net.sourceforge.guacamole.net.auth.UserContext;
import net.sourceforge.guacamole.protocol.GuacamoleConfiguration;
import org.glyptodon.guacamole.GuacamoleException;
import org.glyptodon.guacamole.net.auth.ConnectionGroup;
import org.glyptodon.guacamole.net.auth.Directory;
import org.glyptodon.guacamole.net.auth.User;
import org.glyptodon.guacamole.net.auth.UserContext;
import org.glyptodon.guacamole.protocol.GuacamoleConfiguration;
/**
* An extremely simple UserContext implementation which provides access to

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.net.auth.simple;
package org.glyptodon.guacamole.net.auth.simple;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
@@ -39,10 +39,10 @@ package net.sourceforge.guacamole.net.auth.simple;
import java.util.Collections;
import java.util.Set;
import net.sourceforge.guacamole.GuacamoleException;
import net.sourceforge.guacamole.GuacamoleSecurityException;
import net.sourceforge.guacamole.net.auth.Directory;
import net.sourceforge.guacamole.net.auth.User;
import org.glyptodon.guacamole.GuacamoleException;
import org.glyptodon.guacamole.GuacamoleSecurityException;
import org.glyptodon.guacamole.net.auth.Directory;
import org.glyptodon.guacamole.net.auth.User;
/**

View File

@@ -4,5 +4,5 @@
* simple AuthenticationProviders in the same way allowed by the old
* authentication API.
*/
package net.sourceforge.guacamole.net.auth.simple;
package org.glyptodon.guacamole.net.auth.simple;

View File

@@ -1,6 +1,6 @@
package net.sourceforge.guacamole.net.event;
package org.glyptodon.guacamole.net.event;
import net.sourceforge.guacamole.net.auth.Credentials;
import org.glyptodon.guacamole.net.auth.Credentials;
/**
* An event which is triggered whenever a user's credentials fail to be

View File

@@ -1,7 +1,7 @@
package net.sourceforge.guacamole.net.event;
package org.glyptodon.guacamole.net.event;
import net.sourceforge.guacamole.net.auth.Credentials;
import net.sourceforge.guacamole.net.auth.UserContext;
import org.glyptodon.guacamole.net.auth.Credentials;
import org.glyptodon.guacamole.net.auth.UserContext;
/**
* An event which is triggered whenever a user's credentials pass

View File

@@ -1,6 +1,6 @@
package net.sourceforge.guacamole.net.event;
package org.glyptodon.guacamole.net.event;
import net.sourceforge.guacamole.net.auth.Credentials;
import org.glyptodon.guacamole.net.auth.Credentials;
/**
* Abstract basis for events which may have associated user credentials when

View File

@@ -1,8 +1,8 @@
package net.sourceforge.guacamole.net.event;
package org.glyptodon.guacamole.net.event;
import net.sourceforge.guacamole.net.GuacamoleTunnel;
import net.sourceforge.guacamole.net.auth.Credentials;
import net.sourceforge.guacamole.net.auth.UserContext;
import org.glyptodon.guacamole.net.GuacamoleTunnel;
import org.glyptodon.guacamole.net.auth.Credentials;
import org.glyptodon.guacamole.net.auth.UserContext;
/**
* An event which is triggered whenever a tunnel is being closed. The tunnel

View File

@@ -1,8 +1,8 @@
package net.sourceforge.guacamole.net.event;
package org.glyptodon.guacamole.net.event;
import net.sourceforge.guacamole.net.GuacamoleTunnel;
import net.sourceforge.guacamole.net.auth.Credentials;
import net.sourceforge.guacamole.net.auth.UserContext;
import org.glyptodon.guacamole.net.GuacamoleTunnel;
import org.glyptodon.guacamole.net.auth.Credentials;
import org.glyptodon.guacamole.net.auth.UserContext;
/**
* An event which is triggered whenever a tunnel is being connected. The tunnel

View File

@@ -1,6 +1,6 @@
package net.sourceforge.guacamole.net.event;
package org.glyptodon.guacamole.net.event;
import net.sourceforge.guacamole.net.GuacamoleTunnel;
import org.glyptodon.guacamole.net.GuacamoleTunnel;
/**
* Abstract basis for events associated with tunnels.

View File

@@ -1,6 +1,6 @@
package net.sourceforge.guacamole.net.event;
package org.glyptodon.guacamole.net.event;
import net.sourceforge.guacamole.net.auth.UserContext;
import org.glyptodon.guacamole.net.auth.UserContext;
/**
* Abstract basis for events which may have an associated UserContext when

View File

@@ -1,7 +1,7 @@
package net.sourceforge.guacamole.net.event.listener;
package org.glyptodon.guacamole.net.event.listener;
import net.sourceforge.guacamole.GuacamoleException;
import net.sourceforge.guacamole.net.event.AuthenticationFailureEvent;
import org.glyptodon.guacamole.GuacamoleException;
import org.glyptodon.guacamole.net.event.AuthenticationFailureEvent;
/**
* A listener whose authenticationFailed() hook will fire immediately

View File

@@ -1,7 +1,7 @@
package net.sourceforge.guacamole.net.event.listener;
package org.glyptodon.guacamole.net.event.listener;
import net.sourceforge.guacamole.GuacamoleException;
import net.sourceforge.guacamole.net.event.AuthenticationSuccessEvent;
import org.glyptodon.guacamole.GuacamoleException;
import org.glyptodon.guacamole.net.event.AuthenticationSuccessEvent;
/**
* A listener whose hooks will fire immediately before and after a user's

View File

@@ -1,7 +1,7 @@
package net.sourceforge.guacamole.net.event.listener;
package org.glyptodon.guacamole.net.event.listener;
import net.sourceforge.guacamole.GuacamoleException;
import net.sourceforge.guacamole.net.event.TunnelCloseEvent;
import org.glyptodon.guacamole.GuacamoleException;
import org.glyptodon.guacamole.net.event.TunnelCloseEvent;
/**
* A listener whose tunnelClosed() hook will fire immediately after an

View File

@@ -1,7 +1,7 @@
package net.sourceforge.guacamole.net.event.listener;
package org.glyptodon.guacamole.net.event.listener;
import net.sourceforge.guacamole.GuacamoleException;
import net.sourceforge.guacamole.net.event.TunnelConnectEvent;
import org.glyptodon.guacamole.GuacamoleException;
import org.glyptodon.guacamole.net.event.TunnelConnectEvent;
/**
* A listener whose tunnelConnected() hook will fire immediately after a new

View File

@@ -6,5 +6,5 @@
* in some cases, prevent the web application from allowing the
* event to continue for the user that triggered it.
*/
package net.sourceforge.guacamole.net.event.listener;
package org.glyptodon.guacamole.net.event.listener;

View File

@@ -5,7 +5,7 @@
* These event classes are most useful when used with hooks implemented
* using listener classes.
*
* @see net.sourceforge.guacamole.net.event.listener
* @see org.glyptodon.guacamole.net.event.listener
*/
package net.sourceforge.guacamole.net.event;
package org.glyptodon.guacamole.net.event;

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.properties;
package org.glyptodon.guacamole.properties;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
@@ -37,8 +37,8 @@ package net.sourceforge.guacamole.properties;
*
* ***** END LICENSE BLOCK ***** */
import net.sourceforge.guacamole.GuacamoleException;
import net.sourceforge.guacamole.GuacamoleServerException;
import org.glyptodon.guacamole.GuacamoleException;
import org.glyptodon.guacamole.GuacamoleServerException;
/**
* A GuacamoleProperty whose value is an boolean. Legal true values are "true",

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.properties;
package org.glyptodon.guacamole.properties;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
@@ -38,7 +38,7 @@ package net.sourceforge.guacamole.properties;
* ***** END LICENSE BLOCK ***** */
import java.io.File;
import net.sourceforge.guacamole.GuacamoleException;
import org.glyptodon.guacamole.GuacamoleException;
/**
* A GuacamoleProperty whose value is a filename.

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.properties;
package org.glyptodon.guacamole.properties;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.properties;
package org.glyptodon.guacamole.properties;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
@@ -42,8 +42,8 @@ import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.Properties;
import net.sourceforge.guacamole.GuacamoleException;
import net.sourceforge.guacamole.GuacamoleServerException;
import org.glyptodon.guacamole.GuacamoleException;
import org.glyptodon.guacamole.GuacamoleServerException;
/**
* Simple utility class for reading properties from the guacamole.properties

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.properties;
package org.glyptodon.guacamole.properties;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
@@ -37,7 +37,7 @@ package net.sourceforge.guacamole.properties;
*
* ***** END LICENSE BLOCK ***** */
import net.sourceforge.guacamole.GuacamoleException;
import org.glyptodon.guacamole.GuacamoleException;
/**
* An abstract representation of a property in the guacamole.properties file,

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.properties;
package org.glyptodon.guacamole.properties;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
@@ -37,8 +37,8 @@ package net.sourceforge.guacamole.properties;
*
* ***** END LICENSE BLOCK ***** */
import net.sourceforge.guacamole.GuacamoleException;
import net.sourceforge.guacamole.GuacamoleServerException;
import org.glyptodon.guacamole.GuacamoleException;
import org.glyptodon.guacamole.GuacamoleServerException;
/**
* A GuacamoleProperty whose value is an integer.

View File

@@ -1,5 +1,5 @@
package net.sourceforge.guacamole.properties;
package org.glyptodon.guacamole.properties;
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
@@ -37,7 +37,7 @@ package net.sourceforge.guacamole.properties;
*
* ***** END LICENSE BLOCK ***** */
import net.sourceforge.guacamole.GuacamoleException;
import org.glyptodon.guacamole.GuacamoleException;
/**
* A GuacamoleProperty whose value is a simple string.

View File

@@ -3,5 +3,5 @@
* Provides classes for reading properties from the web-application-wide
* guacamole.properties file.
*/
package net.sourceforge.guacamole.properties;
package org.glyptodon.guacamole.properties;