From a77b27671aeca5cfb72232dd0cf23d7d0e7fcbd8 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Mon, 10 Feb 2020 13:04:36 +0100 Subject: [PATCH] More renamings --- .project | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 '**'