summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-09-27 21:14:12 -0400
committerJames Moger <james.moger@gitblit.com>2012-09-27 21:14:12 -0400
commit926f193238ef2bb41e34eb1cbe65cd944994606a (patch)
treec5c3e3d8049c55458260c4348767cf682d58e0c6 /.classpath
parent005ac05887d14d439a50274aed3edd4ab54af34a (diff)
downloadgitblit-926f193238ef2bb41e34eb1cbe65cd944994606a.tar.gz
gitblit-926f193238ef2bb41e34eb1cbe65cd944994606a.zip
Exclude hamcrest from builds, change output folders
Diffstat (limited to '.classpath')
-rw-r--r--.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/.classpath b/.classpath
index d4bfd91a..47505a64 100644
--- a/.classpath
+++ b/.classpath
@@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="resources"/>
- <classpathentry kind="src" path="tests"/>
+ <classpathentry kind="src" path="tests" output="bin/test-classes"/>
<classpathentry kind="lib" path="ext/jcommander-1.17.jar" sourcepath="ext/src/jcommander-1.17-sources.jar" />
<classpathentry kind="lib" path="ext/log4j-1.2.17.jar" sourcepath="ext/src/log4j-1.2.17-sources.jar" />
<classpathentry kind="lib" path="ext/slf4j-api-1.6.6.jar" sourcepath="ext/src/slf4j-api-1.6.6-sources.jar" />
@@ -34,6 +34,6 @@
<classpathentry kind="lib" path="ext/ivy-2.2.0.jar" sourcepath="ext/src/ivy-2.2.0-sources.jar" />
<classpathentry kind="lib" path="ext/junit-4.10.jar" sourcepath="ext/src/junit-4.10-sources.jar" />
<classpathentry kind="lib" path="ext/hamcrest-core-1.1.jar" />
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="output" path="bin/classes"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
</classpath> \ No newline at end of file