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"?> <?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>Writer2LaTeX trunk3</name> <name>w2phtml</name>
<comment></comment> <comment></comment>
<projects> <projects>
</projects> </projects>

View file

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