From depot-cvs-return-210-apmail-incubator-depot-cvs-archive=incubator.apache.org@incubator.apache.org Thu Apr 01 23:55:26 2004 Return-Path: Delivered-To: apmail-incubator-depot-cvs-archive@www.apache.org Received: (qmail 64737 invoked from network); 1 Apr 2004 23:55:26 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Apr 2004 23:55:26 -0000 Received: (qmail 17861 invoked by uid 500); 1 Apr 2004 23:55:12 -0000 Delivered-To: apmail-incubator-depot-cvs-archive@incubator.apache.org Received: (qmail 17844 invoked by uid 500); 1 Apr 2004 23:55:12 -0000 Mailing-List: contact depot-cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: depot-dev@incubator.apache.org Delivered-To: mailing list depot-cvs@incubator.apache.org Received: (qmail 17830 invoked from network); 1 Apr 2004 23:55:12 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 1 Apr 2004 23:55:12 -0000 Received: (qmail 64727 invoked by uid 65534); 1 Apr 2004 23:55:25 -0000 Date: 1 Apr 2004 23:55:25 -0000 Message-ID: <20040401235525.64719.qmail@minotaur.apache.org> From: ajack@apache.org To: depot-cvs@incubator.apache.org Subject: svn commit: rev 9841 - in incubator/depot/trunk: common/src/test/org common/src/test/org/apache common/src/test/org/apache/depot common/src/test/org/apache/depot/common common/src/test/org/apache/depot/common/util common/src/test/org/apache/depot/common/util/classpath common/src/test/org/apache/depot/common/util/dom version/src/test/java/core/org/apache/depot/version/util X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: ajack Date: Thu Apr 1 15:55:24 2004 New Revision: 9841 Added: incubator/depot/trunk/common/src/test/org/ incubator/depot/trunk/common/src/test/org/apache/ incubator/depot/trunk/common/src/test/org/apache/depot/ incubator/depot/trunk/common/src/test/org/apache/depot/common/ incubator/depot/trunk/common/src/test/org/apache/depot/common/util/ - copied from rev 9839, incubator/depot/trunk/version/src/test/java/core/org/apache/depot/version/util/ Removed: incubator/depot/trunk/version/src/test/java/core/org/apache/depot/version/util/ Modified: incubator/depot/trunk/common/src/test/org/apache/depot/common/util/RegistryTests.java incubator/depot/trunk/common/src/test/org/apache/depot/common/util/classpath/PathContextTests.java incubator/depot/trunk/common/src/test/org/apache/depot/common/util/classpath/PathPartTests.java incubator/depot/trunk/common/src/test/org/apache/depot/common/util/classpath/PathSetTests.java incubator/depot/trunk/common/src/test/org/apache/depot/common/util/classpath/PathWalkerFilterTests.java incubator/depot/trunk/common/src/test/org/apache/depot/common/util/classpath/PathWalkerTests.java incubator/depot/trunk/common/src/test/org/apache/depot/common/util/dom/DOMTests.java Log: Trying to move as would seem appropriate. Hope it is. Modified: incubator/depot/trunk/common/src/test/org/apache/depot/common/util/RegistryTests.java ============================================================================== --- incubator/depot/trunk/version/src/test/java/core/org/apache/depot/version/util/RegistryTests.java (original) +++ incubator/depot/trunk/common/src/test/org/apache/depot/common/util/RegistryTests.java Thu Apr 1 15:55:24 2004 @@ -14,7 +14,7 @@ * limitations under the License. */ -package org.apache.depot.version.util; +package org.apache.depot.common.util; import junit.framework.TestCase; Modified: incubator/depot/trunk/common/src/test/org/apache/depot/common/util/classpath/PathContextTests.java ============================================================================== --- incubator/depot/trunk/version/src/test/java/core/org/apache/depot/version/util/classpath/PathContextTests.java (original) +++ incubator/depot/trunk/common/src/test/org/apache/depot/common/util/classpath/PathContextTests.java Thu Apr 1 15:55:24 2004 @@ -14,7 +14,7 @@ * limitations under the License. */ -package org.apache.depot.version.util.classpath; +package org.apache.depot.common.util.classpath; import junit.framework.TestCase; Modified: incubator/depot/trunk/common/src/test/org/apache/depot/common/util/classpath/PathPartTests.java ============================================================================== --- incubator/depot/trunk/version/src/test/java/core/org/apache/depot/version/util/classpath/PathPartTests.java (original) +++ incubator/depot/trunk/common/src/test/org/apache/depot/common/util/classpath/PathPartTests.java Thu Apr 1 15:55:24 2004 @@ -14,7 +14,7 @@ * limitations under the License. */ -package org.apache.depot.version.util.classpath; +package org.apache.depot.common.util.classpath; import junit.framework.TestCase; Modified: incubator/depot/trunk/common/src/test/org/apache/depot/common/util/classpath/PathSetTests.java ============================================================================== --- incubator/depot/trunk/version/src/test/java/core/org/apache/depot/version/util/classpath/PathSetTests.java (original) +++ incubator/depot/trunk/common/src/test/org/apache/depot/common/util/classpath/PathSetTests.java Thu Apr 1 15:55:24 2004 @@ -14,7 +14,7 @@ * limitations under the License. */ -package org.apache.depot.version.util.classpath; +package org.apache.depot.common.util.classpath; import java.util.Iterator; Modified: incubator/depot/trunk/common/src/test/org/apache/depot/common/util/classpath/PathWalkerFilterTests.java ============================================================================== --- incubator/depot/trunk/version/src/test/java/core/org/apache/depot/version/util/classpath/PathWalkerFilterTests.java (original) +++ incubator/depot/trunk/common/src/test/org/apache/depot/common/util/classpath/PathWalkerFilterTests.java Thu Apr 1 15:55:24 2004 @@ -14,7 +14,7 @@ * limitations under the License. */ -package org.apache.depot.version.util.classpath; +package org.apache.depot.common.util.classpath; import java.io.File; import java.io.InputStream; Modified: incubator/depot/trunk/common/src/test/org/apache/depot/common/util/classpath/PathWalkerTests.java ============================================================================== --- incubator/depot/trunk/version/src/test/java/core/org/apache/depot/version/util/classpath/PathWalkerTests.java (original) +++ incubator/depot/trunk/common/src/test/org/apache/depot/common/util/classpath/PathWalkerTests.java Thu Apr 1 15:55:24 2004 @@ -14,7 +14,7 @@ * limitations under the License. */ -package org.apache.depot.version.util.classpath; +package org.apache.depot.common.util.classpath; import java.io.File; import java.io.InputStream; Modified: incubator/depot/trunk/common/src/test/org/apache/depot/common/util/dom/DOMTests.java ============================================================================== --- incubator/depot/trunk/version/src/test/java/core/org/apache/depot/version/util/dom/DOMTests.java (original) +++ incubator/depot/trunk/common/src/test/org/apache/depot/common/util/dom/DOMTests.java Thu Apr 1 15:55:24 2004 @@ -14,7 +14,7 @@ * limitations under the License. */ -package org.apache.depot.version.util.dom; +package org.apache.depot.common.util.dom; import junit.framework.TestCase;