Changeset 1548 for trunk


Ignore:
Timestamp:
05/13/14 09:41:46 (10 years ago)
Author:
sherbold
Message:
  • changed compilation to Java7
Location:
trunk/autoquest-jfcmonitor
Files:
2 edited

Legend:

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

    r822 r1548  
    1313                </attributes> 
    1414        </classpathentry> 
    15         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> 
     15        <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> 
    1616                <attributes> 
    1717                        <attribute name="maven.pomderived" value="true"/> 
    1818                </attributes> 
    1919        </classpathentry> 
    20         <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> 
     20        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> 
    2121                <attributes> 
    2222                        <attribute name="maven.pomderived" value="true"/> 
  • trunk/autoquest-jfcmonitor/pom.xml

    r1541 r1548  
    3838                <version>2.3.2</version> 
    3939                <configuration> 
    40                     <source>1.6</source> 
    41                     <target>1.6</target> 
     40                    <source>1.7</source> 
     41                    <target>1.7</target> 
    4242                </configuration> 
    4343            </plugin> 
Note: See TracChangeset for help on using the changeset viewer.