From: Ben Soares Date: Tue, 12 Nov 2019 00:37:09 +0000 (+0000) Subject: JAL-3210 working in Eclipse improvements X-Git-Tag: Develop-2_11_2_0-d20201215~24^2~68^2~61 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=acc9f3f5965575e9ccc7fc854544d97d5ca0425a;p=jalview.git JAL-3210 working in Eclipse improvements --- diff --git a/build.gradle b/build.gradle index a180d54..ec665dc 100644 --- a/build.gradle +++ b/build.gradle @@ -507,7 +507,7 @@ eclipse { if (IN_ECLIPSE) { // Don't want these to be activated if in headless build - synchronizationTasks "eclipseSynchronizationTask" + //synchronizationTasks "eclipseConfiguration" autoBuildTasks "eclipseAutoBuildTask" } } @@ -2189,12 +2189,6 @@ task cleanJalviewjsAll { -task jalviewjsIDE_CopyTransferSiteJs(type: Copy) { - from "${jalviewDir}/${jalviewjsTransferSiteJsDir}" - into "${jalviewDir}/${jalviewjsSiteDir}" -} - - task jalviewjsIDE_j2sFile { group "00 JalviewJS in Eclipse" description "Creates the .j2s file" @@ -2221,8 +2215,7 @@ task jalviewjsIDE_PrepareSite { task jalviewjsIDE_AssembleSite { group "00 JalviewJS in Eclipse" - description "Assembles the Eclipse transpiled site and unzips supporting zipfiles" - dependsOn jalviewjsIDE_CopyTransferSiteJs + description "Assembles unzipped supporting zipfiles, resources, site resources and closure cores into the Eclipse transpiled site" dependsOn jalviewjsPrepareSite } @@ -2242,7 +2235,7 @@ task jalviewjsIDE_Server { // buildship runs this at import -task eclipseSynchronizationTask { +task eclipseConfiguration { dependsOn eclipseSetup dependsOn jalviewjsIDE_j2sFile }