From f2e7617539acaac951b40d7a85fce7095522616c Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Wed, 23 Oct 2019 20:17:10 +0100 Subject: [PATCH] JAL-3210 Added .j2s creation task for Eclipse IDE --- build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.gradle b/build.gradle index 0c2448c..3adbf24 100644 --- a/build.gradle +++ b/build.gradle @@ -1608,6 +1608,12 @@ task jalviewjsIDECopyTransferSite(type: Copy) { into jalviewjsSiteDir } +task jalviewjsIDEj2s { + group "JalviewJS in Eclipse" + description "Creates the .j2s file" + dependsOn jalviewjsCreateJ2sSettings +} + task jalviewjsIDEBuildSite { group "JalviewJS in Eclipse" description "Copies the Eclipse transpiled site and unzips supporting zipfiles" -- 1.7.10.2