Refactorization of the https command line option

Renaming the flag variable and the Connector class.
This commit is contained in:
Jiri Tyr
2013-10-21 22:45:34 +01:00
parent 6de5babd5b
commit 2e239d16d4
2 changed files with 9 additions and 9 deletions

View File

@@ -46,7 +46,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,SslConnector.class"/>
includes="JettyLauncher.class,CustomConnector.class"/>
</target>
<target name="rename" depends="embed">