Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 79768 invoked from network); 19 Aug 2009 20:11:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Aug 2009 20:11:14 -0000 Received: (qmail 40098 invoked by uid 500); 19 Aug 2009 20:11:33 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 40053 invoked by uid 500); 19 Aug 2009 20:11:33 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 40044 invoked by uid 99); 19 Aug 2009 20:11:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 20:11:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 20:11:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 803512388907; Wed, 19 Aug 2009 20:11:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r805957 [2/2] - in /harmony/enhanced/classlib/branches/java6: ./ make/ modules/accessibility/ modules/annotation/ modules/applet/ modules/archive/ modules/auth/ modules/awt/ modules/beans/ modules/concurrent/ modules/concurrent/src/main/jav... Date: Wed, 19 Aug 2009 20:10:40 -0000 To: commits@harmony.apache.org From: hindessm@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090819201103.803512388907@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: harmony/enhanced/classlib/branches/java6/modules/nio/build.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/nio/build.xml?rev=805957&r1=805956&r2=805957&view=diff ============================================================================== --- harmony/enhanced/classlib/branches/java6/modules/nio/build.xml (original) +++ harmony/enhanced/classlib/branches/java6/modules/nio/build.xml Wed Aug 19 20:10:30 2009 @@ -25,7 +25,7 @@ - + @@ -49,7 +49,7 @@ - + @@ -57,19 +57,20 @@ - + - + + @@ -82,7 +83,7 @@ - + @@ -109,20 +110,12 @@ - - - - - - - - - - + + @@ -186,4 +179,8 @@ + + + + Modified: harmony/enhanced/classlib/branches/java6/modules/nio_char/build.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/nio_char/build.xml?rev=805957&r1=805956&r2=805957&view=diff ============================================================================== --- harmony/enhanced/classlib/branches/java6/modules/nio_char/build.xml (original) +++ harmony/enhanced/classlib/branches/java6/modules/nio_char/build.xml Wed Aug 19 20:10:30 2009 @@ -25,7 +25,7 @@ - + @@ -57,12 +57,13 @@ - + + @@ -75,7 +76,7 @@ - + @@ -101,21 +102,13 @@ - - - - - - - - - - + + @@ -182,4 +175,8 @@ + + + + Modified: harmony/enhanced/classlib/branches/java6/modules/pack200/build.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/pack200/build.xml?rev=805957&r1=805956&r2=805957&view=diff ============================================================================== --- harmony/enhanced/classlib/branches/java6/modules/pack200/build.xml (original) +++ harmony/enhanced/classlib/branches/java6/modules/pack200/build.xml Wed Aug 19 20:10:30 2009 @@ -27,8 +27,7 @@ - + @@ -63,12 +62,13 @@ - + + @@ -77,7 +77,7 @@ - + @@ -119,20 +119,12 @@ - - - - - - - - - - + + @@ -184,7 +176,7 @@ - + + + + + Propchange: harmony/enhanced/classlib/branches/java6/modules/pack200/depends/manifests/asm-3.1/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Wed Aug 19 20:10:30 2009 @@ -1 +1 @@ -/harmony/enhanced/classlib/trunk/modules/pack200/depends/manifests/asm-3.1:785554-804992 +/harmony/enhanced/classlib/trunk/modules/pack200/depends/manifests/asm-3.1:785554-805827 Propchange: harmony/enhanced/classlib/branches/java6/modules/pack200/src/main/java5/org/apache/harmony/pack200/Pack200Adapter.java ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Wed Aug 19 20:10:30 2009 @@ -1 +1 @@ -/harmony/enhanced/classlib/trunk/modules/pack200/src/main/java5/org/apache/harmony/pack200/Pack200Adapter.java:782694-804992 +/harmony/enhanced/classlib/trunk/modules/pack200/src/main/java5/org/apache/harmony/pack200/Pack200Adapter.java:782694-805827 Propchange: harmony/enhanced/classlib/branches/java6/modules/pack200/src/main/java5/org/apache/harmony/pack200/Pack200PackerAdapter.java ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Wed Aug 19 20:10:30 2009 @@ -1 +1 @@ -/harmony/enhanced/classlib/trunk/modules/pack200/src/main/java5/org/apache/harmony/pack200/Pack200PackerAdapter.java:782694-804992 +/harmony/enhanced/classlib/trunk/modules/pack200/src/main/java5/org/apache/harmony/pack200/Pack200PackerAdapter.java:782694-805827 Modified: harmony/enhanced/classlib/branches/java6/modules/portlib/build.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/portlib/build.xml?rev=805957&r1=805956&r2=805957&view=diff ============================================================================== --- harmony/enhanced/classlib/branches/java6/modules/portlib/build.xml (original) +++ harmony/enhanced/classlib/branches/java6/modules/portlib/build.xml Wed Aug 19 20:10:30 2009 @@ -34,7 +34,7 @@ - + @@ -53,7 +53,7 @@ - + @@ -67,7 +67,7 @@ - + @@ -77,7 +77,7 @@ - + @@ -85,7 +85,7 @@ - + @@ -110,7 +110,7 @@ - + @@ -118,7 +118,7 @@ - + @@ -131,7 +131,7 @@ - + @@ -148,7 +148,7 @@ - + @@ -156,7 +156,7 @@ - + Modified: harmony/enhanced/classlib/branches/java6/modules/prefs/build.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/prefs/build.xml?rev=805957&r1=805956&r2=805957&view=diff ============================================================================== --- harmony/enhanced/classlib/branches/java6/modules/prefs/build.xml (original) +++ harmony/enhanced/classlib/branches/java6/modules/prefs/build.xml Wed Aug 19 20:10:30 2009 @@ -27,7 +27,7 @@ - + @@ -65,12 +65,13 @@ - + + - + + @@ -61,7 +62,7 @@ - + @@ -88,7 +89,7 @@ - + @@ -96,25 +97,14 @@ - + - - - - - - - - - - - - + @@ -125,6 +115,11 @@ dir="src/main/java/${hy.os.family}/org/apache/harmony/x/print" includes="javax.print.PrintServiceLookup"/> + + + + + @@ -190,4 +185,8 @@ + + + + Modified: harmony/enhanced/classlib/branches/java6/modules/regex/build.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/regex/build.xml?rev=805957&r1=805956&r2=805957&view=diff ============================================================================== --- harmony/enhanced/classlib/branches/java6/modules/regex/build.xml (original) +++ harmony/enhanced/classlib/branches/java6/modules/regex/build.xml Wed Aug 19 20:10:30 2009 @@ -25,7 +25,7 @@ - + @@ -43,12 +43,13 @@ - + + @@ -57,7 +58,7 @@ - + @@ -80,20 +81,12 @@ - - - - - - - - - - + + @@ -156,4 +149,8 @@ + + + + Modified: harmony/enhanced/classlib/branches/java6/modules/rmi/build.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/rmi/build.xml?rev=805957&r1=805956&r2=805957&view=diff ============================================================================== --- harmony/enhanced/classlib/branches/java6/modules/rmi/build.xml (original) +++ harmony/enhanced/classlib/branches/java6/modules/rmi/build.xml Wed Aug 19 20:10:30 2009 @@ -25,7 +25,7 @@ - + @@ -43,12 +43,13 @@ - + + @@ -57,7 +58,7 @@ - + @@ -80,20 +81,12 @@ - - - - - - - - - - + + @@ -159,4 +152,8 @@ + + + + Modified: harmony/enhanced/classlib/branches/java6/modules/security-kernel/build.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/security-kernel/build.xml?rev=805957&r1=805956&r2=805957&view=diff ============================================================================== --- harmony/enhanced/classlib/branches/java6/modules/security-kernel/build.xml (original) +++ harmony/enhanced/classlib/branches/java6/modules/security-kernel/build.xml Wed Aug 19 20:10:30 2009 @@ -37,7 +37,7 @@ - + @@ -50,11 +50,16 @@ - + + + + + + Modified: harmony/enhanced/classlib/branches/java6/modules/security/build.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/security/build.xml?rev=805957&r1=805956&r2=805957&view=diff ============================================================================== --- harmony/enhanced/classlib/branches/java6/modules/security/build.xml (original) +++ harmony/enhanced/classlib/branches/java6/modules/security/build.xml Wed Aug 19 20:10:30 2009 @@ -25,7 +25,7 @@ - + @@ -65,12 +65,13 @@ - + + @@ -83,7 +84,7 @@ - + @@ -110,20 +111,12 @@ - - - - - - - - - - + + @@ -262,4 +255,8 @@ + + + + Modified: harmony/enhanced/classlib/branches/java6/modules/sound/build.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/sound/build.xml?rev=805957&r1=805956&r2=805957&view=diff ============================================================================== --- harmony/enhanced/classlib/branches/java6/modules/sound/build.xml (original) +++ harmony/enhanced/classlib/branches/java6/modules/sound/build.xml Wed Aug 19 20:10:30 2009 @@ -25,7 +25,7 @@ - + @@ -43,12 +43,13 @@ - + + @@ -57,7 +58,7 @@ - + @@ -80,20 +81,12 @@ - - - - - - - - - - + + @@ -159,4 +152,8 @@ + + + + Modified: harmony/enhanced/classlib/branches/java6/modules/sql/build.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/sql/build.xml?rev=805957&r1=805956&r2=805957&view=diff ============================================================================== --- harmony/enhanced/classlib/branches/java6/modules/sql/build.xml (original) +++ harmony/enhanced/classlib/branches/java6/modules/sql/build.xml Wed Aug 19 20:10:30 2009 @@ -28,8 +28,7 @@ - + @@ -57,12 +56,13 @@ - + + @@ -72,7 +72,7 @@ - + @@ -95,20 +95,12 @@ - - - - - - - - - - + + @@ -176,4 +168,8 @@ + + + + Modified: harmony/enhanced/classlib/branches/java6/modules/suncompat/build.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/suncompat/build.xml?rev=805957&r1=805956&r2=805957&view=diff ============================================================================== --- harmony/enhanced/classlib/branches/java6/modules/suncompat/build.xml (original) +++ harmony/enhanced/classlib/branches/java6/modules/suncompat/build.xml Wed Aug 19 20:10:30 2009 @@ -43,12 +43,13 @@ - + + @@ -56,7 +57,7 @@ - + @@ -80,20 +81,12 @@ - - - - - - - - - - + + @@ -152,4 +145,8 @@ + + + + Modified: harmony/enhanced/classlib/branches/java6/modules/swing/build.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/swing/build.xml?rev=805957&r1=805956&r2=805957&view=diff ============================================================================== --- harmony/enhanced/classlib/branches/java6/modules/swing/build.xml (original) +++ harmony/enhanced/classlib/branches/java6/modules/swing/build.xml Wed Aug 19 20:10:30 2009 @@ -33,7 +33,7 @@ - + @@ -51,13 +51,14 @@ - + + @@ -66,7 +67,7 @@ - + @@ -93,21 +94,13 @@ - - - - - - - - - - + + @@ -171,4 +164,8 @@ + + + + Propchange: harmony/enhanced/classlib/branches/java6/modules/swing/src/test/api/java.injected/javax/swing/BasicSwingTestCase.java ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Wed Aug 19 20:10:30 2009 @@ -1 +1 @@ -/harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/BasicSwingTestCase.java:768152-804992 +/harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/BasicSwingTestCase.java:768152-805827 Propchange: harmony/enhanced/classlib/branches/java6/modules/swing/src/test/api/java.injected/javax/swing/SwingTestCase.java ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Wed Aug 19 20:10:30 2009 @@ -1 +1 @@ -/harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/SwingTestCase.java:768152-804992 +/harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/SwingTestCase.java:768152-805827 Propchange: harmony/enhanced/classlib/branches/java6/modules/swing/src/test/api/java.injected/javax/swing/text/parser/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Wed Aug 19 20:10:30 2009 @@ -1 +1 @@ -/harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/text/parser:768152-804992 +/harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/text/parser:768152-805827 Modified: harmony/enhanced/classlib/branches/java6/modules/text/build.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/text/build.xml?rev=805957&r1=805956&r2=805957&view=diff ============================================================================== --- harmony/enhanced/classlib/branches/java6/modules/text/build.xml (original) +++ harmony/enhanced/classlib/branches/java6/modules/text/build.xml Wed Aug 19 20:10:30 2009 @@ -25,7 +25,7 @@ - + @@ -43,12 +43,13 @@ - + + @@ -57,7 +58,7 @@ - + @@ -80,20 +81,12 @@ - - - - - - - - - - + + @@ -156,4 +149,8 @@ + + + + Modified: harmony/enhanced/classlib/branches/java6/modules/x-net/build.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/x-net/build.xml?rev=805957&r1=805956&r2=805957&view=diff ============================================================================== --- harmony/enhanced/classlib/branches/java6/modules/x-net/build.xml (original) +++ harmony/enhanced/classlib/branches/java6/modules/x-net/build.xml Wed Aug 19 20:10:30 2009 @@ -25,7 +25,7 @@ - + @@ -43,12 +43,13 @@ - + + @@ -57,7 +58,7 @@ - + @@ -80,20 +81,12 @@ - - - - - - - - - - + + @@ -208,4 +201,8 @@ + + + +