Changeset 1548
- Timestamp:
- 05/13/14 09:41:46 (11 years ago)
- Location:
- trunk/autoquest-jfcmonitor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-jfcmonitor/.classpath
r822 r1548 13 13 </attributes> 14 14 </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"> 16 16 <attributes> 17 17 <attribute name="maven.pomderived" value="true"/> 18 18 </attributes> 19 19 </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"> 21 21 <attributes> 22 22 <attribute name="maven.pomderived" value="true"/> -
trunk/autoquest-jfcmonitor/pom.xml
r1541 r1548 38 38 <version>2.3.2</version> 39 39 <configuration> 40 <source>1. 6</source>41 <target>1. 6</target>40 <source>1.7</source> 41 <target>1.7</target> 42 42 </configuration> 43 43 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.