mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-06 07:40:01 +01:00
Zip logback.xml into the root of gitbucket.war
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user