Just a rearrangement
[jalview.git] / src2 / README_SWINGJS.txt
index 1df9391..d6c8041 100644 (file)
@@ -1,12 +1,8 @@
-The src2 directory is on the class path, but it is generally empty.
-It is for transient transpiling of 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-zip-jars.xml (to libjs directory)
-4) add an unzip target in build-site.xml (from libjs to site directory)
-
-BH 2018.07.03
\ No newline at end of file
+BH 2018.07.20
\ No newline at end of file