Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 55970 invoked from network); 29 Dec 2005 13:34:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Dec 2005 13:34:37 -0000 Received: (qmail 40730 invoked by uid 500); 29 Dec 2005 13:34:37 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 40696 invoked by uid 500); 29 Dec 2005 13:34:36 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 40685 invoked by uid 99); 29 Dec 2005 13:34:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2005 05:34:36 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 29 Dec 2005 05:34:35 -0800 Received: (qmail 55699 invoked by uid 65534); 29 Dec 2005 13:34:15 -0000 Message-ID: <20051229133415.55698.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r359785 - in /incubator/harmony/enhanced/classlib/trunk/java-src/nio/java: com/ java/ Date: Thu, 29 Dec 2005 13:34:15 -0000 To: harmony-commits@incubator.apache.org From: tellison@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: tellison Date: Thu Dec 29 05:34:11 2005 New Revision: 359785 URL: http://svn.apache.org/viewcvs?rev=359785&view=rev Log: Restructuring NIO component layout to allow main and test co-location Added: incubator/harmony/enhanced/classlib/trunk/java-src/nio/java/com/ - copied from r358782, incubator/harmony/enhanced/classlib/trunk/java-src/nio/src/com/ incubator/harmony/enhanced/classlib/trunk/java-src/nio/java/java/ - copied from r358782, incubator/harmony/enhanced/classlib/trunk/java-src/nio/src/java/