JWS-128 compbio-utils sources added to compilation tree and log4j logging dependence...
authorJim Procter <j.procter@dundee.ac.uk>
Mon, 28 Feb 2022 12:26:04 +0000 (12:26 +0000)
committerJim Procter <j.procter@dundee.ac.uk>
Mon, 28 Feb 2022 12:26:04 +0000 (12:26 +0000)
commit844c3a82417170394234fa3055525504f3ef3efb
treeaea66a7d6e68346be82c69210f067ff095b04dcc
parentdcafc6571797cc7ed1e7c0315ea26e496b682946
JWS-128 compbio-utils sources added to compilation tree and log4j logging dependence removed
34 files changed:
.classpath
.settings/org.eclipse.wst.common.component
WEB-INF/lib/compbio-util-1.4.jar [deleted file]
build.xml
compbio-utils/compbio/util/FileParser.java [new file with mode: 0644]
compbio-utils/compbio/util/FileUtil.java [new file with mode: 0644]
compbio-utils/compbio/util/FileWatcher.java [new file with mode: 0644]
compbio-utils/compbio/util/Grep.java [new file with mode: 0644]
compbio-utils/compbio/util/Gzip.java [new file with mode: 0644]
compbio-utils/compbio/util/NullOutputStream.java [new file with mode: 0644]
compbio-utils/compbio/util/PropertyHelper.java [new file with mode: 0644]
compbio-utils/compbio/util/SysPrefs.java [new file with mode: 0644]
compbio-utils/compbio/util/Timer.java [new file with mode: 0644]
compbio-utils/compbio/util/Util.java [new file with mode: 0644]
compbio-utils/compbio/util/log4j.properties [new file with mode: 0644]
compbio-utils/compbio/util/toys/FileParser.java [new file with mode: 0644]
compbio-utils/compbio/util/toys/Grep.java [new file with mode: 0644]
compbio-utils/compbio/util/toys/Gzip.java [new file with mode: 0644]
engine/compbio/engine/client/ConfExecutable.java
engine/compbio/engine/client/EngineUtil.java
engine/compbio/engine/client/Util.java
engine/compbio/engine/local/ExecutableWrapper.java
lib/src/compbio-util-src-1.4.jar [deleted file]
test-compbio-utils/data/1000x3000Dna.fasta.txt [new file with mode: 0644]
test-compbio-utils/data/percentProgress.txt [new file with mode: 0644]
test-compbio-utils/data/stat.txt [new file with mode: 0644]
test-compbio-utils/data/top.out [new file with mode: 0644]
test-compbio-utils/data/top.out.copy [new file with mode: 0644]
test-compbio-utils/data/top.out.copy2 [new file with mode: 0644]
test-compbio-utils/lib/testng-5.10-jdk15.jar [new file with mode: 0644]
test-compbio-utils/src/compbio/util/FileUtilTester.java [new file with mode: 0644]
test-compbio-utils/src/compbio/util/FileWatcherTester.java [new file with mode: 0644]
test-compbio-utils/src/compbio/util/TimerTester.java [new file with mode: 0644]
test-compbio-utils/src/compbio/util/UtilTester.java [new file with mode: 0644]