JAL-3337 Updated the j11lib jars (don't need to be converted to modules) that aren...
[jalview.git] / doc / NEW_JARS
similarity index 86%
rename from NEW_JARS
rename to doc/NEW_JARS
index 50e7862..d7b1c56 100644 (file)
--- a/NEW_JARS
@@ -1,6 +1,6 @@
-# this command gets a list of jars in j11lib/ that are not present or different content in lib/.  The output is below.
-for y in j11lib/*.jar; do x=${y##*/}; if [ \! -e ./lib/$x ] || ! diff ./lib/$x $y; then echo $y; fi; done
-
+## this command gets a list of jars in j11lib/ that are not present or different content in lib/.  The output is below.
+#for y in j11lib/*.jar; do x=${y##*/}; if [ \! -e ./lib/$x ] || ! diff ./lib/$x $y; then echo $y; fi; done
+#
 j11lib/FastInfoset.jar
 j11lib/getdown-core.jar
 j11lib/groovy-2.5.7.jar