From kato-commits-return-424-apmail-incubator-kato-commits-archive=incubator.apache.org@incubator.apache.org Tue Jun 16 15:36:59 2009 Return-Path: Delivered-To: apmail-incubator-kato-commits-archive@minotaur.apache.org Received: (qmail 15392 invoked from network); 16 Jun 2009 15:36:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Jun 2009 15:36:59 -0000 Received: (qmail 28943 invoked by uid 500); 16 Jun 2009 15:37:11 -0000 Delivered-To: apmail-incubator-kato-commits-archive@incubator.apache.org Received: (qmail 28928 invoked by uid 500); 16 Jun 2009 15:37:11 -0000 Mailing-List: contact kato-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: kato-dev@incubator.apache.org Delivered-To: mailing list kato-commits@incubator.apache.org Received: (qmail 28918 invoked by uid 99); 16 Jun 2009 15:37:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2009 15:37:10 +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; Tue, 16 Jun 2009 15:37:08 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8A9FD238887A; Tue, 16 Jun 2009 15:36:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r785260 - in /incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.api.registry.plugin: .classpath .settings/org.eclipse.jdt.core.prefs Date: Tue, 16 Jun 2009 15:36:48 -0000 To: kato-commits@incubator.apache.org From: spoole@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090616153648.8A9FD238887A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: spoole Date: Tue Jun 16 15:36:48 2009 New Revision: 785260 URL: http://svn.apache.org/viewvc?rev=785260&view=rev Log: updated eclipse prefs for registry plugin so it compiles at 1.6 Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.api.registry.plugin/.classpath incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.api.registry.plugin/.settings/org.eclipse.jdt.core.prefs Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.api.registry.plugin/.classpath URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.api.registry.plugin/.classpath?rev=785260&r1=785259&r2=785260&view=diff ============================================================================== --- incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.api.registry.plugin/.classpath (original) +++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.api.registry.plugin/.classpath Tue Jun 16 15:36:48 2009 @@ -4,11 +4,8 @@ - - - - + - + Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.api.registry.plugin/.settings/org.eclipse.jdt.core.prefs URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.api.registry.plugin/.settings/org.eclipse.jdt.core.prefs?rev=785260&r1=785259&r2=785260&view=diff ============================================================================== --- incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.api.registry.plugin/.settings/org.eclipse.jdt.core.prefs (original) +++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.api.registry.plugin/.settings/org.eclipse.jdt.core.prefs Tue Jun 16 15:36:48 2009 @@ -1,5 +1,12 @@ -#Mon May 25 23:44:38 BST 2009 +#Tue Jun 16 16:36:09 BST 2009 eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve org.eclipse.jdt.core.compiler.compliance=1.6 +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.6