You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2013/12/14 18:29:51 UTC

svn commit: r1550954 - in /ant/ivy/ivyde/trunk: org.apache.ivyde.eclipse.resolvevisualizer/META-INF/MANIFEST.MF org.apache.ivyde.eclipse/META-INF/MANIFEST.MF

Author: hibou
Date: Sat Dec 14 17:29:50 2013
New Revision: 1550954

URL: http://svn.apache.org/r1550954
Log:
We now require java 6

Modified:
    ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse.resolvevisualizer/META-INF/MANIFEST.MF
    ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/META-INF/MANIFEST.MF

Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse.resolvevisualizer/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse.resolvevisualizer/META-INF/MANIFEST.MF?rev=1550954&r1=1550953&r2=1550954&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse.resolvevisualizer/META-INF/MANIFEST.MF (original)
+++ ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse.resolvevisualizer/META-INF/MANIFEST.MF Sat Dec 14 17:29:50 2013
@@ -14,5 +14,5 @@ Require-Bundle: org.eclipse.ui;bundle-ve
  org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)",
  org.eclipse.ui.forms;bundle-version="[3.4.0,4.0.0)"
 Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-Vendor: Apache Software Foundation

Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/META-INF/MANIFEST.MF?rev=1550954&r1=1550953&r2=1550954&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/META-INF/MANIFEST.MF (original)
+++ ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/META-INF/MANIFEST.MF Sat Dec 14 17:29:50 2013
@@ -35,4 +35,4 @@ Require-Bundle: org.apache.xerces;bundle
  org.eclipse.debug.ui;bundle-version="[3.4.0,4.0.0)",
  org.eclipse.core.variables;bundle-version="[3.2.0,4.0.0)"
 Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6