correcting typo

Double ' removed.
This commit is contained in:
Justin Wayne 2014-06-12 10:29:35 -04:00
parent 3b460d4ab3
commit f75833c488

View File

@ -48,7 +48,7 @@ dependencies {<% styles.each { %>
eclipse {
classpath {
containers.remove(''org.eclipse.jdt.launching.JRE_CONTAINER')
containers.remove('org.eclipse.jdt.launching.JRE_CONTAINER')
containers 'org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-${javaVersion}'
}
}