summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-04-15 17:18:51 -0400
committerJames Moger <james.moger@gitblit.com>2011-04-15 17:18:51 -0400
commit87cc1ed60735a419a3ea23f20614fc0a3f9bab60 (patch)
tree272ae060613fcc4616c6ad46bc47d7048200e872 /build.xml
parent155bf78e3377910d29b2c912f58c0f496cb428e8 (diff)
downloadgitblit-87cc1ed60735a419a3ea23f20614fc0a3f9bab60.tar.gz
gitblit-87cc1ed60735a419a3ea23f20614fc0a3f9bab60.zip
Settings overhaul. Fixes to authentication. Bind interface feature.
Settings access has been abstracted and the way is becoming clear to offer a WAR build in addition to the integrated server stack. Util methods moved around.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 34c19575..524a1789 100644
--- a/build.xml
+++ b/build.xml
@@ -17,6 +17,7 @@
<javac srcdir="${basedir}/src" destdir="${project.build.dir}">
<include name="com/gitblit/Build.java" />
<include name="com/gitblit/Constants.java" />
+ <include name="com/gitblit/utils/StringUtils.java" />
</javac>
<java classpath="${project.build.dir}" classname="com.gitblit.Build" />