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"?>
|
||||
<projectDescription>
|
||||
<name>Writer2LaTeX trunk3</name>
|
||||
<name>w2phtml</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
|
|
|
@ -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 '**'
|
||||
|
|
Loading…
Add table
Reference in a new issue