diff options
author | Florian Zschocke <florian.zschocke@devolo.de> | 2019-11-11 22:01:31 +0100 |
---|---|---|
committer | Florian Zschocke <florian.zschocke@devolo.de> | 2019-11-11 22:01:31 +0100 |
commit | 413062f058771e0a5e494d480c6f383a9d170d04 (patch) | |
tree | 4494f3a56f3508c3301512f84e6bc51a19673330 /.classpath | |
parent | 6fa945de3b2a92c476abb39224a67b4917bd8f36 (diff) | |
download | gitblit-413062f058771e0a5e494d480c6f383a9d170d04.tar.gz gitblit-413062f058771e0a5e494d480c6f383a9d170d04.zip |
Set .classpath back to moxie generated version.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -95,10 +95,5 @@ <classpathentry kind="lib" path="ext/mockito-core-1.10.19.jar" sourcepath="ext/src/mockito-core-1.10.19.jar" /> <classpathentry kind="lib" path="ext/objenesis-2.1.jar" sourcepath="ext/src/objenesis-2.1.jar" /> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" /> - <classpathentry kind="src" path="src/main/dagger"> - <attributes> - <attribute name="optional" value="true"/> - </attributes> - </classpathentry> <classpathentry kind="output" path="bin/classes" /> </classpath> |