Changeset 2182 for trunk/autoquest-jfcmonitor
- Timestamp:
- 11/24/17 10:52:39 (7 years ago)
- Location:
- trunk/autoquest-jfcmonitor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-jfcmonitor/.classpath
r1779 r2182 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. 7">15 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> 16 16 <attributes> 17 17 <attribute name="maven.pomderived" value="true"/> -
trunk/autoquest-jfcmonitor/pom.xml
r2179 r2182 38 38 <version>2.3.2</version> 39 39 <configuration> 40 <source>1. 7</source>41 <target>1. 7</target>40 <source>1.8</source> 41 <target>1.8</target> 42 42 </configuration> 43 43 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.