Ignore:
Timestamp:
11/24/17 10:52:39 (7 years ago)
Author:
pharms
Message:

update to Java 1.8

Location:
trunk/autoquest-plugin-guitar
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-guitar/.classpath

    r2140 r2182  
    1818                </attributes> 
    1919        </classpathentry> 
    20         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> 
     20        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> 
    2121                <attributes> 
    2222                        <attribute name="maven.pomderived" value="true"/> 
  • trunk/autoquest-plugin-guitar/.settings/org.eclipse.jdt.core.prefs

    r1343 r2182  
    11eclipse.preferences.version=1 
    2 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 
    3 org.eclipse.jdt.core.compiler.compliance=1.7 
     2org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 
     3org.eclipse.jdt.core.compiler.compliance=1.8 
    44org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning 
    5 org.eclipse.jdt.core.compiler.source=1.7 
     5org.eclipse.jdt.core.compiler.source=1.8 
Note: See TracChangeset for help on using the changeset viewer.