Zip logback.xml into the root of gitbucket.war

This commit is contained in:
Naoki Takezoe
2015-12-22 07:59:47 +09:00
parent 59ef44dd71
commit 809443a46f

View File

@@ -47,7 +47,7 @@
<zip destfile="${target.dir}/scala-${scala.version}/gitbucket_${scala.version}-${gitbucket.version}.war"
basedir="${target.dir}/scala-${scala.version}/classes"
update = "true"
includes="JettyLauncher.class,HttpsSupportConnector.class"/>
includes="JettyLauncher.class,HttpsSupportConnector.class,logback.xml"/>
</target>
<target name="rename" depends="embed">