You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2009/06/15 15:37:14 UTC

svn commit: r784776 - in /incubator/pivot/trunk: charts/test/org/ charts/test/org/apache/ charts/test/org/apache/pivot/ charts/test/org/apache/pivot/charts/ charts/test/pivot/ demos/src/org/apache/pivot/demos/clock/ demos/src/org/apache/pivot/demos/row...

Author: gbrown
Date: Mon Jun 15 13:37:13 2009
New Revision: 784776

URL: http://svn.apache.org/viewvc?rev=784776&view=rev
Log: (empty)

Added:
    incubator/pivot/trunk/charts/test/org/
    incubator/pivot/trunk/charts/test/org/apache/
    incubator/pivot/trunk/charts/test/org/apache/pivot/
    incubator/pivot/trunk/charts/test/org/apache/pivot/charts/
      - copied from r784771, incubator/pivot/trunk/charts/test/pivot/charts/
    incubator/pivot/trunk/demos/src/org/apache/pivot/demos/clock/ClockDemo.java
      - copied, changed from r784774, incubator/pivot/trunk/demos/src/org/apache/pivot/demos/clock/Demo.java
    incubator/pivot/trunk/demos/src/org/apache/pivot/demos/roweditor/RowEditorDemo.java
      - copied, changed from r784774, incubator/pivot/trunk/demos/src/org/apache/pivot/demos/roweditor/Demo.java
    incubator/pivot/trunk/web/src/org/
    incubator/pivot/trunk/web/src/org/apache/
    incubator/pivot/trunk/web/src/org/apache/pivot/
    incubator/pivot/trunk/web/src/org/apache/pivot/web/
    incubator/pivot/trunk/web/src/org/apache/pivot/web/Authentication.java
      - copied, changed from r784771, incubator/pivot/trunk/web/src/pivot/web/Authentication.java
    incubator/pivot/trunk/web/src/org/apache/pivot/web/BasicAuthentication.java
      - copied, changed from r784771, incubator/pivot/trunk/web/src/pivot/web/BasicAuthentication.java
    incubator/pivot/trunk/web/src/org/apache/pivot/web/DeleteQuery.java
      - copied, changed from r784771, incubator/pivot/trunk/web/src/pivot/web/DeleteQuery.java
    incubator/pivot/trunk/web/src/org/apache/pivot/web/GetQuery.java
      - copied, changed from r784771, incubator/pivot/trunk/web/src/pivot/web/GetQuery.java
    incubator/pivot/trunk/web/src/org/apache/pivot/web/PostQuery.java
      - copied, changed from r784771, incubator/pivot/trunk/web/src/pivot/web/PostQuery.java
    incubator/pivot/trunk/web/src/org/apache/pivot/web/PutQuery.java
      - copied, changed from r784771, incubator/pivot/trunk/web/src/pivot/web/PutQuery.java
    incubator/pivot/trunk/web/src/org/apache/pivot/web/Query.java
      - copied, changed from r784771, incubator/pivot/trunk/web/src/pivot/web/Query.java
    incubator/pivot/trunk/web/src/org/apache/pivot/web/QueryDictionary.java
      - copied, changed from r784771, incubator/pivot/trunk/web/src/pivot/web/QueryDictionary.java
    incubator/pivot/trunk/web/src/org/apache/pivot/web/QueryException.java
      - copied, changed from r784771, incubator/pivot/trunk/web/src/pivot/web/QueryException.java
    incubator/pivot/trunk/web/src/org/apache/pivot/web/QueryListener.java
      - copied, changed from r784771, incubator/pivot/trunk/web/src/pivot/web/QueryListener.java
    incubator/pivot/trunk/web/src/org/apache/pivot/web/package.html
      - copied unchanged from r784771, incubator/pivot/trunk/web/src/pivot/web/package.html
    incubator/pivot/trunk/web/src/org/apache/pivot/web/server/
      - copied from r784771, incubator/pivot/trunk/web/src/pivot/web/server/
    incubator/pivot/trunk/web/src/org/apache/pivot/web/server/ProxyServlet.java
      - copied, changed from r784775, incubator/pivot/trunk/web/src/pivot/web/server/ProxyServlet.java
    incubator/pivot/trunk/web/src/org/apache/pivot/web/server/QueryServlet.java
      - copied, changed from r784775, incubator/pivot/trunk/web/src/pivot/web/server/QueryServlet.java
    incubator/pivot/trunk/web/src/org/apache/pivot/web/server/package.html
      - copied unchanged from r784775, incubator/pivot/trunk/web/src/pivot/web/server/package.html
    incubator/pivot/trunk/web/test/org/
    incubator/pivot/trunk/web/test/org/apache/
    incubator/pivot/trunk/web/test/org/apache/pivot/
    incubator/pivot/trunk/web/test/org/apache/pivot/web/
    incubator/pivot/trunk/web/test/org/apache/pivot/web/test/
    incubator/pivot/trunk/web/test/org/apache/pivot/web/test/QueryDictionaryTest.java
      - copied, changed from r784771, incubator/pivot/trunk/web/test/pivot/web/test/QueryDictionaryTest.java
    incubator/pivot/trunk/web/test/org/apache/pivot/web/test/WebQueryTestClient.java
      - copied, changed from r784771, incubator/pivot/trunk/web/test/pivot/web/test/WebQueryTestClient.java
    incubator/pivot/trunk/web/test/org/apache/pivot/web/test/server/
      - copied from r784771, incubator/pivot/trunk/web/test/pivot/web/test/server/
    incubator/pivot/trunk/web/test/org/apache/pivot/web/test/server/WebQueryTestServlet.java
      - copied, changed from r784775, incubator/pivot/trunk/web/test/pivot/web/test/server/WebQueryTestServlet.java
Removed:
    incubator/pivot/trunk/charts/test/pivot/
    incubator/pivot/trunk/demos/src/org/apache/pivot/demos/clock/Demo.java
    incubator/pivot/trunk/demos/src/org/apache/pivot/demos/roweditor/Demo.java
    incubator/pivot/trunk/web/src/pivot/
    incubator/pivot/trunk/web/test/pivot/
Modified:
    incubator/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/stocktracker/StockTracker.java

Copied: incubator/pivot/trunk/demos/src/org/apache/pivot/demos/clock/ClockDemo.java (from r784774, incubator/pivot/trunk/demos/src/org/apache/pivot/demos/clock/Demo.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/src/org/apache/pivot/demos/clock/ClockDemo.java?p2=incubator/pivot/trunk/demos/src/org/apache/pivot/demos/clock/ClockDemo.java&p1=incubator/pivot/trunk/demos/src/org/apache/pivot/demos/clock/Demo.java&r1=784774&r2=784776&rev=784776&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/src/org/apache/pivot/demos/clock/Demo.java (original)
+++ incubator/pivot/trunk/demos/src/org/apache/pivot/demos/clock/ClockDemo.java Mon Jun 15 13:37:13 2009
@@ -28,7 +28,7 @@
  *
  * @author tvolkert
  */
-public class Demo implements Application {
+public class ClockDemo implements Application {
     private Window window;
     private Clock clock = new Clock();
 
@@ -54,6 +54,6 @@
     }
 
     public static void main(String[] args) {
-        DesktopApplicationContext.main(Demo.class, args);
+        DesktopApplicationContext.main(ClockDemo.class, args);
     }
 }

Copied: incubator/pivot/trunk/demos/src/org/apache/pivot/demos/roweditor/RowEditorDemo.java (from r784774, incubator/pivot/trunk/demos/src/org/apache/pivot/demos/roweditor/Demo.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/src/org/apache/pivot/demos/roweditor/RowEditorDemo.java?p2=incubator/pivot/trunk/demos/src/org/apache/pivot/demos/roweditor/RowEditorDemo.java&p1=incubator/pivot/trunk/demos/src/org/apache/pivot/demos/roweditor/Demo.java&r1=784774&r2=784776&rev=784776&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/src/org/apache/pivot/demos/roweditor/Demo.java (original)
+++ incubator/pivot/trunk/demos/src/org/apache/pivot/demos/roweditor/RowEditorDemo.java Mon Jun 15 13:37:13 2009
@@ -36,7 +36,7 @@
  *
  * @author tvolkert
  */
-public class Demo implements Application {
+public class RowEditorDemo implements Application {
     private Window window = null;
 
     @WTKX TableView tableView;
@@ -45,7 +45,7 @@
         throws Exception {
         WTKXSerializer wtkxSerializer = new WTKXSerializer();
         window = (Window)wtkxSerializer.readObject(this, "demo.wtkx");
-        wtkxSerializer.bind(this, Demo.class);
+        wtkxSerializer.bind(this, RowEditorDemo.class);
 
         TableViewRowEditor tableViewRowEditor = new TableViewRowEditor();
         tableView.setRowEditor(tableViewRowEditor);
@@ -85,6 +85,6 @@
     }
 
     public static void main(String[] args) {
-        DesktopApplicationContext.main(Demo.class, args);
+        DesktopApplicationContext.main(RowEditorDemo.class, args);
     }
 }

Modified: incubator/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/stocktracker/StockTracker.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/stocktracker/StockTracker.java?rev=784776&r1=784775&r2=784776&view=diff
==============================================================================
--- incubator/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/stocktracker/StockTracker.java (original)
+++ incubator/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/stocktracker/StockTracker.java Mon Jun 15 13:37:13 2009
@@ -23,6 +23,8 @@
 import java.util.Date;
 import java.util.Locale;
 
+import org.apache.pivot.web.GetQuery;
+
 import pivot.collections.ArrayList;
 import pivot.collections.Dictionary;
 import pivot.collections.List;
@@ -31,7 +33,6 @@
 import pivot.util.Resources;
 import pivot.util.concurrent.Task;
 import pivot.util.concurrent.TaskListener;
-import pivot.web.GetQuery;
 import pivot.wtk.Application;
 import pivot.wtk.ApplicationContext;
 import pivot.wtk.Button;

Copied: incubator/pivot/trunk/web/src/org/apache/pivot/web/Authentication.java (from r784771, incubator/pivot/trunk/web/src/pivot/web/Authentication.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/web/src/org/apache/pivot/web/Authentication.java?p2=incubator/pivot/trunk/web/src/org/apache/pivot/web/Authentication.java&p1=incubator/pivot/trunk/web/src/pivot/web/Authentication.java&r1=784771&r2=784776&rev=784776&view=diff
==============================================================================
--- incubator/pivot/trunk/web/src/pivot/web/Authentication.java (original)
+++ incubator/pivot/trunk/web/src/org/apache/pivot/web/Authentication.java Mon Jun 15 13:37:13 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.web;
+package org.apache.pivot.web;
 
 /**
  * Interface for attaching authentication information to a web query.

Copied: incubator/pivot/trunk/web/src/org/apache/pivot/web/BasicAuthentication.java (from r784771, incubator/pivot/trunk/web/src/pivot/web/BasicAuthentication.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/web/src/org/apache/pivot/web/BasicAuthentication.java?p2=incubator/pivot/trunk/web/src/org/apache/pivot/web/BasicAuthentication.java&p1=incubator/pivot/trunk/web/src/pivot/web/BasicAuthentication.java&r1=784771&r2=784776&rev=784776&view=diff
==============================================================================
--- incubator/pivot/trunk/web/src/pivot/web/BasicAuthentication.java (original)
+++ incubator/pivot/trunk/web/src/org/apache/pivot/web/BasicAuthentication.java Mon Jun 15 13:37:13 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.web;
+package org.apache.pivot.web;
 
 import pivot.util.Base64;
 

Copied: incubator/pivot/trunk/web/src/org/apache/pivot/web/DeleteQuery.java (from r784771, incubator/pivot/trunk/web/src/pivot/web/DeleteQuery.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/web/src/org/apache/pivot/web/DeleteQuery.java?p2=incubator/pivot/trunk/web/src/org/apache/pivot/web/DeleteQuery.java&p1=incubator/pivot/trunk/web/src/pivot/web/DeleteQuery.java&r1=784771&r2=784776&rev=784776&view=diff
==============================================================================
--- incubator/pivot/trunk/web/src/pivot/web/DeleteQuery.java (original)
+++ incubator/pivot/trunk/web/src/org/apache/pivot/web/DeleteQuery.java Mon Jun 15 13:37:13 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.web;
+package org.apache.pivot.web;
 
 /**
  * Executes an HTTP DELETE operation.

Copied: incubator/pivot/trunk/web/src/org/apache/pivot/web/GetQuery.java (from r784771, incubator/pivot/trunk/web/src/pivot/web/GetQuery.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/web/src/org/apache/pivot/web/GetQuery.java?p2=incubator/pivot/trunk/web/src/org/apache/pivot/web/GetQuery.java&p1=incubator/pivot/trunk/web/src/pivot/web/GetQuery.java&r1=784771&r2=784776&rev=784776&view=diff
==============================================================================
--- incubator/pivot/trunk/web/src/pivot/web/GetQuery.java (original)
+++ incubator/pivot/trunk/web/src/org/apache/pivot/web/GetQuery.java Mon Jun 15 13:37:13 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.web;
+package org.apache.pivot.web;
 
 /**
  * Executes an HTTP GET operation.

Copied: incubator/pivot/trunk/web/src/org/apache/pivot/web/PostQuery.java (from r784771, incubator/pivot/trunk/web/src/pivot/web/PostQuery.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/web/src/org/apache/pivot/web/PostQuery.java?p2=incubator/pivot/trunk/web/src/org/apache/pivot/web/PostQuery.java&p1=incubator/pivot/trunk/web/src/pivot/web/PostQuery.java&r1=784771&r2=784776&rev=784776&view=diff
==============================================================================
--- incubator/pivot/trunk/web/src/pivot/web/PostQuery.java (original)
+++ incubator/pivot/trunk/web/src/org/apache/pivot/web/PostQuery.java Mon Jun 15 13:37:13 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.web;
+package org.apache.pivot.web;
 
 import java.net.MalformedURLException;
 import java.net.URL;

Copied: incubator/pivot/trunk/web/src/org/apache/pivot/web/PutQuery.java (from r784771, incubator/pivot/trunk/web/src/pivot/web/PutQuery.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/web/src/org/apache/pivot/web/PutQuery.java?p2=incubator/pivot/trunk/web/src/org/apache/pivot/web/PutQuery.java&p1=incubator/pivot/trunk/web/src/pivot/web/PutQuery.java&r1=784771&r2=784776&rev=784776&view=diff
==============================================================================
--- incubator/pivot/trunk/web/src/pivot/web/PutQuery.java (original)
+++ incubator/pivot/trunk/web/src/org/apache/pivot/web/PutQuery.java Mon Jun 15 13:37:13 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.web;
+package org.apache.pivot.web;
 
 /**
  * Executes an HTTP PUT operation.

Copied: incubator/pivot/trunk/web/src/org/apache/pivot/web/Query.java (from r784771, incubator/pivot/trunk/web/src/pivot/web/Query.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/web/src/org/apache/pivot/web/Query.java?p2=incubator/pivot/trunk/web/src/org/apache/pivot/web/Query.java&p1=incubator/pivot/trunk/web/src/pivot/web/Query.java&r1=784771&r2=784776&rev=784776&view=diff
==============================================================================
--- incubator/pivot/trunk/web/src/pivot/web/Query.java (original)
+++ incubator/pivot/trunk/web/src/org/apache/pivot/web/Query.java Mon Jun 15 13:37:13 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.web;
+package org.apache.pivot.web;
 
 import java.io.InputStream;
 import java.io.OutputStream;

Copied: incubator/pivot/trunk/web/src/org/apache/pivot/web/QueryDictionary.java (from r784771, incubator/pivot/trunk/web/src/pivot/web/QueryDictionary.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/web/src/org/apache/pivot/web/QueryDictionary.java?p2=incubator/pivot/trunk/web/src/org/apache/pivot/web/QueryDictionary.java&p1=incubator/pivot/trunk/web/src/pivot/web/QueryDictionary.java&r1=784771&r2=784776&rev=784776&view=diff
==============================================================================
--- incubator/pivot/trunk/web/src/pivot/web/QueryDictionary.java (original)
+++ incubator/pivot/trunk/web/src/org/apache/pivot/web/QueryDictionary.java Mon Jun 15 13:37:13 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.web;
+package org.apache.pivot.web;
 
 import java.util.Iterator;
 

Copied: incubator/pivot/trunk/web/src/org/apache/pivot/web/QueryException.java (from r784771, incubator/pivot/trunk/web/src/pivot/web/QueryException.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/web/src/org/apache/pivot/web/QueryException.java?p2=incubator/pivot/trunk/web/src/org/apache/pivot/web/QueryException.java&p1=incubator/pivot/trunk/web/src/pivot/web/QueryException.java&r1=784771&r2=784776&rev=784776&view=diff
==============================================================================
--- incubator/pivot/trunk/web/src/pivot/web/QueryException.java (original)
+++ incubator/pivot/trunk/web/src/org/apache/pivot/web/QueryException.java Mon Jun 15 13:37:13 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.web;
+package org.apache.pivot.web;
 
 import pivot.util.concurrent.TaskExecutionException;
 

Copied: incubator/pivot/trunk/web/src/org/apache/pivot/web/QueryListener.java (from r784771, incubator/pivot/trunk/web/src/pivot/web/QueryListener.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/web/src/org/apache/pivot/web/QueryListener.java?p2=incubator/pivot/trunk/web/src/org/apache/pivot/web/QueryListener.java&p1=incubator/pivot/trunk/web/src/pivot/web/QueryListener.java&r1=784771&r2=784776&rev=784776&view=diff
==============================================================================
--- incubator/pivot/trunk/web/src/pivot/web/QueryListener.java (original)
+++ incubator/pivot/trunk/web/src/org/apache/pivot/web/QueryListener.java Mon Jun 15 13:37:13 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.web;
+package org.apache.pivot.web;
 
 /**
  * Query listener interface.

Copied: incubator/pivot/trunk/web/src/org/apache/pivot/web/server/ProxyServlet.java (from r784775, incubator/pivot/trunk/web/src/pivot/web/server/ProxyServlet.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/web/src/org/apache/pivot/web/server/ProxyServlet.java?p2=incubator/pivot/trunk/web/src/org/apache/pivot/web/server/ProxyServlet.java&p1=incubator/pivot/trunk/web/src/pivot/web/server/ProxyServlet.java&r1=784775&r2=784776&rev=784776&view=diff
==============================================================================
--- incubator/pivot/trunk/web/src/pivot/web/server/ProxyServlet.java (original)
+++ incubator/pivot/trunk/web/src/org/apache/pivot/web/server/ProxyServlet.java Mon Jun 15 13:37:13 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.web.server;
+package org.apache.pivot.web.server;
 
 import java.io.BufferedInputStream;
 import java.io.BufferedOutputStream;

Copied: incubator/pivot/trunk/web/src/org/apache/pivot/web/server/QueryServlet.java (from r784775, incubator/pivot/trunk/web/src/pivot/web/server/QueryServlet.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/web/src/org/apache/pivot/web/server/QueryServlet.java?p2=incubator/pivot/trunk/web/src/org/apache/pivot/web/server/QueryServlet.java&p1=incubator/pivot/trunk/web/src/pivot/web/server/QueryServlet.java&r1=784775&r2=784776&rev=784776&view=diff
==============================================================================
--- incubator/pivot/trunk/web/src/pivot/web/server/QueryServlet.java (original)
+++ incubator/pivot/trunk/web/src/org/apache/pivot/web/server/QueryServlet.java Mon Jun 15 13:37:13 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.web.server;
+package org.apache.pivot.web.server;
 
 import java.io.File;
 import java.io.FileInputStream;
@@ -32,15 +32,16 @@
 import javax.servlet.http.HttpServletRequest;
 import javax.servlet.http.HttpServletResponse;
 
+import org.apache.pivot.web.QueryDictionary;
+
 import pivot.serialization.JSONSerializer;
 import pivot.serialization.SerializationException;
 import pivot.serialization.Serializer;
 import pivot.util.Base64;
-import pivot.web.QueryDictionary;
 
 /**
  * Abstract base class for web query servlets. It is the server counterpart to
- * {@link pivot.web.Query pivot.web.Query}.
+ * {@link org.apache.pivot.web.Query pivot.web.Query}.
  *
  * @author tvolkert
  */

Copied: incubator/pivot/trunk/web/test/org/apache/pivot/web/test/QueryDictionaryTest.java (from r784771, incubator/pivot/trunk/web/test/pivot/web/test/QueryDictionaryTest.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/web/test/org/apache/pivot/web/test/QueryDictionaryTest.java?p2=incubator/pivot/trunk/web/test/org/apache/pivot/web/test/QueryDictionaryTest.java&p1=incubator/pivot/trunk/web/test/pivot/web/test/QueryDictionaryTest.java&r1=784771&r2=784776&rev=784776&view=diff
==============================================================================
--- incubator/pivot/trunk/web/test/pivot/web/test/QueryDictionaryTest.java (original)
+++ incubator/pivot/trunk/web/test/org/apache/pivot/web/test/QueryDictionaryTest.java Mon Jun 15 13:37:13 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.web.test;
+package org.apache.pivot.web.test;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertFalse;
@@ -25,9 +25,9 @@
 import java.util.HashSet;
 import java.util.Set;
 
+import org.apache.pivot.web.QueryDictionary;
 import org.junit.Test;
 
-import pivot.web.QueryDictionary;
 
 public class QueryDictionaryTest {
     @Test(expected=IndexOutOfBoundsException.class)

Copied: incubator/pivot/trunk/web/test/org/apache/pivot/web/test/WebQueryTestClient.java (from r784771, incubator/pivot/trunk/web/test/pivot/web/test/WebQueryTestClient.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/web/test/org/apache/pivot/web/test/WebQueryTestClient.java?p2=incubator/pivot/trunk/web/test/org/apache/pivot/web/test/WebQueryTestClient.java&p1=incubator/pivot/trunk/web/test/pivot/web/test/WebQueryTestClient.java&r1=784771&r2=784776&rev=784776&view=diff
==============================================================================
--- incubator/pivot/trunk/web/test/pivot/web/test/WebQueryTestClient.java (original)
+++ incubator/pivot/trunk/web/test/org/apache/pivot/web/test/WebQueryTestClient.java Mon Jun 15 13:37:13 2009
@@ -14,10 +14,16 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.web.test;
+package org.apache.pivot.web.test;
 
 import static org.junit.Assert.assertTrue;
 
+import org.apache.pivot.web.BasicAuthentication;
+import org.apache.pivot.web.DeleteQuery;
+import org.apache.pivot.web.GetQuery;
+import org.apache.pivot.web.PostQuery;
+import org.apache.pivot.web.PutQuery;
+import org.apache.pivot.web.QueryDictionary;
 import org.junit.Test;
 
 import pivot.collections.Dictionary;
@@ -26,12 +32,6 @@
 import pivot.util.concurrent.Task;
 import pivot.util.concurrent.TaskGroup;
 import pivot.util.concurrent.TaskListener;
-import pivot.web.BasicAuthentication;
-import pivot.web.GetQuery;
-import pivot.web.DeleteQuery;
-import pivot.web.PostQuery;
-import pivot.web.PutQuery;
-import pivot.web.QueryDictionary;
 
 public class WebQueryTestClient {
     final static boolean useProxy = true;

Copied: incubator/pivot/trunk/web/test/org/apache/pivot/web/test/server/WebQueryTestServlet.java (from r784775, incubator/pivot/trunk/web/test/pivot/web/test/server/WebQueryTestServlet.java)
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/web/test/org/apache/pivot/web/test/server/WebQueryTestServlet.java?p2=incubator/pivot/trunk/web/test/org/apache/pivot/web/test/server/WebQueryTestServlet.java&p1=incubator/pivot/trunk/web/test/pivot/web/test/server/WebQueryTestServlet.java&r1=784775&r2=784776&rev=784776&view=diff
==============================================================================
--- incubator/pivot/trunk/web/test/pivot/web/test/server/WebQueryTestServlet.java (original)
+++ incubator/pivot/trunk/web/test/org/apache/pivot/web/test/server/WebQueryTestServlet.java Mon Jun 15 13:37:13 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.web.test.server;
+package org.apache.pivot.web.test.server;
 
 import java.io.IOException;
 import java.util.Enumeration;