diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2016-08-21 22:31:46 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2016-08-21 22:31:46 +0200 |
commit | 6db49cf2f92e854ce184c18e45fc31154176bc22 (patch) | |
tree | 6e91d871f433f9a291c90dff1d60f58d4af6c8a7 /.classpath | |
parent | b626d7520f9bf51c4d2773475e3e7614048bff47 (diff) |
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 20 |
1 files changed, 16 insertions, 4 deletions
@@ -1,9 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <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/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/> + <classpathentry kind="src" path="res"> + <attributes> + <attribute name="FROM_GRADLE_MODEL" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="src" path="src"> + <attributes> + <attribute name="FROM_GRADLE_MODEL" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="src" path="test"> + <attributes> + <attribute name="FROM_GRADLE_MODEL" value="true"/> + </attributes> + </classpathentry> <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/> <classpathentry kind="output" path="bin"/> </classpath> |