From 2a43f9899916de956450baa033f76737b31e7f65 Mon Sep 17 00:00:00 2001 From: Peter Powers <pmpowers@usgs.gov> Date: Tue, 15 Aug 2017 08:48:30 -0600 Subject: [PATCH] gradle eclipse mods --- .classpath | 20 ++------------------ .project | 11 ++--------- 2 files changed, 4 insertions(+), 27 deletions(-) diff --git a/.classpath b/.classpath index 8db432e43..94f115db4 100644 --- a/.classpath +++ b/.classpath @@ -1,23 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> - <classpathentry kind="src" path="test"/> - <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> - <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/> - <classpathentry kind="lib" path="lib/gson-2.8.0.jar"> - <attributes> - <attribute name="javadoc_location" value="http://google.github.io/gson/apidocs/"/> - </attributes> - </classpathentry> - <classpathentry kind="lib" path="lib/guava-20.0.jar"> - <attributes> - <attribute name="javadoc_location" value="http://google.github.io/guava/releases/20.0/api/docs/"/> - </attributes> - </classpathentry> - <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"/> - </attributes> - </classpathentry> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/> + <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> <classpathentry kind="output" path="classes"/> </classpath> diff --git a/.project b/.project index 84c144303..c09177e09 100644 --- a/.project +++ b/.project @@ -5,26 +5,19 @@ <projects> </projects> <buildSpec> - <buildCommand> - <name>org.eclipse.wst.common.project.facet.core.builder</name> - <arguments> - </arguments> - </buildCommand> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> - <name>org.eclipse.wst.validation.validationbuilder</name> + <name>org.eclipse.buildship.core.gradleprojectbuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> - <nature>org.eclipse.jem.workbench.JavaEMFNature</nature> - <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> - <nature>org.eclipse.wst.common.project.facet.core.nature</nature> + <nature>org.eclipse.buildship.core.gradleprojectnature</nature> </natures> </projectDescription> -- GitLab