diff options
author | James Moger <james.moger@gitblit.com> | 2014-07-03 16:16:54 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-07-03 16:16:54 -0400 |
commit | 6bd25df6bd0dfbc2e516ba5d392e7ba580b6eea9 (patch) | |
tree | c1f5b9713f960f63eafdbd5a21e1613682193c84 /.classpath | |
parent | be4a85d5682754eeb0a5c91d12c6210933c6d14c (diff) | |
download | gitblit-6bd25df6bd0dfbc2e516ba5d392e7ba580b6eea9.tar.gz gitblit-6bd25df6bd0dfbc2e516ba5d392e7ba580b6eea9.zip |
Switch apt folder from 'dagger' to 'gen'
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ <classpathentry kind="lib" path="ext/selenium-api-2.28.0.jar" sourcepath="ext/src/selenium-api-2.28.0.jar" /> <classpathentry kind="lib" path="ext/commons-exec-1.1.jar" sourcepath="ext/src/commons-exec-1.1.jar" /> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" /> - <classpathentry kind="src" path="src/main/dagger"> + <classpathentry kind="src" path="src/main/gen"> <attributes> <attribute name="optional" value="true"/> </attributes> |