diff --git a/.project b/.project index dcb86e5..96413b0 100644 --- a/.project +++ b/.project @@ -1,6 +1,6 @@ - Writer2LaTeX trunk3 + w2phtml diff --git a/build.gradle b/build.gradle index 6fba5d7..9477889 100644 --- a/build.gradle +++ b/build.gradle @@ -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 '**'