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:47:44 UTC

svn commit: r784781 - in /incubator/pivot/trunk: core/test/org/ core/test/org/apache/ core/test/org/apache/pivot/ core/test/org/apache/pivot/collections/ core/test/org/apache/pivot/collections/test/ core/test/org/apache/pivot/serialization/ core/test/o...

Author: gbrown
Date: Mon Jun 15 13:47:42 2009
New Revision: 784781

URL: http://svn.apache.org/viewvc?rev=784781&view=rev
Log:
Rename pivot.* to org.apache.pivot.* in additional projects.

Added:
    incubator/pivot/trunk/core/test/org/
    incubator/pivot/trunk/core/test/org/apache/
    incubator/pivot/trunk/core/test/org/apache/pivot/
    incubator/pivot/trunk/core/test/org/apache/pivot/collections/
    incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/
      - copied from r784775, incubator/pivot/trunk/core/test/pivot/collections/test/
    incubator/pivot/trunk/core/test/org/apache/pivot/serialization/
    incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/
      - copied from r784775, incubator/pivot/trunk/core/test/pivot/serialization/test/
    incubator/pivot/trunk/core/test/org/apache/pivot/util/
    incubator/pivot/trunk/core/test/org/apache/pivot/util/concurrent/
    incubator/pivot/trunk/core/test/org/apache/pivot/util/concurrent/test/
      - copied from r784775, incubator/pivot/trunk/core/test/pivot/util/concurrent/test/
    incubator/pivot/trunk/core/test/org/apache/pivot/util/test/
      - copied from r784775, incubator/pivot/trunk/core/test/pivot/util/test/
    incubator/pivot/trunk/wtk/test/org/
    incubator/pivot/trunk/wtk/test/org/apache/
    incubator/pivot/trunk/wtk/test/org/apache/pivot/
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/
      - copied from r784775, incubator/pivot/trunk/wtk/test/pivot/wtk/test/
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/
      - copied from r784775, incubator/pivot/trunk/wtk/test/pivot/wtk/text/test/
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtkx/
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtkx/test/
      - copied from r784775, incubator/pivot/trunk/wtk/test/pivot/wtkx/test/
Removed:
    incubator/pivot/trunk/core/test/pivot/collections/
    incubator/pivot/trunk/core/test/pivot/serialization/
    incubator/pivot/trunk/core/test/pivot/util/concurrent/
    incubator/pivot/trunk/core/test/pivot/util/test/
    incubator/pivot/trunk/wtk/test/pivot/wtk/test/
    incubator/pivot/trunk/wtk/test/pivot/wtk/text/
    incubator/pivot/trunk/wtk/test/pivot/wtkx/
Modified:
    incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/ArrayListTest.java
    incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/EnumListTest.java
    incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/EnumMapTest.java
    incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/LinkedListTest.java
    incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/QueueTest.java
    incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/StackTest.java
    incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/SynchronizedQueueTest.java
    incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/SynchronizedStackTest.java
    incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/BinarySerializerTest.java
    incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/ByteArraySerializerTest.java
    incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/CSVSerializerTest.java
    incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/JSONSerializerTest.java
    incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/PropertiesSerializerTest.java
    incubator/pivot/trunk/core/test/org/apache/pivot/util/concurrent/test/TaskTest.java
    incubator/pivot/trunk/core/test/org/apache/pivot/util/test/ListenerListTest.java
    incubator/pivot/trunk/core/test/org/apache/pivot/util/test/MIMETypeTest.java
    incubator/pivot/trunk/core/test/org/apache/pivot/util/test/ResourcesTest.java
    incubator/pivot/trunk/core/test/org/apache/pivot/util/test/VersionTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/AccordionTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/BorderTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CardPaneTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CheckedListViewTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ColorListButtonTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/DragDropTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/FileBrowserTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/FlowPaneTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/FormTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/IterationTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/LabelTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/LinkButtonTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewSelectionTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/NativeDragDropTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/PanoramaTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/PushButtonTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ReflectionDecoratorTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SheetTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SliderTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SpinnerFocusTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TablePaneTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TagDecoratorTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TextInputValidatorTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/WindowTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/DocumentAdapter.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/ElementAdapter.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/NodeAdapter.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/NodeAdapterRenderer.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/TextAreaTest.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/TextNodeAdapter.java
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtkx/test/JavaTranslatorTest.java

Modified: incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/ArrayListTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/ArrayListTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/ArrayListTest.java (original)
+++ incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/ArrayListTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.collections.test;
+package org.apache.pivot.collections.test;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotNull;

Modified: incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/EnumListTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/EnumListTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/EnumListTest.java (original)
+++ incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/EnumListTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.collections.test;
+package org.apache.pivot.collections.test;
 
 import static org.junit.Assert.assertEquals;
 

Modified: incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/EnumMapTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/EnumMapTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/EnumMapTest.java (original)
+++ incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/EnumMapTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.collections.test;
+package org.apache.pivot.collections.test;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertTrue;

Modified: incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/LinkedListTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/LinkedListTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/LinkedListTest.java (original)
+++ incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/LinkedListTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.collections.test;
+package org.apache.pivot.collections.test;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotNull;

Modified: incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/QueueTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/QueueTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/QueueTest.java (original)
+++ incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/QueueTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.collections.test;
+package org.apache.pivot.collections.test;
 
 import static org.junit.Assert.assertTrue;
 

Modified: incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/StackTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/StackTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/StackTest.java (original)
+++ incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/StackTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.collections.test;
+package org.apache.pivot.collections.test;
 
 import static org.junit.Assert.assertTrue;
 

Modified: incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/SynchronizedQueueTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/SynchronizedQueueTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/SynchronizedQueueTest.java (original)
+++ incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/SynchronizedQueueTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.collections.test;
+package org.apache.pivot.collections.test;
 
 import static org.junit.Assert.assertTrue;
 

Modified: incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/SynchronizedStackTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/SynchronizedStackTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/SynchronizedStackTest.java (original)
+++ incubator/pivot/trunk/core/test/org/apache/pivot/collections/test/SynchronizedStackTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.collections.test;
+package org.apache.pivot.collections.test;
 
 import static org.junit.Assert.assertTrue;
 

Modified: incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/BinarySerializerTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/BinarySerializerTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/BinarySerializerTest.java (original)
+++ incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/BinarySerializerTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.serialization.test;
+package org.apache.pivot.serialization.test;
 
 import java.io.ByteArrayInputStream;
 import java.io.ByteArrayOutputStream;

Modified: incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/ByteArraySerializerTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/ByteArraySerializerTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/ByteArraySerializerTest.java (original)
+++ incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/ByteArraySerializerTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.serialization.test;
+package org.apache.pivot.serialization.test;
 
 import static org.junit.Assert.assertNotNull;
 import static org.junit.Assert.assertTrue;

Modified: incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/CSVSerializerTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/CSVSerializerTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/CSVSerializerTest.java (original)
+++ incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/CSVSerializerTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.serialization.test;
+package org.apache.pivot.serialization.test;
 
 import java.io.StringReader;
 import java.io.StringWriter;

Modified: incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/JSONSerializerTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/JSONSerializerTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/JSONSerializerTest.java (original)
+++ incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/JSONSerializerTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.serialization.test;
+package org.apache.pivot.serialization.test;
 
 import java.io.InputStream;
 // import java.io.OutputStream;

Modified: incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/PropertiesSerializerTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/PropertiesSerializerTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/PropertiesSerializerTest.java (original)
+++ incubator/pivot/trunk/core/test/org/apache/pivot/serialization/test/PropertiesSerializerTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.serialization.test;
+package org.apache.pivot.serialization.test;
 
 import java.io.ByteArrayInputStream;
 import java.io.ByteArrayOutputStream;

Modified: incubator/pivot/trunk/core/test/org/apache/pivot/util/concurrent/test/TaskTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/test/org/apache/pivot/util/concurrent/test/TaskTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/core/test/org/apache/pivot/util/concurrent/test/TaskTest.java (original)
+++ incubator/pivot/trunk/core/test/org/apache/pivot/util/concurrent/test/TaskTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.util.concurrent.test;
+package org.apache.pivot.util.concurrent.test;
 
 import org.junit.Test;
 

Modified: incubator/pivot/trunk/core/test/org/apache/pivot/util/test/ListenerListTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/test/org/apache/pivot/util/test/ListenerListTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/core/test/org/apache/pivot/util/test/ListenerListTest.java (original)
+++ incubator/pivot/trunk/core/test/org/apache/pivot/util/test/ListenerListTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.util.test;
+package org.apache.pivot.util.test;
 
 import pivot.util.ListenerList;
 

Modified: incubator/pivot/trunk/core/test/org/apache/pivot/util/test/MIMETypeTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/test/org/apache/pivot/util/test/MIMETypeTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/core/test/org/apache/pivot/util/test/MIMETypeTest.java (original)
+++ incubator/pivot/trunk/core/test/org/apache/pivot/util/test/MIMETypeTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.util.test;
+package org.apache.pivot.util.test;
 
 import pivot.util.MIMEType;
 

Modified: incubator/pivot/trunk/core/test/org/apache/pivot/util/test/ResourcesTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/test/org/apache/pivot/util/test/ResourcesTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/core/test/org/apache/pivot/util/test/ResourcesTest.java (original)
+++ incubator/pivot/trunk/core/test/org/apache/pivot/util/test/ResourcesTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.util.test;
+package org.apache.pivot.util.test;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotNull;

Modified: incubator/pivot/trunk/core/test/org/apache/pivot/util/test/VersionTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/core/test/org/apache/pivot/util/test/VersionTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/core/test/org/apache/pivot/util/test/VersionTest.java (original)
+++ incubator/pivot/trunk/core/test/org/apache/pivot/util/test/VersionTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.util.test;
+package org.apache.pivot.util.test;
 
 import pivot.util.Version;
 

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/AccordionTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/AccordionTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/AccordionTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/AccordionTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.test;
+package org.apache.pivot.wtk.test;
 
 import pivot.collections.Dictionary;
 import pivot.wtk.Application;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/BorderTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/BorderTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/BorderTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/BorderTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.test;
+package org.apache.pivot.wtk.test;
 
 import pivot.collections.Dictionary;
 import pivot.wtk.Application;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CardPaneTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CardPaneTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CardPaneTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CardPaneTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.test;
+package org.apache.pivot.wtk.test;
 
 import pivot.collections.Dictionary;
 import pivot.util.Vote;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CheckedListViewTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CheckedListViewTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CheckedListViewTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/CheckedListViewTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.test;
+package org.apache.pivot.wtk.test;
 
 import pivot.collections.Dictionary;
 import pivot.serialization.JSONSerializer;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ColorListButtonTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ColorListButtonTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ColorListButtonTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ColorListButtonTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.test;
+package org.apache.pivot.wtk.test;
 
 import pivot.collections.Dictionary;
 import pivot.wtk.Application;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/DragDropTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/DragDropTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/DragDropTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/DragDropTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.test;
+package org.apache.pivot.wtk.test;
 
 import java.awt.Color;
 import java.io.IOException;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/FileBrowserTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/FileBrowserTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/FileBrowserTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/FileBrowserTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.test;
+package org.apache.pivot.wtk.test;
 
 import pivot.collections.Dictionary;
 import pivot.collections.Sequence;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/FlowPaneTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/FlowPaneTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/FlowPaneTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/FlowPaneTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.test;
+package org.apache.pivot.wtk.test;
 
 import pivot.collections.Dictionary;
 import pivot.wtk.Application;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/FormTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/FormTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/FormTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/FormTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.test;
+package org.apache.pivot.wtk.test;
 
 import pivot.collections.Dictionary;
 import pivot.wtk.Application;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/IterationTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/IterationTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/IterationTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/IterationTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.test;
+package org.apache.pivot.wtk.test;
 
 public class IterationTest {
     public static void main(String[] args) {

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/LabelTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/LabelTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/LabelTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/LabelTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.test;
+package org.apache.pivot.wtk.test;
 
 import pivot.collections.Dictionary;
 import pivot.wtk.Application;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/LinkButtonTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/LinkButtonTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/LinkButtonTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/LinkButtonTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.test;
+package org.apache.pivot.wtk.test;
 
 import pivot.collections.Dictionary;
 import pivot.wtk.Application;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewSelectionTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewSelectionTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewSelectionTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewSelectionTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.test;
+package org.apache.pivot.wtk.test;
 
 import pivot.collections.ArrayList;
 import pivot.collections.Dictionary;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.test;
+package org.apache.pivot.wtk.test;
 
 import pivot.collections.ArrayList;
 import pivot.collections.Dictionary;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/NativeDragDropTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/NativeDragDropTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/NativeDragDropTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/NativeDragDropTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.test;
+package org.apache.pivot.wtk.test;
 
 import java.awt.Font;
 import java.io.IOException;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/PanoramaTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/PanoramaTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/PanoramaTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/PanoramaTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.test;
+package org.apache.pivot.wtk.test;
 
 import pivot.collections.Dictionary;
 import pivot.wtk.Application;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/PushButtonTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/PushButtonTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/PushButtonTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/PushButtonTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.test;
+package org.apache.pivot.wtk.test;
 
 import pivot.collections.Dictionary;
 import pivot.wtk.Application;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ReflectionDecoratorTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ReflectionDecoratorTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ReflectionDecoratorTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ReflectionDecoratorTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.test;
+package org.apache.pivot.wtk.test;
 
 import pivot.collections.ArrayList;
 import pivot.collections.Dictionary;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SheetTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SheetTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SheetTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SheetTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.test;
+package org.apache.pivot.wtk.test;
 
 import pivot.collections.Dictionary;
 import pivot.util.Vote;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SliderTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SliderTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SliderTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SliderTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.test;
+package org.apache.pivot.wtk.test;
 
 import pivot.collections.Dictionary;
 import pivot.wtk.Application;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SpinnerFocusTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SpinnerFocusTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SpinnerFocusTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/SpinnerFocusTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.test;
+package org.apache.pivot.wtk.test;
 
 import pivot.collections.Dictionary;
 import pivot.wtk.Action;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TablePaneTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TablePaneTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TablePaneTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TablePaneTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.test;
+package org.apache.pivot.wtk.test;
 
 import pivot.collections.Dictionary;
 import pivot.wtk.Application;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TagDecoratorTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TagDecoratorTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TagDecoratorTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TagDecoratorTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.test;
+package org.apache.pivot.wtk.test;
 
 import pivot.collections.Dictionary;
 import pivot.wtk.Application;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TextInputValidatorTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TextInputValidatorTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TextInputValidatorTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/TextInputValidatorTest.java Mon Jun 15 13:47:42 2009
@@ -11,7 +11,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.test;
+package org.apache.pivot.wtk.test;
 
 import pivot.collections.Dictionary;
 import pivot.wtk.Application;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/WindowTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/WindowTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/WindowTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/WindowTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.test;
+package org.apache.pivot.wtk.test;
 
 import pivot.collections.Dictionary;
 import pivot.wtk.Application;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/DocumentAdapter.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/DocumentAdapter.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/DocumentAdapter.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/DocumentAdapter.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.text.test;
+package org.apache.pivot.wtk.text.test;
 
 import pivot.wtk.text.Document;
 

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/ElementAdapter.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/ElementAdapter.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/ElementAdapter.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/ElementAdapter.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.text.test;
+package org.apache.pivot.wtk.text.test;
 
 import java.util.Comparator;
 import java.util.Iterator;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/NodeAdapter.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/NodeAdapter.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/NodeAdapter.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/NodeAdapter.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.text.test;
+package org.apache.pivot.wtk.text.test;
 
 import pivot.wtk.text.Element;
 import pivot.wtk.text.Node;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/NodeAdapterRenderer.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/NodeAdapterRenderer.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/NodeAdapterRenderer.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/NodeAdapterRenderer.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.text.test;
+package org.apache.pivot.wtk.text.test;
 
 import java.awt.Color;
 import java.awt.Font;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/TextAreaTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/TextAreaTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/TextAreaTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/TextAreaTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.text.test;
+package org.apache.pivot.wtk.text.test;
 
 import pivot.collections.Dictionary;
 import pivot.collections.Sequence;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/TextNodeAdapter.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/TextNodeAdapter.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/TextNodeAdapter.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/text/test/TextNodeAdapter.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtk.text.test;
+package org.apache.pivot.wtk.text.test;
 
 import pivot.wtk.text.TextNode;
 import pivot.wtk.text.TextNodeListener;

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtkx/test/JavaTranslatorTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtkx/test/JavaTranslatorTest.java?rev=784781&r1=784775&r2=784781&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtkx/test/JavaTranslatorTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtkx/test/JavaTranslatorTest.java Mon Jun 15 13:47:42 2009
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package pivot.wtkx.test;
+package org.apache.pivot.wtkx.test;
 
 import java.io.InputStream;
 import java.util.ArrayList;