diff options
| author | Ben Culkin <scorpress@gmail.com> | 2020-04-06 16:44:46 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2020-04-06 16:44:46 -0400 |
| commit | 9f23a0172db25ab5fb3fef8e8f45a7d22944f833 (patch) | |
| tree | f241a82ea4b174c085c0cd1e631240da878f597f /.classpath | |
| parent | 051d00447b5b37a191611016842ee5e3523e0ae0 (diff) | |
Update eclipse settings
Update the various eclipse files
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 20 |
1 files changed, 17 insertions, 3 deletions
@@ -1,6 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> - <classpathentry kind="src" path="src"/> - <classpathentry kind="output" path="bin"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> + <attributes> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="src" output="target/classes" path="src"> + <attributes> + <attribute name="optional" value="true"/> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> + <attributes> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="output" path="target/classes"/> </classpath> |
