More renamings

This commit is contained in:
Georgy Litvinov 2020-02-10 13:04:36 +01:00
parent b602751024
commit a77b27671a
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Writer2LaTeX trunk3</name>
<name>w2phtml</name>
<comment></comment>
<projects>
</projects>

View file

@ -3,7 +3,7 @@ repositories{
mavenCentral()
}
sourceCompatibility = 1.6
sourceCompatibility = 1.8
jar {
manifest {
attributes("Implementation-Title": "Writer2xhtml",
@ -75,7 +75,7 @@ task xhtml(type: Jar) {
}
task oxt(type: Zip){
dependsOn xhtml
archiveName 'writer2paginatedhtml.oxt'
archiveName 'w2phtml.oxt'
from 'src/main/oxt/writer2xhtml'
include '*'
include '**'