summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-10-17 22:22:40 -0400
committerJames Moger <james.moger@gitblit.com>2011-10-17 22:22:40 -0400
commit44f2dad1f1d3a9ee2b22f213e806d5ef415769b0 (patch)
treef823cc932162a094aa7c6c5d6490a25aee77dc57 /build.xml
parente15f9571998d247df3715202abb84cd54a0d46bc (diff)
downloadgitblit-44f2dad1f1d3a9ee2b22f213e806d5ef415769b0.tar.gz
gitblit-44f2dad1f1d3a9ee2b22f213e806d5ef415769b0.zip
Polish GitblitPanel. Exclude the manager from GO and WAR builds.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 720bf90f..5ed87d5a 100644
--- a/build.xml
+++ b/build.xml
@@ -162,6 +162,7 @@
<jar jarfile="${project.deploy.dir}/${project.jar}">
<fileset dir="${project.build.dir}">
<include name="**/*" />
+ <exclude name="com/gitblit/client/**" />
</fileset>
<fileset dir="${project.resources.dir}">
<exclude name="thumbs.db" />
@@ -365,6 +366,7 @@
<exclude name="WEB-INF/web.xml" />
<exclude name="com/gitblit/tests/" />
<exclude name="com/gitblit/build/**" />
+ <exclude name="com/gitblit/client/**" />
<exclude name="com/gitblit/GitBlitServer*.class" />
<exclude name="com/gitblit/Launcher*.class" />
<exclude name="com/gitblit/MakeCertificate*.class" />