You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2009/07/10 11:31:01 UTC

svn commit: r792854 - /harmony/enhanced/tools/trunk/eclipse/org.apache.harmony.eclipse.jdt.launching.environments/META-INF/MANIFEST.MF

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