summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-07-12 20:27:56 -0400
committerJames Moger <james.moger@gitblit.com>2011-07-12 20:27:56 -0400
commit9cf48d26e7c95306844a2f8e640cd691de3be220 (patch)
tree0b2786c935e7d323f03fcebd049cf8b516f5a9d1 /build.xml
parent5c284113a1a458db0d3440de351034503b3d52b3 (diff)
downloadgitblit-9cf48d26e7c95306844a2f8e640cd691de3be220.tar.gz
gitblit-9cf48d26e7c95306844a2f8e640cd691de3be220.zip
Fix to build method.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 954bc03f..ab794136 100644
--- a/build.xml
+++ b/build.xml
@@ -2,7 +2,8 @@
<project name="gitblit" default="compile" basedir=".">
<!-- Google Code upload task -->
- <taskdef classname="net.bluecow.googlecode.ant.GoogleCodeUploadTask" classpath="${basedir}/tools/ant-googlecode-0.0.3.jar" name="gcupload"/>
+ <taskdef classname="net.bluecow.googlecode.ant.GoogleCodeUploadTask"
+ classpath="${basedir}/tools/ant-googlecode-0.0.3.jar" name="gcupload"/>
<!-- Project Properties -->
<property name="project.jar" value="gitblit.jar" />