From d00a0ca46fcde3e3e580afea6a548b9c12aeac25 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 11 Jul 2012 17:18:02 -0400 Subject: [PATCH] Update to slf4j 1.6.6 and log4j 1.2.17 --- build.xml | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index b57a033..41fb0db 100644 --- a/build.xml +++ b/build.xml @@ -204,6 +204,7 @@ <include name="sendmail.groovy" /> <include name="jenkins.groovy" /> <include name="protect-refs.groovy" /> + <include name="localclone.groovy" /> </fileset> </copy> @@ -372,6 +373,7 @@ <include name="sendmail.groovy" /> <include name="jenkins.groovy" /> <include name="protect-refs.groovy" /> + <include name="localclone.groovy" /> </fileset> </copy> @@ -549,8 +551,7 @@ </copy> <!-- Gitblit classes --> - <mkdir dir="${deployments.root}/WEB-INF/classes"/> - <copy todir="${deployments.root}/WEB-INF/classes"> + <jar destfile="${deployments.root}/WEB-INF/lib/gitblit-${gb.version}.jar"> <fileset dir="${project.build.dir}"> <exclude name="WEB-INF/" /> <exclude name="com/gitblit/tests/" /> @@ -560,7 +561,7 @@ <exclude name="com/gitblit/Launcher*.class" /> <exclude name="com/gitblit/MakeCertificate*.class" /> </fileset> - </copy> + </jar> <!-- Build Express Zip file --> <zip destfile="${express.zipfile}"> @@ -582,6 +583,7 @@ <resource file="${basedir}/src/com/gitblit/client/splash.png" /> <resource file="${basedir}/resources/gitblt-favicon.png" /> <resource file="${basedir}/resources/gitweb-favicon.png" /> + <resource file="${basedir}/resources/git-orange-16x16.png" /> <resource file="${basedir}/resources/user_16x16.png" /> <resource file="${basedir}/resources/users_16x16.png" /> <resource file="${basedir}/resources/settings_16x16.png" /> @@ -988,4 +990,4 @@ <delete dir="${project.war.dir}" /> <delete dir="${project.deploy.dir}" /> </target> -</project> +</project> -- Gitblit v1.9.1