summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-07-17 08:16:38 -0400
committerJames Moger <james.moger@gitblit.com>2013-07-17 08:54:50 -0400
commit7b1240b4c0ad66519072420832f43ea48a2e58ea (patch)
tree3b37a02c6ad830d8fd37a4049b4a212c2981b11f
parent413c75574773df4208f94c53b3bd2ece97a8fadb (diff)
downloadgitblit-7b1240b4c0ad66519072420832f43ea48a2e58ea.tar.gz
gitblit-7b1240b4c0ad66519072420832f43ea48a2e58ea.zip
Ensure Keys class is included with all builds
-rw-r--r--build.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 642d8746..4939f7f9 100644
--- a/build.xml
+++ b/build.xml
@@ -280,6 +280,7 @@
<mx:genjar destfile="${webinf}/lib/gitblit.jar" includeresources="false" excludeclasspathjars="true">
<!-- Specify all web.xml servlets and filters -->
<class name="com.gitblit.GitBlit" />
+ <class name="com.gitblit.Keys" />
<class name="com.gitblit.DownloadZipFilter" />
<class name="com.gitblit.DownloadZipServlet" />
<class name="com.gitblit.EnforceAuthenticationFilter" />
@@ -335,6 +336,7 @@
<mx:genjar tag="" includeresources="false" excludeClasspathJars="true"
destfile="${project.targetDirectory}/fedclient.jar">
<mainclass name="com.gitblit.FederationClient" />
+ <class name="com.gitblit.Keys" />
<launcher paths="ext" />
<resource file="${project.compileOutputDirectory}/log4j.properties" />
</mx:genjar>
@@ -395,6 +397,7 @@
<!-- Gitblit classes -->
<mx:genjar destfile="${webinf}/lib/gitblit.jar" includeresources="false" excludeclasspathjars="true">
+ <class name="com.gitblit.Keys" />
<!-- Specify all web.xml servlets and filters -->
<class name="com.gitblit.GitBlit" />
<class name="com.gitblit.DownloadZipFilter" />
@@ -552,6 +555,7 @@
</resource>
<mainclass name="com.gitblit.authority.Launcher" />
+ <class name="com.gitblit.Keys" />
<manifest>
<attribute name="SplashScreen-Image" value="splash.png" />
</manifest>