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:02:58 UTC

svn commit: r527167 - in /incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main: java/org/ java/org/apache/ java/org/apache/wicket/ java/org/apache/wicket/threadtest/ java/org/apache/wicket/threadtest/apps/ java/org/apache/wicket/thre...

Author: jcompagner
Date: Tue Apr 10 09:02:53 2007
New Revision: 527167

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

Added:
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/App1Test1.java
      - copied, changed from r527094, incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/wicket/threadtest/App1Test1.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/App1Test2.java
      - copied, changed from r527094, incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/wicket/threadtest/App1Test2.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/App1Test3.java
      - copied, changed from r527094, incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/wicket/threadtest/App1Test3.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/App2Test1.java
      - copied, changed from r527094, incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/wicket/threadtest/App2Test1.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/StartJetty.java
      - copied, changed from r527094, incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/wicket/threadtest/StartJetty.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/
      - copied from r527094, incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/wicket/threadtest/apps/app1/
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/
      - copied from r527094, incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/wicket/threadtest/apps/app2/
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/
      - copied from r527094, incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/wicket/threadtest/tester/
Removed:
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/wicket/
Modified:
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/Contact.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ContactDataProvider.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ContactGenerator.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ContactsDatabase.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/DatabaseLocator.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/DetachableContactModel.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/FormInputModel.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/Home.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ResourceTestPage.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/TestApp1.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/UsPhoneNumber.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/Connection.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/Home.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/Pool.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/TestApp2.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/TestFilter.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/AbstractCommand.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/AbstractGetCommand.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/Command.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/CommandRunner.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/SimpleGetCommand.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/Tester.java
    incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/webapp/WEB-INF/web.xml

Copied: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/App1Test1.java (from r527094, incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/wicket/threadtest/App1Test1.java)
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/App1Test1.java?view=diff&rev=527167&p1=incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/wicket/threadtest/App1Test1.java&r1=527094&p2=incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/App1Test1.java&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/wicket/threadtest/App1Test1.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/App1Test1.java Tue Apr 10 09:02:53 2007
@@ -14,18 +14,18 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest;
+package org.apache.wicket.threadtest;
 
 import java.util.Arrays;
 import java.util.List;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
+import org.apache.wicket.threadtest.tester.SimpleGetCommand;
+import org.apache.wicket.threadtest.tester.Tester;
+import org.apache.wicket.util.io.WicketObjectStreamFactory;
+import org.apache.wicket.util.lang.Objects;
 
-import wicket.threadtest.tester.SimpleGetCommand;
-import wicket.threadtest.tester.Tester;
-import wicket.util.io.WicketObjectStreamFactory;
-import wicket.util.lang.Objects;
 
 /**
  * @author eelcohillenius
@@ -41,10 +41,10 @@
 	public static void main(String[] args) throws Exception {
 
 		List<String> gets = Arrays.asList(new String[] {
-				"/app1/?wicket:bookmarkablePage=:wicket.threadtest.apps.app1.Home",
-				"/app1/?wicket:interface=:${iteration}:link::ILinkListener:",
-				"/app1/?wicket:interface=:${iteration}:link:1:ILinkListener:",
-				"/app1/?wicket:interface=:${iteration}:link:2:ILinkListener:" });
+				"/app1/?org.apache.wicket:bookmarkablePage=:org.apache.wicket.threadtest.apps.app1.Home",
+				"/app1/?org.apache.wicket:interface=:${iteration}:link::ILinkListener:",
+				"/app1/?org.apache.wicket:interface=:${iteration}:link:1:ILinkListener:",
+				"/app1/?org.apache.wicket:interface=:${iteration}:link:2:ILinkListener:" });
 
 		// you can turn this on if you e.g. want to attach to a profiler
 		// Thread.sleep(5000);

Copied: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/App1Test2.java (from r527094, incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/wicket/threadtest/App1Test2.java)
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/App1Test2.java?view=diff&rev=527167&p1=incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/wicket/threadtest/App1Test2.java&r1=527094&p2=incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/App1Test2.java&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/wicket/threadtest/App1Test2.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/App1Test2.java Tue Apr 10 09:02:53 2007
@@ -14,16 +14,16 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest;
+package org.apache.wicket.threadtest;
 
 import java.util.Arrays;
 import java.util.List;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
+import org.apache.wicket.threadtest.tester.SimpleGetCommand;
+import org.apache.wicket.threadtest.tester.Tester;
 
-import wicket.threadtest.tester.SimpleGetCommand;
-import wicket.threadtest.tester.Tester;
 
 /**
  * @author eelcohillenius
@@ -39,7 +39,7 @@
 	public static void main(String[] args) throws Exception {
 
 		List<String> gets = Arrays
-				.asList(new String[] { "/app1?wicket:bookmarkablePage=one:wicket.threadtest.apps.app1.Home" });
+				.asList(new String[] { "/app1?org.apache.wicket:bookmarkablePage=one:org.apache.wicket.threadtest.apps.app1.Home" });
 
 		SimpleGetCommand getCmd = new SimpleGetCommand(gets, 5);
 

Copied: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/App1Test3.java (from r527094, incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/wicket/threadtest/App1Test3.java)
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/App1Test3.java?view=diff&rev=527167&p1=incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/wicket/threadtest/App1Test3.java&r1=527094&p2=incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/App1Test3.java&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/wicket/threadtest/App1Test3.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/App1Test3.java Tue Apr 10 09:02:53 2007
@@ -14,17 +14,17 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest;
+package org.apache.wicket.threadtest;
 
 import java.util.ArrayList;
 import java.util.List;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
+import org.apache.wicket.threadtest.apps.app1.ResourceTestPage;
+import org.apache.wicket.threadtest.tester.SimpleGetCommand;
+import org.apache.wicket.threadtest.tester.Tester;
 
-import wicket.threadtest.apps.app1.ResourceTestPage;
-import wicket.threadtest.tester.SimpleGetCommand;
-import wicket.threadtest.tester.Tester;
 
 /**
  * @author almaw
@@ -40,9 +40,9 @@
 	public static void main(String[] args) throws Exception {
 
 		List<String> gets = new ArrayList<String>();
-		gets.add("/app1?wicket:bookmarkablePage=one:wicket.threadtest.apps.app1.ResourceTestPage");
+		gets.add("/app1?org.apache.wicket:bookmarkablePage=one:org.apache.wicket.threadtest.apps.app1.ResourceTestPage");
 		for (int i = 0; i < ResourceTestPage.IMAGES_PER_PAGE; i++) {
-			gets.add("/app1?wicket:interface=one:${iteration}:listView:" + i + ":image::IResourceListener");
+			gets.add("/app1?org.apache.wicket:interface=one:${iteration}:listView:" + i + ":image::IResourceListener");
 		}
 
 		SimpleGetCommand getCmd = new SimpleGetCommand(gets, 5);

Copied: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/App2Test1.java (from r527094, incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/wicket/threadtest/App2Test1.java)
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/App2Test1.java?view=diff&rev=527167&p1=incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/wicket/threadtest/App2Test1.java&r1=527094&p2=incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/App2Test1.java&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/wicket/threadtest/App2Test1.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/App2Test1.java Tue Apr 10 09:02:53 2007
@@ -14,16 +14,16 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest;
+package org.apache.wicket.threadtest;
 
 import java.util.Arrays;
 import java.util.List;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
+import org.apache.wicket.threadtest.tester.SimpleGetCommand;
+import org.apache.wicket.threadtest.tester.Tester;
 
-import wicket.threadtest.tester.SimpleGetCommand;
-import wicket.threadtest.tester.Tester;
 
 /**
  * @author eelcohillenius
@@ -39,7 +39,7 @@
 	public static void main(String[] args) throws Exception {
 
 		List<String> gets = Arrays
-				.asList(new String[] { "/app2?wicket:bookmarkablePage=one:wicket.threadtest.apps.app2.Home" });
+				.asList(new String[] { "/app2?org.apache.wicket:bookmarkablePage=one:org.apache.wicket.threadtest.apps.app2.Home" });
 
 		SimpleGetCommand getCmd = new SimpleGetCommand(gets, 5);
 

Copied: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/StartJetty.java (from r527094, incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/wicket/threadtest/StartJetty.java)
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/StartJetty.java?view=diff&rev=527167&p1=incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/wicket/threadtest/StartJetty.java&r1=527094&p2=incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/StartJetty.java&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/wicket/threadtest/StartJetty.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/StartJetty.java Tue Apr 10 09:02:53 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest;
+package org.apache.wicket.threadtest;
 
 import org.mortbay.jetty.Connector;
 import org.mortbay.jetty.Server;

Modified: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/Contact.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/Contact.java?view=diff&rev=527167&r1=527094&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/Contact.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/Contact.java Tue Apr 10 09:02:53 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest.apps.app1;
+package org.apache.wicket.threadtest.apps.app1;
 
 import java.io.Serializable;
 

Modified: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ContactDataProvider.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ContactDataProvider.java?view=diff&rev=527167&r1=527094&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ContactDataProvider.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ContactDataProvider.java Tue Apr 10 09:02:53 2007
@@ -14,12 +14,13 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest.apps.app1;
+package org.apache.wicket.threadtest.apps.app1;
 
 import java.util.Iterator;
 
-import wicket.markup.repeater.data.IDataProvider;
-import wicket.model.IModel;
+import org.apache.wicket.markup.repeater.data.IDataProvider;
+import org.apache.wicket.model.IModel;
+
 
 /**
  * Implementation of IDataProvider that retrieves contacts from the contact
@@ -39,7 +40,7 @@
 	 * retrieves contacts from database starting with index <code>first</code>
 	 * and ending with <code>first+count</code>
 	 * 
-	 * @see wicket.markup.repeater.data.IDataProvider#iterator(int, int)
+	 * @see org.apache.wicket.markup.repeater.data.IDataProvider#iterator(int, int)
 	 */
 	public Iterator iterator(int first, int count)
 	{
@@ -49,7 +50,7 @@
 	/**
 	 * returns total number of contacts in the database
 	 * 
-	 * @see wicket.markup.repeater.data.IDataProvider#size()
+	 * @see org.apache.wicket.markup.repeater.data.IDataProvider#size()
 	 */
 	public int size()
 	{
@@ -57,9 +58,9 @@
 	}
 
 	/**
-	 * wraps retrieved contact pojo with a wicket model
+	 * wraps retrieved contact pojo with a org.apache.wicket model
 	 * 
-	 * @see wicket.markup.repeater.data.IDataProvider#model(java.lang.Object)
+	 * @see org.apache.wicket.markup.repeater.data.IDataProvider#model(java.lang.Object)
 	 */
 	public IModel model(Object object)
 	{
@@ -67,7 +68,7 @@
 	}
 
 	/**
-	 * @see wicket.model.IDetachable#detach()
+	 * @see org.apache.wicket.model.IDetachable#detach()
 	 */
 	public void detach()
 	{

Modified: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ContactGenerator.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ContactGenerator.java?view=diff&rev=527167&r1=527094&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ContactGenerator.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ContactGenerator.java Tue Apr 10 09:02:53 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest.apps.app1;
+package org.apache.wicket.threadtest.apps.app1;
 
 import java.util.Collection;
 

Modified: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ContactsDatabase.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ContactsDatabase.java?view=diff&rev=527167&r1=527094&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ContactsDatabase.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ContactsDatabase.java Tue Apr 10 09:02:53 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest.apps.app1;
+package org.apache.wicket.threadtest.apps.app1;
 
 import java.util.ArrayList;
 import java.util.Collections;

Modified: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/DatabaseLocator.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/DatabaseLocator.java?view=diff&rev=527167&r1=527094&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/DatabaseLocator.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/DatabaseLocator.java Tue Apr 10 09:02:53 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest.apps.app1;
+package org.apache.wicket.threadtest.apps.app1;
 
 /**
  * service locator class for contacts database

Modified: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/DetachableContactModel.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/DetachableContactModel.java?view=diff&rev=527167&r1=527094&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/DetachableContactModel.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/DetachableContactModel.java Tue Apr 10 09:02:53 2007
@@ -14,10 +14,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest.apps.app1;
+package org.apache.wicket.threadtest.apps.app1;
 
-import wicket.markup.repeater.IItemReuseStrategy;
-import wicket.model.LoadableDetachableModel;
+import org.apache.wicket.markup.repeater.IItemReuseStrategy;
+import org.apache.wicket.model.LoadableDetachableModel;
 
 /**
  * detachable model for an instance of contact
@@ -54,8 +54,8 @@
 	/**
 	 * used for dataview with ReuseIfModelsEqualStrategy item reuse strategy
 	 * 
-	 * @see wicket.markup.repeater.PageableRefreshingView#setItemReuseStrategy(IItemReuseStrategy)
-	 * @see wicket.markup.repeater.ReuseIfModelsEqualStrategy
+	 * @see org.apache.wicket.markup.repeater.PageableRefreshingView#setItemReuseStrategy(IItemReuseStrategy)
+	 * @see org.apache.wicket.markup.repeater.ReuseIfModelsEqualStrategy
 	 * @see java.lang.Object#equals(java.lang.Object)
 	 */
 	@Override
@@ -84,7 +84,7 @@
 	}
 
 	/**
-	 * @see wicket.model.LoadableDetachableModel#load()
+	 * @see org.apache.wicket.model.LoadableDetachableModel#load()
 	 */
 	@Override
 	protected Contact load() {

Modified: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/FormInputModel.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/FormInputModel.java?view=diff&rev=527167&r1=527094&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/FormInputModel.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/FormInputModel.java Tue Apr 10 09:02:53 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest.apps.app1;
+package org.apache.wicket.threadtest.apps.app1;
 
 import java.io.Serializable;
 import java.net.MalformedURLException;
@@ -106,7 +106,7 @@
 	 */
 	public FormInputModel() {
 		try {
-			urlProperty = new URL("http://wicket.sourceforge.net");
+			urlProperty = new URL("http://org.apache.wicket.sourceforge.net");
 		} catch (MalformedURLException e) {
 			e.printStackTrace();
 		}

Modified: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/Home.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/Home.java?view=diff&rev=527167&r1=527094&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/Home.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/Home.java Tue Apr 10 09:02:53 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest.apps.app1;
+package org.apache.wicket.threadtest.apps.app1;
 
 import java.net.MalformedURLException;
 import java.net.URL;
@@ -23,40 +23,41 @@
 import java.util.List;
 import java.util.Locale;
 
-import wicket.AttributeModifier;
-import wicket.markup.html.WebMarkupContainer;
-import wicket.markup.html.WebPage;
-import wicket.markup.html.basic.Label;
-import wicket.markup.html.form.Check;
-import wicket.markup.html.form.CheckBox;
-import wicket.markup.html.form.CheckGroup;
-import wicket.markup.html.form.ChoiceRenderer;
-import wicket.markup.html.form.DropDownChoice;
-import wicket.markup.html.form.Form;
-import wicket.markup.html.form.ImageButton;
-import wicket.markup.html.form.ListMultipleChoice;
-import wicket.markup.html.form.Radio;
-import wicket.markup.html.form.RadioChoice;
-import wicket.markup.html.form.RadioGroup;
-import wicket.markup.html.form.TextField;
-import wicket.markup.html.image.Image;
-import wicket.markup.html.link.Link;
-import wicket.markup.html.list.ListItem;
-import wicket.markup.html.list.ListView;
-import wicket.markup.html.panel.FeedbackPanel;
-import wicket.markup.html.panel.Panel;
-import wicket.markup.repeater.Item;
-import wicket.markup.repeater.data.DataView;
-import wicket.model.AbstractReadOnlyModel;
-import wicket.model.CompoundPropertyModel;
-import wicket.model.IModel;
-import wicket.model.Model;
-import wicket.model.PropertyModel;
-import wicket.protocol.http.WebRequest;
-import wicket.util.convert.ConversionException;
-import wicket.util.convert.IConverter;
-import wicket.util.convert.MaskConverter;
-import wicket.validation.validator.NumberValidator;
+import org.apache.wicket.AttributeModifier;
+import org.apache.wicket.markup.html.WebMarkupContainer;
+import org.apache.wicket.markup.html.WebPage;
+import org.apache.wicket.markup.html.basic.Label;
+import org.apache.wicket.markup.html.form.Check;
+import org.apache.wicket.markup.html.form.CheckBox;
+import org.apache.wicket.markup.html.form.CheckGroup;
+import org.apache.wicket.markup.html.form.ChoiceRenderer;
+import org.apache.wicket.markup.html.form.DropDownChoice;
+import org.apache.wicket.markup.html.form.Form;
+import org.apache.wicket.markup.html.form.ImageButton;
+import org.apache.wicket.markup.html.form.ListMultipleChoice;
+import org.apache.wicket.markup.html.form.Radio;
+import org.apache.wicket.markup.html.form.RadioChoice;
+import org.apache.wicket.markup.html.form.RadioGroup;
+import org.apache.wicket.markup.html.form.TextField;
+import org.apache.wicket.markup.html.image.Image;
+import org.apache.wicket.markup.html.link.Link;
+import org.apache.wicket.markup.html.list.ListItem;
+import org.apache.wicket.markup.html.list.ListView;
+import org.apache.wicket.markup.html.panel.FeedbackPanel;
+import org.apache.wicket.markup.html.panel.Panel;
+import org.apache.wicket.markup.repeater.Item;
+import org.apache.wicket.markup.repeater.data.DataView;
+import org.apache.wicket.model.AbstractReadOnlyModel;
+import org.apache.wicket.model.CompoundPropertyModel;
+import org.apache.wicket.model.IModel;
+import org.apache.wicket.model.Model;
+import org.apache.wicket.model.PropertyModel;
+import org.apache.wicket.protocol.http.WebRequest;
+import org.apache.wicket.util.convert.ConversionException;
+import org.apache.wicket.util.convert.IConverter;
+import org.apache.wicket.util.convert.MaskConverter;
+import org.apache.wicket.validation.validator.NumberValidator;
+
 
 public class Home extends WebPage {
 
@@ -138,7 +139,7 @@
 				public IConverter getConverter(Class clazz) {
 					return new IConverter() {
 						/**
-						 * @see wicket.util.convert.IConverter#convertToObject(java.lang.String, java.util.Locale)
+						 * @see org.apache.wicket.util.convert.IConverter#convertToObject(java.lang.String, java.util.Locale)
 						 */
 						public Object convertToObject(String value, Locale locale) {
 							try {
@@ -149,7 +150,7 @@
 						}
 
 						/**
-						 * @see wicket.util.convert.IConverter#convertToString(java.lang.Object, java.util.Locale)
+						 * @see org.apache.wicket.util.convert.IConverter#convertToString(java.lang.Object, java.util.Locale)
 						 */
 						public String convertToString(Object value, Locale locale) {
 							return value != null ? value.toString() : null;
@@ -176,7 +177,7 @@
 		}
 
 		/**
-		 * @see wicket.markup.html.form.Form#onSubmit()
+		 * @see org.apache.wicket.markup.html.form.Form#onSubmit()
 		 */
 		public void onSubmit() {
 			info("Saved model " + getModelObject());
@@ -212,7 +213,7 @@
 		}
 
 		/**
-		 * @see wicket.markup.html.form.IChoiceRenderer#getDisplayValue(Object)
+		 * @see org.apache.wicket.markup.html.form.IChoiceRenderer#getDisplayValue(Object)
 		 */
 		public Object getDisplayValue(Object object) {
 			Locale locale = (Locale) object;
@@ -237,13 +238,13 @@
 		}
 
 		/**
-		 * @see wicket.markup.html.form.DropDownChoice#onSelectionChanged(java.lang.Object)
+		 * @see org.apache.wicket.markup.html.form.DropDownChoice#onSelectionChanged(java.lang.Object)
 		 */
 		public void onSelectionChanged(Object newSelection) {
 		}
 
 		/**
-		 * @see wicket.markup.html.form.DropDownChoice#wantOnSelectionChangedNotifications()
+		 * @see org.apache.wicket.markup.html.form.DropDownChoice#wantOnSelectionChangedNotifications()
 		 */
 		protected boolean wantOnSelectionChangedNotifications() {
 			return true;

Modified: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ResourceTestPage.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ResourceTestPage.java?view=diff&rev=527167&r1=527094&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ResourceTestPage.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ResourceTestPage.java Tue Apr 10 09:02:53 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest.apps.app1;
+package org.apache.wicket.threadtest.apps.app1;
 
 import java.awt.Color;
 import java.awt.Graphics;
@@ -28,15 +28,16 @@
 import java.util.Locale;
 import java.util.Random;
 
-import wicket.WicketRuntimeException;
-import wicket.markup.html.WebPage;
-import wicket.markup.html.WebResource;
-import wicket.markup.html.image.Image;
-import wicket.markup.html.list.ListItem;
-import wicket.markup.html.list.ListView;
-import wicket.util.resource.IResourceStream;
-import wicket.util.resource.ResourceStreamNotFoundException;
-import wicket.util.time.Time;
+import org.apache.wicket.WicketRuntimeException;
+import org.apache.wicket.markup.html.WebPage;
+import org.apache.wicket.markup.html.WebResource;
+import org.apache.wicket.markup.html.image.Image;
+import org.apache.wicket.markup.html.list.ListItem;
+import org.apache.wicket.markup.html.list.ListView;
+import org.apache.wicket.util.resource.IResourceStream;
+import org.apache.wicket.util.resource.ResourceStreamNotFoundException;
+import org.apache.wicket.util.time.Time;
+
 
 import com.sun.image.codec.jpeg.JPEGCodec;
 import com.sun.image.codec.jpeg.JPEGImageEncoder;

Modified: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/TestApp1.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/TestApp1.java?view=diff&rev=527167&r1=527094&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/TestApp1.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/TestApp1.java Tue Apr 10 09:02:53 2007
@@ -14,16 +14,16 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest.apps.app1;
+package org.apache.wicket.threadtest.apps.app1;
 
-import wicket.Application;
-import wicket.markup.html.image.resource.DefaultButtonImageResource;
-import wicket.protocol.http.FilePageStore;
-import wicket.protocol.http.HttpSessionStore;
-import wicket.protocol.http.SecondLevelCacheSessionStore;
-import wicket.protocol.http.WebApplication;
-import wicket.request.IRequestCycleProcessor;
-import wicket.session.ISessionStore;
+import org.apache.wicket.Application;
+import org.apache.wicket.markup.html.image.resource.DefaultButtonImageResource;
+import org.apache.wicket.protocol.http.FilePageStore;
+import org.apache.wicket.protocol.http.HttpSessionStore;
+import org.apache.wicket.protocol.http.SecondLevelCacheSessionStore;
+import org.apache.wicket.protocol.http.WebApplication;
+import org.apache.wicket.request.IRequestCycleProcessor;
+import org.apache.wicket.session.ISessionStore;
 
 public class TestApp1 extends WebApplication {
 
@@ -57,7 +57,7 @@
 
 	@Override
 	protected ISessionStore newSessionStore() {
-		return new SecondLevelCacheSessionStore(this, new FilePageStore());
+		return new SecondLevelCacheSessionStore(this,new FilePageStore());
 		//return new HttpSessionStore();
 	}
 }

Modified: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/UsPhoneNumber.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/UsPhoneNumber.java?view=diff&rev=527167&r1=527094&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/UsPhoneNumber.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/UsPhoneNumber.java Tue Apr 10 09:02:53 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest.apps.app1;
+package org.apache.wicket.threadtest.apps.app1;
 
 import java.io.Serializable;
 

Modified: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/Connection.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/Connection.java?view=diff&rev=527167&r1=527094&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/Connection.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/Connection.java Tue Apr 10 09:02:53 2007
@@ -14,9 +14,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest.apps.app2;
+package org.apache.wicket.threadtest.apps.app2;
 
-import wicket.Session;
+import org.apache.wicket.Session;
 
 public class Connection {
 

Modified: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/Home.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/Home.java?view=diff&rev=527167&r1=527094&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/Home.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/Home.java Tue Apr 10 09:02:53 2007
@@ -14,12 +14,12 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest.apps.app2;
+package org.apache.wicket.threadtest.apps.app2;
 
-import wicket.markup.html.WebPage;
-import wicket.markup.html.basic.Label;
-import wicket.model.AbstractReadOnlyModel;
-import wicket.model.IModel;
+import org.apache.wicket.markup.html.WebPage;
+import org.apache.wicket.markup.html.basic.Label;
+import org.apache.wicket.model.AbstractReadOnlyModel;
+import org.apache.wicket.model.IModel;
 
 public class Home extends WebPage {
 

Modified: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/Pool.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/Pool.java?view=diff&rev=527167&r1=527094&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/Pool.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/Pool.java Tue Apr 10 09:02:53 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest.apps.app2;
+package org.apache.wicket.threadtest.apps.app2;
 
 import java.util.Stack;
 

Modified: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/TestApp2.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/TestApp2.java?view=diff&rev=527167&r1=527094&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/TestApp2.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/TestApp2.java Tue Apr 10 09:02:53 2007
@@ -14,12 +14,12 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest.apps.app2;
+package org.apache.wicket.threadtest.apps.app2;
 
-import wicket.Application;
-import wicket.markup.html.image.resource.DefaultButtonImageResource;
-import wicket.protocol.http.WebApplication;
-import wicket.session.ISessionStore;
+import org.apache.wicket.Application;
+import org.apache.wicket.markup.html.image.resource.DefaultButtonImageResource;
+import org.apache.wicket.protocol.http.WebApplication;
+import org.apache.wicket.session.ISessionStore;
 
 public class TestApp2 extends WebApplication {
 

Modified: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/TestFilter.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/TestFilter.java?view=diff&rev=527167&r1=527094&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/TestFilter.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app2/TestFilter.java Tue Apr 10 09:02:53 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest.apps.app2;
+package org.apache.wicket.threadtest.apps.app2;
 
 import java.io.IOException;
 

Modified: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/AbstractCommand.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/AbstractCommand.java?view=diff&rev=527167&r1=527094&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/AbstractCommand.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/AbstractCommand.java Tue Apr 10 09:02:53 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest.tester;
+package org.apache.wicket.threadtest.tester;
 
 import java.util.List;
 

Modified: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/AbstractGetCommand.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/AbstractGetCommand.java?view=diff&rev=527167&r1=527094&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/AbstractGetCommand.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/AbstractGetCommand.java Tue Apr 10 09:02:53 2007
@@ -14,15 +14,15 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest.tester;
+package org.apache.wicket.threadtest.tester;
 
 import java.util.List;
 
 import org.apache.commons.httpclient.HttpClient;
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
+import org.apache.wicket.util.string.Strings;
 
-import wicket.util.string.Strings;
 
 public abstract class AbstractGetCommand extends AbstractCommand {
 
@@ -41,7 +41,7 @@
 	}
 
 	/**
-	 * @see wicket.threadtest.tester.Command#execute(CommandRunner)
+	 * @see org.apache.wicket.threadtest.tester.Command#execute(CommandRunner)
 	 */
 	public void execute(CommandRunner runner) throws Exception {
 

Modified: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/Command.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/Command.java?view=diff&rev=527167&r1=527094&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/Command.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/Command.java Tue Apr 10 09:02:53 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest.tester;
+package org.apache.wicket.threadtest.tester;
 
 /**
  * Command interface.

Modified: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/CommandRunner.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/CommandRunner.java?view=diff&rev=527167&r1=527094&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/CommandRunner.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/CommandRunner.java Tue Apr 10 09:02:53 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest.tester;
+package org.apache.wicket.threadtest.tester;
 
 import java.util.List;
 

Modified: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/SimpleGetCommand.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/SimpleGetCommand.java?view=diff&rev=527167&r1=527094&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/SimpleGetCommand.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/SimpleGetCommand.java Tue Apr 10 09:02:53 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest.tester;
+package org.apache.wicket.threadtest.tester;
 
 import java.util.Arrays;
 import java.util.List;
@@ -74,7 +74,7 @@
 	}
 
 	/**
-	 * @see wicket.threadtest.tester.AbstractGetCommand#doGet(org.apache.commons.httpclient.HttpClient,
+	 * @see org.apache.wicket.threadtest.tester.AbstractGetCommand#doGet(org.apache.commons.httpclient.HttpClient,
 	 *      java.lang.String)
 	 */
 	@Override

Modified: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/Tester.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/Tester.java?view=diff&rev=527167&r1=527094&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/Tester.java (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/tester/Tester.java Tue Apr 10 09:02:53 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package wicket.threadtest.tester;
+package org.apache.wicket.threadtest.tester;
 
 import java.util.Arrays;
 import java.util.List;
@@ -26,11 +26,11 @@
 import org.apache.commons.httpclient.params.HttpConnectionManagerParams;
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
+import org.apache.wicket.threadtest.tester.CommandRunner.CommandRunnerObserver;
+import org.apache.wicket.util.time.Duration;
 import org.mortbay.jetty.Server;
 import org.mortbay.jetty.webapp.WebAppContext;
 
-import wicket.threadtest.tester.CommandRunner.CommandRunnerObserver;
-import wicket.util.time.Duration;
 
 /**
  * @author eelcohillenius

Modified: incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/webapp/WEB-INF/web.xml?view=diff&rev=527167&r1=527166&r2=527167
==============================================================================
--- incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/webapp/WEB-INF/web.xml Tue Apr 10 09:02:53 2007
@@ -42,28 +42,28 @@
 	<filter>
 		<filter-name>app2filter</filter-name>
 		<filter-class>
-			wicket.threadtest.apps.app2.TestFilter
+			org.apache.wicket.threadtest.apps.app2.TestFilter
 		</filter-class>
 	</filter>
 
 	<filter>
 		<filter-name>TestApp1</filter-name>
-		<filter-class>wicket.protocol.http.WicketFilter</filter-class>
+		<filter-class>org.apache.wicket.protocol.http.WicketFilter</filter-class>
 		<init-param>
 			<param-name>applicationClassName</param-name>
 			<param-value>
-				wicket.threadtest.apps.app1.TestApp1
+				org.apache.wicket.threadtest.apps.app1.TestApp1
 			</param-value>
 		</init-param>
 	</filter>
 
 	<filter>
 		<filter-name>TestApp2</filter-name>
-		<filter-class>wicket.protocol.http.WicketFilter</filter-class>
+		<filter-class>org.apache.wicket.protocol.http.WicketFilter</filter-class>
 		<init-param>
 			<param-name>applicationClassName</param-name>
 			<param-value>
-				wicket.threadtest.apps.app2.TestApp2
+				org.apache.wicket.threadtest.apps.app2.TestApp2
 			</param-value>
 		</init-param>
 	</filter>