From: BobHanson Date: Thu, 28 May 2020 20:53:42 +0000 (-0500) Subject: MiGLayout and VARNA site zips for SwingJS 3.2.9 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=5e4f918a24b9c233437d791e22d211777e48cc08;p=jalview.git MiGLayout and VARNA site zips for SwingJS 3.2.9 --- diff --git a/libjs/MiGLayout-site.zip b/libjs/MiGLayout-site.zip index 10d6927..37a6e66 100644 Binary files a/libjs/MiGLayout-site.zip and b/libjs/MiGLayout-site.zip differ diff --git a/libjs/VARNA-site.zip b/libjs/VARNA-site.zip index 36610bd..88457a4 100644 Binary files a/libjs/VARNA-site.zip and b/libjs/VARNA-site.zip differ diff --git a/src2/README_SWINGJS.txt b/src2/README_SWINGJS.txt index a91c219..d6c8041 100644 --- a/src2/README_SWINGJS.txt +++ b/src2/README_SWINGJS.txt @@ -1,14 +1,8 @@ -The src2 directory is on the class path, but it is generally empty. -It is for transient transpiling of external JAR file contents only. +The srcjar directory is not on the classpath. It is a staging and reference +directory for temporary placement of dependency jar file source prior to and +after conversion to JavaScript. +The src2 directory is used to actually build the .js files, as it is on the +class path. See README_SWINGJS.txt there. -After transpiling: - -1) move src code to srcjar -2) edit README_SWINGJS.txt in main directory of the code -3) add a zip-up target in build-libjs.xml (from site to libjs directory) -4) add an unzip target in build-site.xml (from libjs to site directory) -5) run build-libjs.xml -6) run build-site.xml - -BH 2018.07.03/2019.01.30 \ No newline at end of file +BH 2018.07.20 \ No newline at end of file