More renamings
This commit is contained in:
parent
b602751024
commit
a77b27671a
2 changed files with 3 additions and 3 deletions
2
.project
2
.project
|
@ -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>
|
||||||
|
|
|
@ -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 '**'
|
||||||
|
|
Loading…
Add table
Reference in a new issue