summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-04-30 09:09:33 -0400
committerJames Moger <james.moger@gitblit.com>2013-04-30 09:09:33 -0400
commit302df69068e0e67993fbf38abfc2f5e266d35c68 (patch)
tree05a2c51f5853ce4a81c9dc71e248d49e269d2e31 /build.xml
parent32ada71dcd725abdbacc05ac32001c1f47df2bdc (diff)
downloadgitblit-302df69068e0e67993fbf38abfc2f5e266d35c68.tar.gz
gitblit-302df69068e0e67993fbf38abfc2f5e266d35c68.zip
Include alternate user services in WAR and Express builds
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 5d0cf90b..33555299 100644
--- a/build.xml
+++ b/build.xml
@@ -287,6 +287,9 @@
<class name="com.gitblit.SyndicationFilter" />
<class name="com.gitblit.SyndicationServlet" />
<class name="com.gitblit.wicket.GitBlitWebApp" />
+ <!-- Manually include alternative User Services -->
+ <class name="com.gitblit.LdapUserService" />
+ <class name="com.gitblit.RedmineUserService" />
</mx:genjar>
<!-- Build the WAR file -->
@@ -395,6 +398,9 @@
<class name="com.gitblit.SyndicationFilter" />
<class name="com.gitblit.SyndicationServlet" />
<class name="com.gitblit.wicket.GitBlitWebApp" />
+ <!-- Manually include alternative User Services -->
+ <class name="com.gitblit.LdapUserService" />
+ <class name="com.gitblit.RedmineUserService" />
</mx:genjar>
<!-- Build Express Zip file -->