Version 0.4.4
This commit is contained in:
parent
44a0321fad
commit
a033ef618e
2 changed files with 5 additions and 5 deletions
|
@ -6,8 +6,8 @@ repositories{
|
|||
sourceCompatibility = 1.8
|
||||
jar {
|
||||
manifest {
|
||||
attributes("Implementation-Title": "Writer2xhtml",
|
||||
"Implementation-Version": "0.1.2",
|
||||
attributes("Implementation-Title": "w2phtml",
|
||||
"Implementation-Version": "0.4.4",
|
||||
"Main-Class" : "writer2latex.Application",
|
||||
"Class-Path" : "jasp.jar parser.jar")
|
||||
}
|
||||
|
@ -38,8 +38,8 @@ jar {
|
|||
}
|
||||
task xhtml(type: Jar) {
|
||||
manifest {
|
||||
attributes("Implementation-Title": "Writer2xhtml",
|
||||
"Implementation-Version": "0.1.2",
|
||||
attributes("Implementation-Title": "w2phtml",
|
||||
"Implementation-Version": "0.4.4",
|
||||
"Built-By": "litvinovg",
|
||||
"RegistrationClassName" : "org.openoffice.da.comp.writer2xhtml.W2XRegistration",
|
||||
"Class-Path" : "jasp.jar parser.jar")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue