You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jc...@apache.org on 2007/04/10 18:04:44 UTC

svn commit: r527171 - in /incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src: main/java/ main/java/org/ main/java/org/apache/ main/java/org/apache/wicket/ main/java/org/apache/wicket/jmx/ main/java/wicket/ test/java/wicket/util/license/

Author: jcompagner
Date: Tue Apr 10 09:04:41 2007
New Revision: 527171

URL: http://svn.apache.org/viewvc?view=rev&rev=527171
Log:
org.apache.wicket rename

Added:
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/
      - copied from r527094, incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/wicket/jmx/
Removed:
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/wicket/
Modified:
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Application.java
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationMBean.java
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationSettings.java
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationSettingsMBean.java
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/CookieValuePersisterSettings.java
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/CookieValuePersisterSettingsMBean.java
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/DebugSettings.java
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/DebugSettingsMBean.java
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Initializer.java
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/MarkupSettings.java
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/MarkupSettingsMBean.java
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/PageSettings.java
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/PageSettingsMBean.java
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestCycleSettings.java
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestCycleSettingsMBean.java
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestLogger.java
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestLoggerMBean.java
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ResourceSettings.java
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ResourceSettingsMBean.java
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/SecuritySettings.java
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/SecuritySettingsMBean.java
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/SessionSettings.java
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/SessionSettingsMBean.java
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Stringz.java
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/wicket.properties
    incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/test/java/wicket/util/license/ApacheLicenceHeaderTest.java

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Application.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Application.java?view=diff&rev=527171&r1=527094&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Application.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Application.java Tue Apr 10 09:04:41 2007
@@ -14,15 +14,16 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.jmx;
+package org.apache.wicket.jmx;
 
 import java.io.IOException;
 
-import wicket.protocol.http.WebApplication;
-import wicket.request.IRequestCodingStrategy;
-import wicket.request.IRequestTargetMountsInfo;
-import wicket.request.target.coding.IMountableRequestTargetUrlCodingStrategy;
-import wicket.request.target.coding.IRequestTargetUrlCodingStrategy;
+import org.apache.wicket.protocol.http.WebApplication;
+import org.apache.wicket.request.IRequestCodingStrategy;
+import org.apache.wicket.request.IRequestTargetMountsInfo;
+import org.apache.wicket.request.target.coding.IMountableRequestTargetUrlCodingStrategy;
+import org.apache.wicket.request.target.coding.IRequestTargetUrlCodingStrategy;
+
 
 /**
  * Exposes Application related functionality for JMX.
@@ -31,7 +32,7 @@
  */
 public class Application implements ApplicationMBean
 {
-	private final wicket.Application application;
+	private final org.apache.wicket.Application application;
 
 	private final WebApplication webApplication;
 
@@ -40,7 +41,7 @@
 	 * 
 	 * @param application
 	 */
-	public Application(wicket.Application application)
+	public Application(org.apache.wicket.Application application)
 	{
 		this.application = application;
 
@@ -56,7 +57,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.ApplicationMBean#clearMarkupCache()
+	 * @see org.apache.wicket.jmx.ApplicationMBean#clearMarkupCache()
 	 */
 	public void clearMarkupCache() throws IOException
 	{
@@ -64,7 +65,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.ApplicationMBean#getApplicationClass()
+	 * @see org.apache.wicket.jmx.ApplicationMBean#getApplicationClass()
 	 */
 	public String getApplicationClass() throws IOException
 	{
@@ -72,7 +73,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.ApplicationMBean#getConfigurationType()
+	 * @see org.apache.wicket.jmx.ApplicationMBean#getConfigurationType()
 	 */
 	public String getConfigurationType()
 	{
@@ -80,7 +81,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.ApplicationMBean#getHomePageClass()
+	 * @see org.apache.wicket.jmx.ApplicationMBean#getHomePageClass()
 	 */
 	public String getHomePageClass() throws IOException
 	{
@@ -88,7 +89,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.ApplicationMBean#getMarkupCacheSize()
+	 * @see org.apache.wicket.jmx.ApplicationMBean#getMarkupCacheSize()
 	 */
 	public int getMarkupCacheSize() throws IOException
 	{
@@ -96,7 +97,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.ApplicationMBean#getMounts()
+	 * @see org.apache.wicket.jmx.ApplicationMBean#getMounts()
 	 */
 	public String[] getMounts() throws IOException
 	{
@@ -131,7 +132,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.ApplicationMBean#getWicketVersion()
+	 * @see org.apache.wicket.jmx.ApplicationMBean#getWicketVersion()
 	 */
 	public String getWicketVersion() throws IOException
 	{

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationMBean.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationMBean.java?view=diff&rev=527171&r1=527094&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationMBean.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationMBean.java Tue Apr 10 09:04:41 2007
@@ -14,11 +14,12 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.jmx;
+package org.apache.wicket.jmx;
 
 import java.io.IOException;
 
-import wicket.Application;
+import org.apache.wicket.Application;
+
 
 /**
  * MBean interface for exposing application related information and
@@ -45,7 +46,7 @@
 	String getApplicationClass() throws IOException;
 
 	/**
-	 * The configuration type, either {@link wicket.Application#DEVELOPMENT} or
+	 * The configuration type, either {@link org.apache.wicket.Application#DEVELOPMENT} or
 	 * {@link Application#DEPLOYMENT}.
 	 * 
 	 * @return The configuration type
@@ -80,7 +81,7 @@
 	 * Gets the Wicket version. The Wicket version is in the same format as the
 	 * version element in the pom.xml file (project descriptor). The version is
 	 * generated by maven in the build/release cycle and put in the
-	 * wicket.properties file located in the root folder of the Wicket jar.
+	 * org.apache.wicket.properties file located in the root folder of the Wicket jar.
 	 * 
 	 * The version usually follows one of the following formats:
 	 * <ul>

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationSettings.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationSettings.java?view=diff&rev=527171&r1=527094&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationSettings.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationSettings.java Tue Apr 10 09:04:41 2007
@@ -14,9 +14,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.jmx;
+package org.apache.wicket.jmx;
 
-import wicket.util.lang.Classes;
+import org.apache.wicket.util.lang.Classes;
 
 /**
  * Exposes Application related functionality for JMX.
@@ -25,20 +25,20 @@
  */
 public class ApplicationSettings implements ApplicationSettingsMBean
 {
-	private final wicket.Application application;
+	private final org.apache.wicket.Application application;
 
 	/**
 	 * Create.
 	 * 
 	 * @param application
 	 */
-	public ApplicationSettings(wicket.Application application)
+	public ApplicationSettings(org.apache.wicket.Application application)
 	{
 		this.application = application;
 	}
 
 	/**
-	 * @see wicket.jmx.ApplicationSettingsMBean#getAccessDeniedPage()
+	 * @see org.apache.wicket.jmx.ApplicationSettingsMBean#getAccessDeniedPage()
 	 */
 	public String getAccessDeniedPage()
 	{
@@ -46,7 +46,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.ApplicationSettingsMBean#getClassResolver()
+	 * @see org.apache.wicket.jmx.ApplicationSettingsMBean#getClassResolver()
 	 */
 	public String getClassResolver()
 	{
@@ -54,7 +54,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.ApplicationSettingsMBean#getContextPath()
+	 * @see org.apache.wicket.jmx.ApplicationSettingsMBean#getContextPath()
 	 */
 	public String getContextPath()
 	{
@@ -62,7 +62,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.ApplicationSettingsMBean#getConverterFactory()
+	 * @see org.apache.wicket.jmx.ApplicationSettingsMBean#getConverterFactory()
 	 */
 	public String getConverterLocatorFactory()
 	{
@@ -70,7 +70,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.ApplicationSettingsMBean#getInternalErrorPage()
+	 * @see org.apache.wicket.jmx.ApplicationSettingsMBean#getInternalErrorPage()
 	 */
 	public String getInternalErrorPage()
 	{
@@ -78,7 +78,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.ApplicationSettingsMBean#getPageExpiredErrorPage()
+	 * @see org.apache.wicket.jmx.ApplicationSettingsMBean#getPageExpiredErrorPage()
 	 */
 	public String getPageExpiredErrorPage()
 	{
@@ -86,7 +86,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.ApplicationSettingsMBean#getUnexpectedExceptionDisplay()
+	 * @see org.apache.wicket.jmx.ApplicationSettingsMBean#getUnexpectedExceptionDisplay()
 	 */
 	@SuppressWarnings("deprecation")
 	public String getUnexpectedExceptionDisplay()

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationSettingsMBean.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationSettingsMBean.java?view=diff&rev=527171&r1=527094&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationSettingsMBean.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationSettingsMBean.java Tue Apr 10 09:04:41 2007
@@ -14,9 +14,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.jmx;
+package org.apache.wicket.jmx;
 
-import wicket.settings.IApplicationSettings;
+import org.apache.wicket.settings.IApplicationSettings;
 
 /**
  * Application settings.

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/CookieValuePersisterSettings.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/CookieValuePersisterSettings.java?view=diff&rev=527171&r1=527094&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/CookieValuePersisterSettings.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/CookieValuePersisterSettings.java Tue Apr 10 09:04:41 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.jmx;
+package org.apache.wicket.jmx;
 
 /**
  * Exposes Application related functionality for JMX.
@@ -23,20 +23,20 @@
  */
 public class CookieValuePersisterSettings implements CookieValuePersisterSettingsMBean
 {
-	private final wicket.Application application;
+	private final org.apache.wicket.Application application;
 
 	/**
 	 * Create.
 	 * 
 	 * @param application
 	 */
-	public CookieValuePersisterSettings(wicket.Application application)
+	public CookieValuePersisterSettings(org.apache.wicket.Application application)
 	{
 		this.application = application;
 	}
 
 	/**
-	 * @see wicket.jmx.CookieValuePersisterSettingsMBean#getComment()
+	 * @see org.apache.wicket.jmx.CookieValuePersisterSettingsMBean#getComment()
 	 */
 	public String getComment()
 	{
@@ -44,7 +44,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.CookieValuePersisterSettingsMBean#getDomain()
+	 * @see org.apache.wicket.jmx.CookieValuePersisterSettingsMBean#getDomain()
 	 */
 	public String getDomain()
 	{
@@ -52,7 +52,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.CookieValuePersisterSettingsMBean#getMaxAge()
+	 * @see org.apache.wicket.jmx.CookieValuePersisterSettingsMBean#getMaxAge()
 	 */
 	public int getMaxAge()
 	{
@@ -60,7 +60,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.CookieValuePersisterSettingsMBean#getSecure()
+	 * @see org.apache.wicket.jmx.CookieValuePersisterSettingsMBean#getSecure()
 	 */
 	public boolean getSecure()
 	{
@@ -68,7 +68,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.CookieValuePersisterSettingsMBean#getVersion()
+	 * @see org.apache.wicket.jmx.CookieValuePersisterSettingsMBean#getVersion()
 	 */
 	public int getVersion()
 	{
@@ -76,7 +76,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.CookieValuePersisterSettingsMBean#setComment(java.lang.String)
+	 * @see org.apache.wicket.jmx.CookieValuePersisterSettingsMBean#setComment(java.lang.String)
 	 */
 	public void setComment(String comment)
 	{
@@ -84,7 +84,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.CookieValuePersisterSettingsMBean#setDomain(java.lang.String)
+	 * @see org.apache.wicket.jmx.CookieValuePersisterSettingsMBean#setDomain(java.lang.String)
 	 */
 	public void setDomain(String domain)
 	{
@@ -92,7 +92,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.CookieValuePersisterSettingsMBean#setMaxAge(int)
+	 * @see org.apache.wicket.jmx.CookieValuePersisterSettingsMBean#setMaxAge(int)
 	 */
 	public void setMaxAge(int maxAge)
 	{
@@ -100,7 +100,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.CookieValuePersisterSettingsMBean#setSecure(boolean)
+	 * @see org.apache.wicket.jmx.CookieValuePersisterSettingsMBean#setSecure(boolean)
 	 */
 	public void setSecure(boolean secure)
 	{
@@ -108,7 +108,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.CookieValuePersisterSettingsMBean#setVersion(int)
+	 * @see org.apache.wicket.jmx.CookieValuePersisterSettingsMBean#setVersion(int)
 	 */
 	public void setVersion(int version)
 	{

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/CookieValuePersisterSettingsMBean.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/CookieValuePersisterSettingsMBean.java?view=diff&rev=527171&r1=527094&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/CookieValuePersisterSettingsMBean.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/CookieValuePersisterSettingsMBean.java Tue Apr 10 09:04:41 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.jmx;
+package org.apache.wicket.jmx;
 
 /**
  * Cookie persister settings.

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/DebugSettings.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/DebugSettings.java?view=diff&rev=527171&r1=527094&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/DebugSettings.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/DebugSettings.java Tue Apr 10 09:04:41 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.jmx;
+package org.apache.wicket.jmx;
 
 /**
  * Exposes Application related functionality for JMX.
@@ -22,40 +22,40 @@
  * @author eelcohillenius
  */
 public class DebugSettings implements DebugSettingsMBean {
-	private final wicket.Application application;
+	private final org.apache.wicket.Application application;
 
 	/**
 	 * Create.
 	 * 
 	 * @param application
 	 */
-	public DebugSettings(wicket.Application application) {
+	public DebugSettings(org.apache.wicket.Application application) {
 		this.application = application;
 	}
 
 	/**
-	 * @see wicket.jmx.DebugSettingsMBean#getComponentUseCheck()
+	 * @see org.apache.wicket.jmx.DebugSettingsMBean#getComponentUseCheck()
 	 */
 	public boolean getComponentUseCheck() {
 		return application.getDebugSettings().getComponentUseCheck();
 	}
 
 	/**
-	 * @see wicket.jmx.DebugSettingsMBean#isAjaxDebugModeEnabled()
+	 * @see org.apache.wicket.jmx.DebugSettingsMBean#isAjaxDebugModeEnabled()
 	 */
 	public boolean isAjaxDebugModeEnabled() {
 		return application.getDebugSettings().isAjaxDebugModeEnabled();
 	}
 
 	/**
-	 * @see wicket.jmx.DebugSettingsMBean#setAjaxDebugModeEnabled(boolean)
+	 * @see org.apache.wicket.jmx.DebugSettingsMBean#setAjaxDebugModeEnabled(boolean)
 	 */
 	public void setAjaxDebugModeEnabled(boolean enable) {
 		application.getDebugSettings().setAjaxDebugModeEnabled(enable);
 	}
 
 	/**
-	 * @see wicket.jmx.DebugSettingsMBean#setComponentUseCheck(boolean)
+	 * @see org.apache.wicket.jmx.DebugSettingsMBean#setComponentUseCheck(boolean)
 	 */
 	public void setComponentUseCheck(boolean check) {
 		application.getDebugSettings().setComponentUseCheck(check);

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/DebugSettingsMBean.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/DebugSettingsMBean.java?view=diff&rev=527171&r1=527094&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/DebugSettingsMBean.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/DebugSettingsMBean.java Tue Apr 10 09:04:41 2007
@@ -14,9 +14,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.jmx;
+package org.apache.wicket.jmx;
 
-import wicket.settings.IDebugSettings;
+import org.apache.wicket.settings.IDebugSettings;
 
 /**
  * Debug settings.

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Initializer.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Initializer.java?view=diff&rev=527171&r1=527094&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Initializer.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Initializer.java Tue Apr 10 09:04:41 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.jmx;
+package org.apache.wicket.jmx;
 
 import java.lang.management.ManagementFactory;
 import java.util.ArrayList;
@@ -31,18 +31,18 @@
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
+import org.apache.wicket.IDestroyer;
+import org.apache.wicket.IInitializer;
+import org.apache.wicket.WicketRuntimeException;
 
-import wicket.IDestroyer;
-import wicket.IInitializer;
-import wicket.WicketRuntimeException;
 
 /**
  * Registers Wicket's MBeans.
  * <p>
  * Users can specify the MBeanServer implementation in which to register the
- * MBeans by setting the <code>wicket.mbean.server.agentid</code> property to
+ * MBeans by setting the <code>org.apache.wicket.mbean.server.agentid</code> property to
  * the agent id of the MBeanServer implementation they want, or by setting
- * <code>wicket.mbean.server.class</code> to the mbean server class they want
+ * <code>org.apache.wicket.mbean.server.class</code> to the mbean server class they want
  * (if both are provided, and the agent id returns a server, that one is used).
  * This initializer will log an error when no mbean server with the provided
  * agent id can be found, and will then fall back to use the platform mbean
@@ -65,9 +65,9 @@
 	private List<ObjectName> registered = new ArrayList<ObjectName>();
 
 	/**
-	 * @see wicket.IDestroyer#destroy(wicket.Application)
+	 * @see org.apache.wicket.IDestroyer#destroy(org.apache.wicket.Application)
 	 */
-	public void destroy(wicket.Application application)
+	public void destroy(org.apache.wicket.Application application)
 	{
 		for (ObjectName objectName : registered)
 		{
@@ -87,16 +87,16 @@
 	}
 
 	/**
-	 * @see wicket.IInitializer#init(wicket.Application)
+	 * @see org.apache.wicket.IInitializer#init(org.apache.wicket.Application)
 	 */
 	@SuppressWarnings("unchecked")
-	public void init(wicket.Application application)
+	public void init(org.apache.wicket.Application application)
 	{
 		try
 		{
 			String name = application.getName();
 
-			String agentId = System.getProperty("wicket.mbean.server.agentid");
+			String agentId = System.getProperty("org.apache.wicket.mbean.server.agentid");
 			if (agentId != null)
 			{
 				ArrayList<MBeanServer> mbeanServers = (ArrayList<MBeanServer>)MBeanServerFactory
@@ -112,7 +112,7 @@
 			}
 			if (mbeanServer == null)
 			{
-				String impl = System.getProperty("wicket.mbean.server.class");
+				String impl = System.getProperty("org.apache.wicket.mbean.server.class");
 				if (impl != null)
 				{
 					ArrayList<MBeanServer> mbeanServers = (ArrayList<MBeanServer>)MBeanServerFactory
@@ -145,7 +145,7 @@
 			// register top level application object, but first check whether
 			// multiple instances of the same application (name) are running and
 			// if so adjust the name
-			String domain = "wicket.app." + name;
+			String domain = "org.apache.wicket.app." + name;
 			ObjectName appBeanName = new ObjectName(domain + ":type=Application");
 			String tempDomain = domain;
 			int i = 0;

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/MarkupSettings.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/MarkupSettings.java?view=diff&rev=527171&r1=527094&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/MarkupSettings.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/MarkupSettings.java Tue Apr 10 09:04:41 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.jmx;
+package org.apache.wicket.jmx;
 
 
 /**
@@ -24,20 +24,20 @@
  */
 public class MarkupSettings implements MarkupSettingsMBean
 {
-	private final wicket.Application application;
+	private final org.apache.wicket.Application application;
 
 	/**
 	 * Create.
 	 * 
 	 * @param application
 	 */
-	public MarkupSettings(wicket.Application application)
+	public MarkupSettings(org.apache.wicket.Application application)
 	{
 		this.application = application;
 	}
 
 	/**
-	 * @see wicket.jmx.MarkupSettingsMBean#getAutomaticLinking()
+	 * @see org.apache.wicket.jmx.MarkupSettingsMBean#getAutomaticLinking()
 	 */
 	public boolean getAutomaticLinking()
 	{
@@ -45,7 +45,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.MarkupSettingsMBean#getCompressWhitespace()
+	 * @see org.apache.wicket.jmx.MarkupSettingsMBean#getCompressWhitespace()
 	 */
 	public boolean getCompressWhitespace()
 	{
@@ -53,7 +53,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.MarkupSettingsMBean#getDefaultAfterDisabledLink()
+	 * @see org.apache.wicket.jmx.MarkupSettingsMBean#getDefaultAfterDisabledLink()
 	 */
 	public String getDefaultAfterDisabledLink()
 	{
@@ -61,7 +61,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.MarkupSettingsMBean#getDefaultBeforeDisabledLink()
+	 * @see org.apache.wicket.jmx.MarkupSettingsMBean#getDefaultBeforeDisabledLink()
 	 */
 	public String getDefaultBeforeDisabledLink()
 	{
@@ -69,7 +69,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.MarkupSettingsMBean#getDefaultMarkupEncoding()
+	 * @see org.apache.wicket.jmx.MarkupSettingsMBean#getDefaultMarkupEncoding()
 	 */
 	public String getDefaultMarkupEncoding()
 	{
@@ -77,7 +77,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.MarkupSettingsMBean#getMarkupParserFactory()
+	 * @see org.apache.wicket.jmx.MarkupSettingsMBean#getMarkupParserFactory()
 	 */
 	public String getMarkupParserFactory()
 	{
@@ -85,7 +85,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.MarkupSettingsMBean#getStripComments()
+	 * @see org.apache.wicket.jmx.MarkupSettingsMBean#getStripComments()
 	 */
 	public boolean getStripComments()
 	{
@@ -93,7 +93,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.MarkupSettingsMBean#getStripWicketTags()
+	 * @see org.apache.wicket.jmx.MarkupSettingsMBean#getStripWicketTags()
 	 */
 	public boolean getStripWicketTags()
 	{
@@ -101,7 +101,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.MarkupSettingsMBean#getStripXmlDeclarationFromOutput()
+	 * @see org.apache.wicket.jmx.MarkupSettingsMBean#getStripXmlDeclarationFromOutput()
 	 */
 	public boolean getStripXmlDeclarationFromOutput()
 	{
@@ -109,7 +109,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.MarkupSettingsMBean#setAutomaticLinking(boolean)
+	 * @see org.apache.wicket.jmx.MarkupSettingsMBean#setAutomaticLinking(boolean)
 	 */
 	public void setAutomaticLinking(boolean automaticLinking)
 	{
@@ -117,7 +117,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.MarkupSettingsMBean#setCompressWhitespace(boolean)
+	 * @see org.apache.wicket.jmx.MarkupSettingsMBean#setCompressWhitespace(boolean)
 	 */
 	public void setCompressWhitespace(boolean compressWhitespace)
 	{
@@ -125,7 +125,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.MarkupSettingsMBean#setDefaultAfterDisabledLink(java.lang.String)
+	 * @see org.apache.wicket.jmx.MarkupSettingsMBean#setDefaultAfterDisabledLink(java.lang.String)
 	 */
 	public void setDefaultAfterDisabledLink(String defaultAfterDisabledLink)
 	{
@@ -133,7 +133,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.MarkupSettingsMBean#setDefaultBeforeDisabledLink(java.lang.String)
+	 * @see org.apache.wicket.jmx.MarkupSettingsMBean#setDefaultBeforeDisabledLink(java.lang.String)
 	 */
 	public void setDefaultBeforeDisabledLink(String defaultBeforeDisabledLink)
 	{
@@ -141,7 +141,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.MarkupSettingsMBean#setDefaultMarkupEncoding(java.lang.String)
+	 * @see org.apache.wicket.jmx.MarkupSettingsMBean#setDefaultMarkupEncoding(java.lang.String)
 	 */
 	public void setDefaultMarkupEncoding(String encoding)
 	{
@@ -149,7 +149,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.MarkupSettingsMBean#setStripComments(boolean)
+	 * @see org.apache.wicket.jmx.MarkupSettingsMBean#setStripComments(boolean)
 	 */
 	public void setStripComments(boolean stripComments)
 	{
@@ -157,7 +157,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.MarkupSettingsMBean#setStripWicketTags(boolean)
+	 * @see org.apache.wicket.jmx.MarkupSettingsMBean#setStripWicketTags(boolean)
 	 */
 	public void setStripWicketTags(boolean stripWicketTags)
 	{
@@ -165,7 +165,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.MarkupSettingsMBean#setStripXmlDeclarationFromOutput(boolean)
+	 * @see org.apache.wicket.jmx.MarkupSettingsMBean#setStripXmlDeclarationFromOutput(boolean)
 	 */
 	public void setStripXmlDeclarationFromOutput(boolean strip)
 	{

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/MarkupSettingsMBean.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/MarkupSettingsMBean.java?view=diff&rev=527171&r1=527094&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/MarkupSettingsMBean.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/MarkupSettingsMBean.java Tue Apr 10 09:04:41 2007
@@ -14,9 +14,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.jmx;
+package org.apache.wicket.jmx;
 
-import wicket.settings.IMarkupSettings;
+import org.apache.wicket.settings.IMarkupSettings;
 
 /**
  * Markup settings.
@@ -28,8 +28,8 @@
 	/**
 	 * If true, automatic link resolution is enabled. Disabled by default.
 	 * 
-	 * @see wicket.markup.resolver.AutoLinkResolver
-	 * @see wicket.markup.parser.filter.WicketLinkTagHandler
+	 * @see org.apache.wicket.markup.resolver.AutoLinkResolver
+	 * @see org.apache.wicket.markup.parser.filter.WicketLinkTagHandler
 	 * @return Returns the automaticLinking.
 	 */
 	boolean getAutomaticLinking();
@@ -69,9 +69,9 @@
 	boolean getStripComments();
 
 	/**
-	 * Gets whether to remove wicket tags from the output.
+	 * Gets whether to remove org.apache.wicket tags from the output.
 	 * 
-	 * @return whether to remove wicket tags from the output
+	 * @return whether to remove org.apache.wicket tags from the output
 	 */
 	boolean getStripWicketTags();
 
@@ -83,8 +83,8 @@
 	/**
 	 * Application default for automatic link resolution. Please
 	 * 
-	 * @see wicket.markup.resolver.AutoLinkResolver and
-	 * @see wicket.markup.parser.filter.WicketLinkTagHandler for more details.
+	 * @see org.apache.wicket.markup.resolver.AutoLinkResolver and
+	 * @see org.apache.wicket.markup.parser.filter.WicketLinkTagHandler for more details.
 	 * 
 	 * @param automaticLinking
 	 *            The automaticLinking to set.
@@ -140,10 +140,10 @@
 	void setStripComments(boolean stripComments);
 
 	/**
-	 * Sets whether to remove wicket tags from the output.
+	 * Sets whether to remove org.apache.wicket tags from the output.
 	 * 
 	 * @param stripWicketTags
-	 *            whether to remove wicket tags from the output
+	 *            whether to remove org.apache.wicket tags from the output
 	 */
 	void setStripWicketTags(boolean stripWicketTags);
 

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/PageSettings.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/PageSettings.java?view=diff&rev=527171&r1=527094&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/PageSettings.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/PageSettings.java Tue Apr 10 09:04:41 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.jmx;
+package org.apache.wicket.jmx;
 
 
 /**
@@ -24,20 +24,20 @@
  */
 public class PageSettings implements PageSettingsMBean
 {
-	private final wicket.Application application;
+	private final org.apache.wicket.Application application;
 
 	/**
 	 * Create.
 	 * 
 	 * @param application
 	 */
-	public PageSettings(wicket.Application application)
+	public PageSettings(org.apache.wicket.Application application)
 	{
 		this.application = application;
 	}
 
 	/**
-	 * @see wicket.jmx.PageSettingsMBean#getAutomaticMultiWindowSupport()
+	 * @see org.apache.wicket.jmx.PageSettingsMBean#getAutomaticMultiWindowSupport()
 	 */
 	public boolean getAutomaticMultiWindowSupport()
 	{
@@ -45,7 +45,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.PageSettingsMBean#getVersionPagesByDefault()
+	 * @see org.apache.wicket.jmx.PageSettingsMBean#getVersionPagesByDefault()
 	 */
 	public boolean getVersionPagesByDefault()
 	{
@@ -53,7 +53,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.PageSettingsMBean#setAutomaticMultiWindowSupport(boolean)
+	 * @see org.apache.wicket.jmx.PageSettingsMBean#setAutomaticMultiWindowSupport(boolean)
 	 */
 	public void setAutomaticMultiWindowSupport(boolean automaticMultiWindowSupport)
 	{
@@ -61,7 +61,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.PageSettingsMBean#setVersionPagesByDefault(boolean)
+	 * @see org.apache.wicket.jmx.PageSettingsMBean#setVersionPagesByDefault(boolean)
 	 */
 	public void setVersionPagesByDefault(boolean pagesVersionedByDefault)
 	{

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/PageSettingsMBean.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/PageSettingsMBean.java?view=diff&rev=527171&r1=527094&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/PageSettingsMBean.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/PageSettingsMBean.java Tue Apr 10 09:04:41 2007
@@ -14,9 +14,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.jmx;
+package org.apache.wicket.jmx;
 
-import wicket.markup.html.WebPage;
+import org.apache.wicket.markup.html.WebPage;
 
 /**
  * Page settings.

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestCycleSettings.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestCycleSettings.java?view=diff&rev=527171&r1=527094&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestCycleSettings.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestCycleSettings.java Tue Apr 10 09:04:41 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.jmx;
+package org.apache.wicket.jmx;
 
 
 /**
@@ -24,20 +24,20 @@
  */
 public class RequestCycleSettings implements RequestCycleSettingsMBean
 {
-	private final wicket.Application application;
+	private final org.apache.wicket.Application application;
 
 	/**
 	 * Create.
 	 * 
 	 * @param application
 	 */
-	public RequestCycleSettings(wicket.Application application)
+	public RequestCycleSettings(org.apache.wicket.Application application)
 	{
 		this.application = application;
 	}
 
 	/**
-	 * @see wicket.jmx.RequestCycleSettingsMBean#getBufferResponse()
+	 * @see org.apache.wicket.jmx.RequestCycleSettingsMBean#getBufferResponse()
 	 */
 	public boolean getBufferResponse()
 	{
@@ -45,7 +45,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.RequestCycleSettingsMBean#getGatherExtendedBrowserInfo()
+	 * @see org.apache.wicket.jmx.RequestCycleSettingsMBean#getGatherExtendedBrowserInfo()
 	 */
 	public boolean getGatherExtendedBrowserInfo()
 	{
@@ -53,7 +53,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.RequestCycleSettingsMBean#getResponseRequestEncoding()
+	 * @see org.apache.wicket.jmx.RequestCycleSettingsMBean#getResponseRequestEncoding()
 	 */
 	public String getResponseRequestEncoding()
 	{
@@ -61,7 +61,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.RequestCycleSettingsMBean#setBufferResponse(boolean)
+	 * @see org.apache.wicket.jmx.RequestCycleSettingsMBean#setBufferResponse(boolean)
 	 */
 	public void setBufferResponse(boolean bufferResponse)
 	{
@@ -69,7 +69,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.RequestCycleSettingsMBean#setGatherExtendedBrowserInfo(boolean)
+	 * @see org.apache.wicket.jmx.RequestCycleSettingsMBean#setGatherExtendedBrowserInfo(boolean)
 	 */
 	public void setGatherExtendedBrowserInfo(boolean gatherExtendedBrowserInfo)
 	{
@@ -78,7 +78,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.RequestCycleSettingsMBean#setResponseRequestEncoding(java.lang.String)
+	 * @see org.apache.wicket.jmx.RequestCycleSettingsMBean#setResponseRequestEncoding(java.lang.String)
 	 */
 	public void setResponseRequestEncoding(String responseRequestEncoding)
 	{

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestCycleSettingsMBean.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestCycleSettingsMBean.java?view=diff&rev=527171&r1=527094&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestCycleSettingsMBean.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestCycleSettingsMBean.java Tue Apr 10 09:04:41 2007
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.jmx;
+package org.apache.wicket.jmx;
 
-import wicket.markup.html.pages.BrowserInfoPage;
-import wicket.protocol.http.WebRequestCycle;
+import org.apache.wicket.markup.html.pages.BrowserInfoPage;
+import org.apache.wicket.protocol.http.WebRequestCycle;
 
 /**
  * Request cycle settings.

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestLogger.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestLogger.java?view=diff&rev=527171&r1=527094&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestLogger.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestLogger.java Tue Apr 10 09:04:41 2007
@@ -14,20 +14,21 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.jmx;
+package org.apache.wicket.jmx;
 
 import java.io.IOException;
 
-import wicket.protocol.http.WebApplication;
+import org.apache.wicket.protocol.http.WebApplication;
+
 
 /**
- * Exposes {@link wicket.protocol.http.RequestLogger} for JMX.
+ * Exposes {@link org.apache.wicket.protocol.http.RequestLogger} for JMX.
  * 
  * @author eelcohillenius
  */
 public class RequestLogger implements RequestLoggerMBean
 {
-	private final wicket.Application application;
+	private final org.apache.wicket.Application application;
 
 	private final WebApplication webApplication;
 
@@ -37,7 +38,7 @@
 	 * @param application
 	 *            The application
 	 */
-	public RequestLogger(wicket.Application application)
+	public RequestLogger(org.apache.wicket.Application application)
 	{
 		this.application = application;
 
@@ -53,11 +54,11 @@
 	}
 
 	/**
-	 * @see wicket.jmx.RequestLoggerMBean#getNumberOfCreatedSessions()
+	 * @see org.apache.wicket.jmx.RequestLoggerMBean#getNumberOfCreatedSessions()
 	 */
 	public Integer getNumberOfCreatedSessions() throws IOException
 	{
-		wicket.protocol.http.IRequestLogger logger = getRequestLogger();
+		org.apache.wicket.protocol.http.IRequestLogger logger = getRequestLogger();
 		if (logger != null)
 		{
 			return Integer.valueOf(logger.getTotalCreatedSessions());
@@ -66,11 +67,11 @@
 	}
 
 	/**
-	 * @see wicket.jmx.RequestLoggerMBean#getNumberOfLiveSessions()
+	 * @see org.apache.wicket.jmx.RequestLoggerMBean#getNumberOfLiveSessions()
 	 */
 	public Integer getNumberOfLiveSessions() throws IOException
 	{
-		wicket.protocol.http.IRequestLogger logger = getRequestLogger();
+		org.apache.wicket.protocol.http.IRequestLogger logger = getRequestLogger();
 		if (logger != null)
 		{
 			return Integer.valueOf(logger.getLiveSessions().length);
@@ -79,11 +80,11 @@
 	}
 
 	/**
-	 * @see wicket.jmx.RequestLoggerMBean#getPeakNumberOfSessions()
+	 * @see org.apache.wicket.jmx.RequestLoggerMBean#getPeakNumberOfSessions()
 	 */
 	public Integer getPeakNumberOfSessions() throws IOException
 	{
-		wicket.protocol.http.IRequestLogger logger = getRequestLogger();
+		org.apache.wicket.protocol.http.IRequestLogger logger = getRequestLogger();
 		if (logger != null)
 		{
 			return Integer.valueOf(logger.getPeakSessions());
@@ -92,7 +93,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.RequestLoggerMBean#restart()
+	 * @see org.apache.wicket.jmx.RequestLoggerMBean#restart()
 	 */
 	public void restart() throws IOException
 	{
@@ -105,7 +106,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.RequestLoggerMBean#stop()
+	 * @see org.apache.wicket.jmx.RequestLoggerMBean#stop()
 	 */
 	public void stop() throws IOException
 	{
@@ -121,7 +122,7 @@
 	 * @return The request logger or null if no request is active, or if this is
 	 *         not a web application
 	 */
-	protected wicket.protocol.http.IRequestLogger getRequestLogger()
+	protected org.apache.wicket.protocol.http.IRequestLogger getRequestLogger()
 	{
 		if (application instanceof WebApplication)
 		{

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestLoggerMBean.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestLoggerMBean.java?view=diff&rev=527171&r1=527094&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestLoggerMBean.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/RequestLoggerMBean.java Tue Apr 10 09:04:41 2007
@@ -14,11 +14,12 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.jmx;
+package org.apache.wicket.jmx;
 
 import java.io.IOException;
 
-import wicket.protocol.http.WebApplication;
+import org.apache.wicket.protocol.http.WebApplication;
+
 
 /**
  * Interface for exposing the request logger.

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ResourceSettings.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ResourceSettings.java?view=diff&rev=527171&r1=527094&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ResourceSettings.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ResourceSettings.java Tue Apr 10 09:04:41 2007
@@ -14,11 +14,12 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.jmx;
+package org.apache.wicket.jmx;
 
 import java.util.List;
 
-import wicket.util.time.Duration;
+import org.apache.wicket.util.time.Duration;
+
 
 
 /**
@@ -28,20 +29,20 @@
  */
 public class ResourceSettings implements ResourceSettingsMBean
 {
-	private final wicket.Application application;
+	private final org.apache.wicket.Application application;
 
 	/**
 	 * Create.
 	 * 
 	 * @param application
 	 */
-	public ResourceSettings(wicket.Application application)
+	public ResourceSettings(org.apache.wicket.Application application)
 	{
 		this.application = application;
 	}
 
 	/**
-	 * @see wicket.jmx.ResourceSettingsMBean#getLocalizer()
+	 * @see org.apache.wicket.jmx.ResourceSettingsMBean#getLocalizer()
 	 */
 	public String getLocalizer()
 	{
@@ -49,7 +50,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.ResourceSettingsMBean#getPackageResourceGuard()
+	 * @see org.apache.wicket.jmx.ResourceSettingsMBean#getPackageResourceGuard()
 	 */
 	public String getPackageResourceGuard()
 	{
@@ -57,7 +58,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.ResourceSettingsMBean#getPropertiesFactory()
+	 * @see org.apache.wicket.jmx.ResourceSettingsMBean#getPropertiesFactory()
 	 */
 	public String getPropertiesFactory()
 	{
@@ -65,7 +66,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.ResourceSettingsMBean#getResourceFinder()
+	 * @see org.apache.wicket.jmx.ResourceSettingsMBean#getResourceFinder()
 	 */
 	public String getResourceFinder()
 	{
@@ -73,7 +74,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.ResourceSettingsMBean#getResourcePollFrequency()
+	 * @see org.apache.wicket.jmx.ResourceSettingsMBean#getResourcePollFrequency()
 	 */
 	public String getResourcePollFrequency()
 	{
@@ -82,7 +83,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.ResourceSettingsMBean#getResourceStreamLocator()
+	 * @see org.apache.wicket.jmx.ResourceSettingsMBean#getResourceStreamLocator()
 	 */
 	public String getResourceStreamLocator()
 	{
@@ -90,7 +91,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.ResourceSettingsMBean#getStringResourceLoaders()
+	 * @see org.apache.wicket.jmx.ResourceSettingsMBean#getStringResourceLoaders()
 	 */
 	@SuppressWarnings("unchecked")
 	public String[] getStringResourceLoaders()
@@ -104,7 +105,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.ResourceSettingsMBean#getThrowExceptionOnMissingResource()
+	 * @see org.apache.wicket.jmx.ResourceSettingsMBean#getThrowExceptionOnMissingResource()
 	 */
 	public boolean getThrowExceptionOnMissingResource()
 	{
@@ -112,7 +113,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.ResourceSettingsMBean#getUseDefaultOnMissingResource()
+	 * @see org.apache.wicket.jmx.ResourceSettingsMBean#getUseDefaultOnMissingResource()
 	 */
 	public boolean getUseDefaultOnMissingResource()
 	{
@@ -120,7 +121,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.ResourceSettingsMBean#setThrowExceptionOnMissingResource(boolean)
+	 * @see org.apache.wicket.jmx.ResourceSettingsMBean#setThrowExceptionOnMissingResource(boolean)
 	 */
 	public void setThrowExceptionOnMissingResource(boolean throwExceptionOnMissingResource)
 	{
@@ -129,7 +130,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.ResourceSettingsMBean#setUseDefaultOnMissingResource(boolean)
+	 * @see org.apache.wicket.jmx.ResourceSettingsMBean#setUseDefaultOnMissingResource(boolean)
 	 */
 	public void setUseDefaultOnMissingResource(boolean useDefaultOnMissingResource)
 	{

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ResourceSettingsMBean.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ResourceSettingsMBean.java?view=diff&rev=527171&r1=527094&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ResourceSettingsMBean.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/ResourceSettingsMBean.java Tue Apr 10 09:04:41 2007
@@ -14,12 +14,12 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.jmx;
+package org.apache.wicket.jmx;
 
-import wicket.markup.html.PackageResourceGuard;
-import wicket.settings.IResourceSettings;
-import wicket.util.file.IResourceFinder;
-import wicket.util.time.Duration;
+import org.apache.wicket.markup.html.PackageResourceGuard;
+import org.apache.wicket.settings.IResourceSettings;
+import org.apache.wicket.util.file.IResourceFinder;
+import org.apache.wicket.util.time.Duration;
 
 /**
  * Resource settings.
@@ -74,7 +74,7 @@
 	String[] getStringResourceLoaders();
 
 	/**
-	 * @see wicket.settings.IExceptionSettings#getThrowExceptionOnMissingResource()
+	 * @see org.apache.wicket.settings.IExceptionSettings#getThrowExceptionOnMissingResource()
 	 * 
 	 * @return boolean
 	 */
@@ -87,7 +87,7 @@
 	boolean getUseDefaultOnMissingResource();
 
 	/**
-	 * @see wicket.settings.IExceptionSettings#setThrowExceptionOnMissingResource(boolean)
+	 * @see org.apache.wicket.settings.IExceptionSettings#setThrowExceptionOnMissingResource(boolean)
 	 * 
 	 * @param throwExceptionOnMissingResource
 	 */

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/SecuritySettings.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/SecuritySettings.java?view=diff&rev=527171&r1=527094&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/SecuritySettings.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/SecuritySettings.java Tue Apr 10 09:04:41 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.jmx;
+package org.apache.wicket.jmx;
 
 /**
  * Exposes Application related functionality for JMX.
@@ -23,20 +23,20 @@
  */
 public class SecuritySettings implements SecuritySettingsMBean
 {
-	private final wicket.Application application;
+	private final org.apache.wicket.Application application;
 
 	/**
 	 * Create.
 	 * 
 	 * @param application
 	 */
-	public SecuritySettings(wicket.Application application)
+	public SecuritySettings(org.apache.wicket.Application application)
 	{
 		this.application = application;
 	}
 
 	/**
-	 * @see wicket.jmx.SecuritySettingsMBean#getAuthorizationStrategy()
+	 * @see org.apache.wicket.jmx.SecuritySettingsMBean#getAuthorizationStrategy()
 	 */
 	public String getAuthorizationStrategy()
 	{
@@ -44,7 +44,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.SecuritySettingsMBean#getCryptFactory()
+	 * @see org.apache.wicket.jmx.SecuritySettingsMBean#getCryptFactory()
 	 */
 	public String getCryptFactory()
 	{
@@ -52,7 +52,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.SecuritySettingsMBean#getUnauthorizedComponentInstantiationListener()
+	 * @see org.apache.wicket.jmx.SecuritySettingsMBean#getUnauthorizedComponentInstantiationListener()
 	 */
 	public String getUnauthorizedComponentInstantiationListener()
 	{

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/SecuritySettingsMBean.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/SecuritySettingsMBean.java?view=diff&rev=527171&r1=527094&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/SecuritySettingsMBean.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/SecuritySettingsMBean.java Tue Apr 10 09:04:41 2007
@@ -14,9 +14,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.jmx;
+package org.apache.wicket.jmx;
 
-import wicket.authorization.IUnauthorizedComponentInstantiationListener;
+import org.apache.wicket.authorization.IUnauthorizedComponentInstantiationListener;
 
 /**
  * Security settings.

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/SessionSettings.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/SessionSettings.java?view=diff&rev=527171&r1=527094&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/SessionSettings.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/SessionSettings.java Tue Apr 10 09:04:41 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.jmx;
+package org.apache.wicket.jmx;
 
 /**
  * Exposes Application related functionality for JMX.
@@ -23,20 +23,20 @@
  */
 public class SessionSettings implements SessionSettingsMBean
 {
-	private final wicket.Application application;
+	private final org.apache.wicket.Application application;
 
 	/**
 	 * Create.
 	 * 
 	 * @param application
 	 */
-	public SessionSettings(wicket.Application application)
+	public SessionSettings(org.apache.wicket.Application application)
 	{
 		this.application = application;
 	}
 
 	/**
-	 * @see wicket.jmx.SessionSettingsMBean#getMaxPageMaps()
+	 * @see org.apache.wicket.jmx.SessionSettingsMBean#getMaxPageMaps()
 	 */
 	public int getMaxPageMaps()
 	{
@@ -44,7 +44,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.SessionSettingsMBean#getPageFactory()
+	 * @see org.apache.wicket.jmx.SessionSettingsMBean#getPageFactory()
 	 */
 	public String getPageFactory()
 	{
@@ -52,7 +52,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.SessionSettingsMBean#getPageMapEvictionStrategy()
+	 * @see org.apache.wicket.jmx.SessionSettingsMBean#getPageMapEvictionStrategy()
 	 */
 	public String getPageMapEvictionStrategy()
 	{
@@ -60,7 +60,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.SessionSettingsMBean#getSessionStore()
+	 * @see org.apache.wicket.jmx.SessionSettingsMBean#getSessionStore()
 	 */
 	public String getSessionStore()
 	{
@@ -68,7 +68,7 @@
 	}
 
 	/**
-	 * @see wicket.jmx.SessionSettingsMBean#setMaxPageMaps(int)
+	 * @see org.apache.wicket.jmx.SessionSettingsMBean#setMaxPageMaps(int)
 	 */
 	public void setMaxPageMaps(int maxPageMaps)
 	{

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/SessionSettingsMBean.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/SessionSettingsMBean.java?view=diff&rev=527171&r1=527094&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/SessionSettingsMBean.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/SessionSettingsMBean.java Tue Apr 10 09:04:41 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.jmx;
+package org.apache.wicket.jmx;
 
 
 /**

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Stringz.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Stringz.java?view=diff&rev=527171&r1=527094&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Stringz.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/Stringz.java Tue Apr 10 09:04:41 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.jmx;
+package org.apache.wicket.jmx;
 
 class Stringz
 {

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/wicket.properties
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/wicket.properties?view=diff&rev=527171&r1=527170&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/wicket.properties (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/wicket.properties Tue Apr 10 09:04:41 2007
@@ -12,4 +12,4 @@
 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
-initializer=wicket.jmx.Initializer
\ No newline at end of file
+initializer=org.apache.wicket.jmx.Initializer
\ No newline at end of file

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/test/java/wicket/util/license/ApacheLicenceHeaderTest.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/test/java/wicket/util/license/ApacheLicenceHeaderTest.java?view=diff&rev=527171&r1=527170&r2=527171
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/test/java/wicket/util/license/ApacheLicenceHeaderTest.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/test/java/wicket/util/license/ApacheLicenceHeaderTest.java Tue Apr 10 09:04:41 2007
@@ -16,6 +16,8 @@
  */
 package wicket.util.license;
 
+import org.apache.wicket.util.license.ApacheLicenseHeaderTestCase;
+
 /**
  * Test that the license headers are in place in this project. The tests are run
  * from {@link ApacheLicenseHeaderTestCase}, but you can add project specific