Merge "Require Java 7"

This commit is contained in:
Shawn Pearce
2013-11-18 04:12:35 +00:00
committed by Gerrit Code Review

View File

@@ -28,7 +28,7 @@ GWT = ['//gerrit-gwtui:ui_module']
JRE = '/'.join([ JRE = '/'.join([
'org.eclipse.jdt.launching.JRE_CONTAINER', 'org.eclipse.jdt.launching.JRE_CONTAINER',
'org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType', 'org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType',
'JavaSE-1.6', 'JavaSE-1.7',
]) ])
ROOT = path.abspath(__file__) ROOT = path.abspath(__file__)