diff options
author | James Moger <james.moger@gitblit.com> | 2013-04-30 09:09:33 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-04-30 09:09:33 -0400 |
commit | 302df69068e0e67993fbf38abfc2f5e266d35c68 (patch) | |
tree | 05a2c51f5853ce4a81c9dc71e248d49e269d2e31 | |
parent | 32ada71dcd725abdbacc05ac32001c1f47df2bdc (diff) | |
download | gitblit-302df69068e0e67993fbf38abfc2f5e266d35c68.tar.gz gitblit-302df69068e0e67993fbf38abfc2f5e266d35c68.zip |
Include alternate user services in WAR and Express builds
-rw-r--r-- | build.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 -->
|