Changed build config

This commit is contained in:
Georgy Litvinov 2020-03-09 13:21:09 +01:00
parent 7bb9cfbb69
commit 3e4ec18f67

View file

@ -8,7 +8,7 @@ jar {
manifest {
attributes("Implementation-Title": "w2phtml",
"Implementation-Version": "0.5.0",
"Main-Class" : "writer2latex.Application",
"Main-Class" : "w2phtml.Application",
"Class-Path" : "jasp.jar parser.jar")
}
}
@ -58,17 +58,17 @@ task xhtml(type: Jar) {
include 'org/openoffice/da/comp/wl2common/**/*.class'
include 'org/openoffice/da/comp/writer2xhtml/**/*.class'
include 'org/openoffice/da/comp/wl2common/**/*.properties'
include 'writer2latex/api/**/*.class'
include 'writer2latex/base/**/*.class'
include 'writer2latex/epub/**/*.class'
include 'writer2latex/office/**/*.class'
include 'writer2latex/util/**/*.class'
include 'writer2latex/xhtml/**/*.class'
include 'writer2latex/xhtml/**/*.xml'
include 'writer2latex/xmerge/**/*.class'
include 'w2phtml/api/**/*.class'
include 'w2phtml/base/**/*.class'
include 'w2phtml/epub/**/*.class'
include 'w2phtml/office/**/*.class'
include 'w2phtml/util/**/*.class'
include 'w2phtml/xhtml/**/*.class'
include 'w2phtml/xhtml/**/*.xml'
include 'w2phtml/xmerge/**/*.class'
from 'src/main/java'
include 'writer2latex/xhtml/**/*.properties'
include 'writer2latex/xhtml/**/**/*.properties'
include 'w2phtml/xhtml/**/*.properties'
include 'w2phtml/xhtml/**/**/*.properties'
from sourceSets.main.output
include 'org/**/*'