From: James Moger Date: Thu, 3 Jul 2014 20:16:54 +0000 (-0400) Subject: Switch apt folder from 'dagger' to 'gen' X-Git-Tag: v1.7.0~1^2~204^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6bd25df6bd0dfbc2e516ba5d392e7ba580b6eea9;p=gitblit.git Switch apt folder from 'dagger' to 'gen' --- diff --git a/.classpath b/.classpath index 2be40ad2..c5fe4e56 100644 --- a/.classpath +++ b/.classpath @@ -88,7 +88,7 @@ - + diff --git a/build.moxie b/build.moxie index 47556272..2f86a3c7 100644 --- a/build.moxie +++ b/build.moxie @@ -58,7 +58,7 @@ mainclass: com.gitblit.GitBlitServer sourceDirectories: - compile 'src/main/java' - compile 'src/main/bugtraq' -- compile 'src/main/dagger' apt +- compile 'src/main/gen' apt - test 'src/test/java' - test 'src/test/bugtraq' # Moxie supports one site-scoped directory for mx:doc diff --git a/gitblit.iml b/gitblit.iml index 34308aeb..5f985a5b 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -7,7 +7,7 @@ - + diff --git a/src/main/.gitignore b/src/main/.gitignore index 01c48ab2..0d046882 100644 --- a/src/main/.gitignore +++ b/src/main/.gitignore @@ -1 +1,2 @@ /dagger +/gen