Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 1654 invoked from network); 27 Aug 2006 18:01:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Aug 2006 18:01:25 -0000 Received: (qmail 74367 invoked by uid 500); 27 Aug 2006 18:01:25 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 74330 invoked by uid 500); 27 Aug 2006 18:01:25 -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 74319 invoked by uid 99); 27 Aug 2006 18:01:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Aug 2006 11:01:25 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Aug 2006 11:01:24 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 0A0CE1A981A; Sun, 27 Aug 2006 11:01:03 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r437428 - in /incubator/harmony/enhanced/classlib/trunk/modules/jndi: .settings/org.eclipse.jdt.core.prefs .settings/org.eclipse.jdt.ui.prefs META-INF/MANIFEST.MF Date: Sun, 27 Aug 2006 18:01:03 -0000 To: harmony-commits@incubator.apache.org From: ndbeyer@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060827180104.0A0CE1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: ndbeyer Date: Sun Aug 27 11:01:00 2006 New Revision: 437428 URL: http://svn.apache.org/viewvc?rev=437428&view=rev Log: Update Eclipse JDT (compiler) settings; correct manifest to include 'java.rmi' packages. Modified: incubator/harmony/enhanced/classlib/trunk/modules/jndi/.settings/org.eclipse.jdt.core.prefs incubator/harmony/enhanced/classlib/trunk/modules/jndi/.settings/org.eclipse.jdt.ui.prefs incubator/harmony/enhanced/classlib/trunk/modules/jndi/META-INF/MANIFEST.MF Modified: incubator/harmony/enhanced/classlib/trunk/modules/jndi/.settings/org.eclipse.jdt.core.prefs URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/jndi/.settings/org.eclipse.jdt.core.prefs?rev=437428&r1=437427&r2=437428&view=diff ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/jndi/.settings/org.eclipse.jdt.core.prefs (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/jndi/.settings/org.eclipse.jdt.core.prefs Sun Aug 27 11:01:00 2006 @@ -1,7 +1,7 @@ -#Wed May 03 13:10:22 BST 2006 +#Sun Aug 27 12:58:48 CDT 2006 eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.4 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve org.eclipse.jdt.core.compiler.compliance=1.5 org.eclipse.jdt.core.compiler.debug.lineNumber=generate Modified: incubator/harmony/enhanced/classlib/trunk/modules/jndi/.settings/org.eclipse.jdt.ui.prefs URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/jndi/.settings/org.eclipse.jdt.ui.prefs?rev=437428&r1=437427&r2=437428&view=diff ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/jndi/.settings/org.eclipse.jdt.ui.prefs (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/jndi/.settings/org.eclipse.jdt.ui.prefs Sun Aug 27 11:01:00 2006 @@ -1,3 +1,3 @@ -#Wed May 03 13:10:00 BST 2006 +#Sun Aug 27 12:58:47 CDT 2006 eclipse.preferences.version=1 -internal.default.compliance=user +internal.default.compliance=default Modified: incubator/harmony/enhanced/classlib/trunk/modules/jndi/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/jndi/META-INF/MANIFEST.MF?rev=437428&r1=437427&r2=437428&view=diff ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/jndi/META-INF/MANIFEST.MF (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/jndi/META-INF/MANIFEST.MF Sun Aug 27 11:01:00 2006 @@ -13,6 +13,10 @@ java.lang.reflect, java.net, java.nio.charset;resolution:=optional, + java.rmi, + java.rmi.activation, + java.rmi.registry, + java.rmi.server, java.security, java.text;resolution:=optional, java.util,