From d19549897c0c373522e29fdcf0701edfd4956ae2 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 03 Jul 2014 16:21:01 -0400 Subject: [PATCH] Merged #128 "Move apt folder from 'dagger' to 'gen'" --- src/main/.gitignore | 1 + .classpath | 2 +- build.moxie | 2 +- gitblit.iml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.classpath b/.classpath index 2be40ad..c5fe4e5 100644 --- a/.classpath +++ b/.classpath @@ -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> diff --git a/build.moxie b/build.moxie index 4755627..2f86a3c 100644 --- a/build.moxie +++ b/build.moxie @@ -58,7 +58,7 @@ 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 34308ae..5f985a5 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -7,7 +7,7 @@ <content url="file://$MODULE_DIR$"> <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$/src/main/bugtraq" isTestSource="false" /> - <sourceFolder url="file://$MODULE_DIR$/src/main/dagger" isTestSource="false" /> + <sourceFolder url="file://$MODULE_DIR$/src/main/gen" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" /> <sourceFolder url="file://$MODULE_DIR$/src/test/bugtraq" isTestSource="true" /> <sourceFolder url="file://$MODULE_DIR$/src/main/resources" isTestSource="false" /> diff --git a/src/main/.gitignore b/src/main/.gitignore index 01c48ab..0d04688 100644 --- a/src/main/.gitignore +++ b/src/main/.gitignore @@ -1 +1,2 @@ /dagger +/gen -- Gitblit v1.9.1