diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2016-08-21 01:14:38 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2016-08-21 01:14:38 +0200 |
commit | 3a25d47f187fe7499d2d481d9a0a3411a92bfa11 (patch) | |
tree | 40ee4efedd0bcbd29aa0ec8e5cb3c8e11af9e26e /.classpath | |
parent | 7f80ab416a708e5c31116b9af7295af673d116d7 (diff) |
Switched from ant to gradle, had to refactor some of the tests because of the new build structure, a bit ugly but should pass
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 16 |
1 files changed, 2 insertions, 14 deletions
@@ -3,19 +3,7 @@ <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="res"/> <classpathentry kind="src" path="test"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="lib" path="lib/jackson-annotations-2.5.0.jar"/> - <classpathentry kind="lib" path="lib/jackson-core-2.5.3.jar"> - <attributes> - <attribute name="javadoc_location" value="http://fasterxml.github.com/jackson-core/javadoc/2.5/"/> - </attributes> - </classpathentry> - <classpathentry kind="lib" path="lib/jackson-databind-2.5.3.jar"> - <attributes> - <attribute name="javadoc_location" value="http://fasterxml.github.com/jackson-databind/javadoc/2.5/"/> - </attributes> - </classpathentry> - <classpathentry kind="lib" path="lib/junit/hamcrest-core-1.3.jar" sourcepath="lib/junit/hamcrest-core-1.3-sources.jar"/> - <classpathentry kind="lib" path="lib/junit/junit-4.12.jar" sourcepath="lib/junit/junit-4.12-sources.jar"/> + <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="bin"/> </classpath> |