Fixed LO package

This commit is contained in:
Georgy Litvinov 2020-08-17 17:47:54 +02:00
parent d0ff9a607e
commit dcf622a81c
4 changed files with 5 additions and 5 deletions

View file

@ -132,7 +132,7 @@ task xhtml2(type: Jar) {
include 'org/**/*'
include 'net/**/*'
include 'logback.xml'
include 'ch/*'
include 'ch/**/*'
include '**/*.properties'
}