From: Ben Soares Date: Wed, 23 Oct 2019 19:17:10 +0000 (+0100) Subject: JAL-3210 Added .j2s creation task for Eclipse IDE X-Git-Tag: Develop-2_11_2_0-d20201215~24^2~68^2~102 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=f2e7617539acaac951b40d7a85fce7095522616c JAL-3210 Added .j2s creation task for Eclipse IDE --- 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"