Browse Source

Switch apt folder from 'dagger' to 'gen'

tags/v1.7.0
James Moger 9 years ago
parent
commit
6bd25df6bd
4 changed files with 4 additions and 3 deletions
  1. 1
    1
      .classpath
  2. 1
    1
      build.moxie
  3. 1
    1
      gitblit.iml
  4. 1
    0
      src/main/.gitignore

+ 1
- 1
.classpath View File

@@ -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>

+ 1
- 1
build.moxie View File

@@ -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

+ 1
- 1
gitblit.iml View File

@@ -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" />

+ 1
- 0
src/main/.gitignore View File

@@ -1 +1,2 @@
/dagger
/gen

Loading…
Cancel
Save