File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22<classpath >
33 <classpathentry excluding =" **/.svn/*" kind =" src" path =" src" />
44 <classpathentry excluding =" **/.svn/*" kind =" src" path =" test" />
5- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7" />
5+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8" >
6+ <attributes >
7+ <attribute name =" module" value =" true" />
8+ </attributes >
9+ </classpathentry >
610 <classpathentry kind =" lib" path =" lib/junit-4.8.2.jar" />
711 <classpathentry kind =" output" path =" bin" />
812</classpath >
Original file line number Diff line number Diff line change 11eclipse.preferences.version =1
22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
3- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.7
4- org.eclipse.jdt.core.compiler.compliance =1.7
3+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.8
4+ org.eclipse.jdt.core.compiler.compliance =1.8
55org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
66org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
7- org.eclipse.jdt.core.compiler.source =1.7
7+ org.eclipse.jdt.core.compiler.release =enabled
8+ org.eclipse.jdt.core.compiler.source =1.8
You can’t perform that action at this time.
0 commit comments