Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 47703 invoked from network); 3 May 2006 20:36:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 May 2006 20:36:19 -0000 Received: (qmail 35717 invoked by uid 500); 3 May 2006 20:36:19 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 35683 invoked by uid 500); 3 May 2006 20:36:18 -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 35672 invoked by uid 99); 3 May 2006 20:36:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2006 13:36:18 -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: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 03 May 2006 13:36:17 -0700 Received: (qmail 47520 invoked by uid 65534); 3 May 2006 20:35:57 -0000 Message-ID: <20060503203557.47519.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r399416 - in /incubator/harmony/enhanced/classlib/trunk/modules/prefs: .classpath .project .settings/ .settings/org.eclipse.jdt.core.prefs .settings/org.eclipse.jdt.ui.prefs .settings/org.eclipse.pde.core.prefs META-INF/MANIFEST.MF Date: Wed, 03 May 2006 20:35:56 -0000 To: harmony-commits@incubator.apache.org From: tellison@apache.org X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: tellison Date: Wed May 3 13:35:54 2006 New Revision: 399416 URL: http://svn.apache.org/viewcvs?rev=399416&view=rev Log: Update manifest and store Eclipse metadata Added: incubator/harmony/enhanced/classlib/trunk/modules/prefs/.classpath (with props) incubator/harmony/enhanced/classlib/trunk/modules/prefs/.project (with props) incubator/harmony/enhanced/classlib/trunk/modules/prefs/.settings/ incubator/harmony/enhanced/classlib/trunk/modules/prefs/.settings/org.eclipse.jdt.core.prefs incubator/harmony/enhanced/classlib/trunk/modules/prefs/.settings/org.eclipse.jdt.ui.prefs incubator/harmony/enhanced/classlib/trunk/modules/prefs/.settings/org.eclipse.pde.core.prefs Modified: incubator/harmony/enhanced/classlib/trunk/modules/prefs/META-INF/MANIFEST.MF Added: incubator/harmony/enhanced/classlib/trunk/modules/prefs/.classpath URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/prefs/.classpath?rev=399416&view=auto ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/prefs/.classpath (added) +++ incubator/harmony/enhanced/classlib/trunk/modules/prefs/.classpath Wed May 3 13:35:54 2006 @@ -0,0 +1,8 @@ + + + + + + + + Propchange: incubator/harmony/enhanced/classlib/trunk/modules/prefs/.classpath ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/harmony/enhanced/classlib/trunk/modules/prefs/.project URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/prefs/.project?rev=399416&view=auto ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/prefs/.project (added) +++ incubator/harmony/enhanced/classlib/trunk/modules/prefs/.project Wed May 3 13:35:54 2006 @@ -0,0 +1,28 @@ + + + prefs + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + + Propchange: incubator/harmony/enhanced/classlib/trunk/modules/prefs/.project ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/harmony/enhanced/classlib/trunk/modules/prefs/.settings/org.eclipse.jdt.core.prefs URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/prefs/.settings/org.eclipse.jdt.core.prefs?rev=399416&view=auto ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/prefs/.settings/org.eclipse.jdt.core.prefs (added) +++ incubator/harmony/enhanced/classlib/trunk/modules/prefs/.settings/org.eclipse.jdt.core.prefs Wed May 3 13:35:54 2006 @@ -0,0 +1,12 @@ +#Wed May 03 13:10:22 BST 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.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=1.5 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.5 Added: incubator/harmony/enhanced/classlib/trunk/modules/prefs/.settings/org.eclipse.jdt.ui.prefs URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/prefs/.settings/org.eclipse.jdt.ui.prefs?rev=399416&view=auto ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/prefs/.settings/org.eclipse.jdt.ui.prefs (added) +++ incubator/harmony/enhanced/classlib/trunk/modules/prefs/.settings/org.eclipse.jdt.ui.prefs Wed May 3 13:35:54 2006 @@ -0,0 +1,3 @@ +#Wed May 03 13:10:00 BST 2006 +eclipse.preferences.version=1 +internal.default.compliance=user Added: incubator/harmony/enhanced/classlib/trunk/modules/prefs/.settings/org.eclipse.pde.core.prefs URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/prefs/.settings/org.eclipse.pde.core.prefs?rev=399416&view=auto ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/prefs/.settings/org.eclipse.pde.core.prefs (added) +++ incubator/harmony/enhanced/classlib/trunk/modules/prefs/.settings/org.eclipse.pde.core.prefs Wed May 3 13:35:54 2006 @@ -0,0 +1,4 @@ +#Wed Apr 05 20:38:47 BST 2006 +eclipse.preferences.version=1 +pluginProject.equinox=false +pluginProject.extensions=false Modified: incubator/harmony/enhanced/classlib/trunk/modules/prefs/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/prefs/META-INF/MANIFEST.MF?rev=399416&r1=399415&r2=399416&view=diff ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/prefs/META-INF/MANIFEST.MF (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/prefs/META-INF/MANIFEST.MF Wed May 3 13:35:54 2006 @@ -5,18 +5,21 @@ Bundle-Version: 1.0.0 Bundle-ClassPath: . Eclipse-JREBundle: true -Import-Package: java.lang, - java.io, +Import-Package: java.io, + java.lang, + java.lang.reflect;resolution:=optional, java.net, - java.security, java.nio, java.nio.channels, java.nio.charset, + java.security, java.util, javax.xml.parsers, javax.xml.transform, org.apache.harmony.luni.util, + org.apache.harmony.misc, org.apache.xpath, org.w3c.dom, - org.xml.sax + org.xml.sax, + tests.util;resolution:=optional;hy_usage=test Export-Package: java.util.prefs