Merge "Require Java 7"
This commit is contained in:
@@ -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__)
|
||||||
|
Reference in New Issue
Block a user