diff options
author | william <william.fromtw@gmail.com> | 2017-01-24 17:30:01 +0800 |
---|---|---|
committer | william <william.fromtw@gmail.com> | 2017-01-24 17:30:01 +0800 |
commit | 370487036c1d4037b9c54258eb0e8dbd4ab4036b (patch) | |
tree | 54de5236a42d13c590549ae05c1209a4ae626cf7 /.classpath | |
parent | 651b9980f5b8664939b91674252d0dfdc754fed2 (diff) | |
download | gitblit-370487036c1d4037b9c54258eb0e8dbd4ab4036b.tar.gz gitblit-370487036c1d4037b9c54258eb0e8dbd4ab4036b.zip |
Sending email (certificate zip file) based on locale that user selected
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -49,7 +49,7 @@ <classpathentry kind="lib" path="ext/httpcore-4.3.3.jar" sourcepath="ext/src/httpcore-4.3.3.jar" /> <classpathentry kind="lib" path="ext/commons-logging-1.1.3.jar" sourcepath="ext/src/commons-logging-1.1.3.jar" /> <classpathentry kind="lib" path="ext/commons-codec-1.7.jar" sourcepath="ext/src/commons-codec-1.7.jar" /> - <classpathentry kind="lib" path="ext/org.eclipse.jdt.annotation-1.1.0.jar" /> + <classpathentry kind="lib" path="ext/org.eclipse.jdt.annotation-1.1.0.jar" sourcepath="ext/src/org.eclipse.jdt.annotation-1.1.0.jar" /> <classpathentry kind="lib" path="ext/org.eclipse.jgit.http.server-4.1.1.201511131810-r.jar" sourcepath="ext/src/org.eclipse.jgit.http.server-4.1.1.201511131810-r.jar" /> <classpathentry kind="lib" path="ext/bcprov-jdk15on-1.52.jar" sourcepath="ext/src/bcprov-jdk15on-1.52.jar" /> <classpathentry kind="lib" path="ext/bcmail-jdk15on-1.52.jar" sourcepath="ext/src/bcmail-jdk15on-1.52.jar" /> @@ -94,10 +94,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> |