Changeset 2182 for trunk/autoquest-htmlmonitor
- Timestamp:
- 11/24/17 10:52:39 (7 years ago)
- Location:
- trunk/autoquest-htmlmonitor
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-htmlmonitor/.classpath
r2138 r2182 18 18 </attributes> 19 19 </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"> 21 21 <attributes> 22 22 <attribute name="maven.pomderived" value="true"/> -
trunk/autoquest-htmlmonitor/.settings/org.eclipse.jdt.core.prefs
r1344 r2182 1 1 eclipse.preferences.version=1 2 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 73 org.eclipse.jdt.core.compiler.compliance=1. 72 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 3 org.eclipse.jdt.core.compiler.compliance=1.8 4 4 org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning 5 org.eclipse.jdt.core.compiler.source=1. 75 org.eclipse.jdt.core.compiler.source=1.8 -
trunk/autoquest-htmlmonitor/pom.xml
r2179 r2182 122 122 <version>2.3.2</version> 123 123 <configuration> 124 <source>1. 7</source>125 <target>1. 7</target>124 <source>1.8</source> 125 <target>1.8</target> 126 126 </configuration> 127 127 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.