Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 26089 invoked from network); 10 Jul 2009 09:31:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Jul 2009 09:31:14 -0000 Received: (qmail 95709 invoked by uid 500); 10 Jul 2009 09:31:24 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 95671 invoked by uid 500); 10 Jul 2009 09:31:24 -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 95662 invoked by uid 99); 10 Jul 2009 09:31:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2009 09:31:24 +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; Fri, 10 Jul 2009 09:31:22 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E883B23888D7; Fri, 10 Jul 2009 09:31:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r792854 - /harmony/enhanced/tools/trunk/eclipse/org.apache.harmony.eclipse.jdt.launching.environments/META-INF/MANIFEST.MF Date: Fri, 10 Jul 2009 09:31:01 -0000 To: commits@harmony.apache.org From: tellison@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090710093101.E883B23888D7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tellison Date: Fri Jul 10 09:31:00 2009 New Revision: 792854 URL: http://svn.apache.org/viewvc?rev=792854&view=rev Log: Should work on Eclipse JDT 3.3 onwards Modified: harmony/enhanced/tools/trunk/eclipse/org.apache.harmony.eclipse.jdt.launching.environments/META-INF/MANIFEST.MF Modified: harmony/enhanced/tools/trunk/eclipse/org.apache.harmony.eclipse.jdt.launching.environments/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/harmony/enhanced/tools/trunk/eclipse/org.apache.harmony.eclipse.jdt.launching.environments/META-INF/MANIFEST.MF?rev=792854&r1=792853&r2=792854&view=diff ============================================================================== --- harmony/enhanced/tools/trunk/eclipse/org.apache.harmony.eclipse.jdt.launching.environments/META-INF/MANIFEST.MF (original) +++ harmony/enhanced/tools/trunk/eclipse/org.apache.harmony.eclipse.jdt.launching.environments/META-INF/MANIFEST.MF Fri Jul 10 09:31:00 2009 @@ -6,8 +6,8 @@ Bundle-Activator: org.apache.harmony.eclipse.jdt.launching.environments.Activator Bundle-Vendor: Apache Software Foundation Require-Bundle: org.eclipse.core.runtime, - org.eclipse.jdt.launching;bundle-version="3.5.100", - org.eclipse.jdt.core;bundle-version="3.5.0" + org.eclipse.jdt.launching;bundle-version="3.3.0", + org.eclipse.jdt.core;bundle-version="3.3.0" Bundle-RequiredExecutionEnvironment: J2SE-1.5 Eclipse-LazyStart: true Bundle-ActivationPolicy: lazy