diff options
author | Thomas <> | 2021-06-25 15:51:24 +0200 |
---|---|---|
committer | Thomas <> | 2021-06-25 15:51:24 +0200 |
commit | d56e44152fef81e41764b512dc520c34c656d19e (patch) | |
tree | 1b9ff34a602560bdaaae91bc0cc7986f0b6aa484 /.classpath | |
parent | e9d3b7dac0b81a38dfb65dad75b6e8c3f6f2a76f (diff) | |
download | egovutils-d56e44152fef81e41764b512dc520c34c656d19e.tar.gz egovutils-d56e44152fef81e41764b512dc520c34c656d19e.tar.bz2 egovutils-d56e44152fef81e41764b512dc520c34c656d19e.zip |
switch to next release version
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -15,6 +15,7 @@ <attributes> <attribute name="optional" value="true"/> <attribute name="maven.pomderived" value="true"/> + <attribute name="test" value="true"/> </attributes> </classpathentry> <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"> @@ -28,9 +29,9 @@ <attribute name="org.eclipse.jst.component.nondependency" value=""/> </attributes> </classpathentry> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> <attributes> - <attribute name="owner.project.facets" value="java"/> + <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> <classpathentry kind="output" path="target/classes"/> |