Changeset 1344


Ignore:
Timestamp:
01/30/14 16:28:01 (10 years ago)
Author:
pharms
Message:
  • yeah baby, java 1.7
Location:
trunk/autoquest-htmlmonitor
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-htmlmonitor/.classpath

    r920 r1344  
    1414        </classpathentry> 
    1515        <classpathentry including="**/*.java" kind="src" path="src/main/js"/> 
    16         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> 
     16        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> 
    1717                <attributes> 
    1818                        <attribute name="maven.pomderived" value="true"/> 
  • trunk/autoquest-htmlmonitor/.settings/org.eclipse.jdt.core.prefs

    r857 r1344  
    11eclipse.preferences.version=1 
    2 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 
    3 org.eclipse.jdt.core.compiler.compliance=1.6 
     2org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 
     3org.eclipse.jdt.core.compiler.compliance=1.7 
    44org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning 
    5 org.eclipse.jdt.core.compiler.source=1.6 
     5org.eclipse.jdt.core.compiler.source=1.7 
  • trunk/autoquest-htmlmonitor/pom.xml

    r1193 r1344  
    100100                <version>2.3.2</version> 
    101101                <configuration> 
    102                     <source>1.6</source> 
    103                     <target>1.6</target> 
     102                    <source>1.7</source> 
     103                    <target>1.7</target> 
    104104                </configuration> 
    105105            </plugin> 
Note: See TracChangeset for help on using the changeset viewer.