git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
720a117
)
JAL-3210 Added .j2s creation task for Eclipse IDE
author
Ben Soares
<bsoares@dundee.ac.uk>
Wed, 23 Oct 2019 19:17:10 +0000
(20:17 +0100)
committer
Ben Soares
<bsoares@dundee.ac.uk>
Wed, 23 Oct 2019 19:17:10 +0000
(20:17 +0100)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
0c2448c
..
3adbf24
100644
(file)
--- 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"