logging and unit test updates
authorplaa <plaa@180e2498-e6e9-4542-8430-84ac67f01cd8>
Sat, 20 Mar 2010 13:36:07 +0000 (13:36 +0000)
committerplaa <plaa@180e2498-e6e9-4542-8430-84ac67f01cd8>
Sat, 20 Mar 2010 13:36:07 +0000 (13:36 +0000)
commitf8aca85893990faf46d59ab89e9861f46c66dff3
tree4cba1f43eaeaad9c22261b286b3002988e90592b
parent6d71a8c4a93455ea8d3df1ed42d33b941847efcc
logging and unit test updates

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@48 180e2498-e6e9-4542-8430-84ac67f01cd8
101 files changed:
ChangeLog
TODO
build.xml
html/actions/.htaccess [deleted file]
html/actions/reportbug.php [deleted file]
html/actions/testbugreport.html [deleted file]
html/actions/updates.php [deleted file]
html/contact.html [deleted file]
html/documentation.html [deleted file]
html/download.html [deleted file]
html/favicon.ico [deleted file]
html/features.html [deleted file]
html/html/alternative.css [deleted file]
html/html/border-radius.htc [deleted file]
html/html/contact.html [deleted file]
html/html/documentation.html [deleted file]
html/html/download.html [deleted file]
html/html/favicon.ico [deleted file]
html/html/features.html [deleted file]
html/html/getinvolved.html [deleted file]
html/html/greenbox.png [deleted file]
html/html/icon.png [deleted file]
html/html/index-manual.html [deleted file]
html/html/index.html [deleted file]
html/html/layout-original.css [deleted file]
html/html/layout.css [deleted symlink]
html/html/license.html [deleted file]
html/html/menubg.png [deleted file]
html/html/report.html [deleted file]
html/html/robots.txt [deleted file]
html/html/screenshots.html [deleted file]
html/html/starfield.jpg [deleted file]
html/html/thesis.pdf [deleted file]
html/html/update-html.sh [deleted file]
html/html/valid-xhtml10.png [deleted file]
html/html/vcss.gif [deleted file]
html/html/whitebox-horizontal.png [deleted file]
html/html/whitebox-vertical.png [deleted file]
html/html/whitebox.png [deleted file]
html/htp.rsp [deleted file]
html/htp/body.htt [deleted file]
html/htp/contact.htp [deleted file]
html/htp/documentation.htp [deleted file]
html/htp/download.htp [deleted file]
html/htp/features.htp [deleted file]
html/htp/getinvolved.htp [deleted file]
html/htp/htp.def [deleted file]
html/htp/htp.rsp [deleted file]
html/htp/index.htp [deleted file]
html/htp/license.htp [deleted file]
html/htp/news.htp [deleted file]
html/htp/report.htp [deleted file]
html/index.html [deleted file]
html/layout.css [deleted file]
html/license.html [deleted file]
html/report.html [deleted file]
html/robots.txt [deleted file]
html/screenshots.html [deleted file]
html/shots-small/dialog-analysis.jpg [deleted file]
html/shots-small/dialog-edit.jpg [deleted file]
html/shots-small/dialog-plot-options.jpg [deleted file]
html/shots-small/dialog-plot.jpg [deleted file]
html/shots-small/main.jpg [deleted file]
html/shots/dialog-analysis.png [deleted file]
html/shots/dialog-edit.png [deleted file]
html/shots/dialog-plot-options.png [deleted file]
html/shots/dialog-plot.png [deleted file]
html/shots/main.png [deleted file]
html/thesis.pdf [deleted file]
html/update-html.sh [deleted file]
html/valid-xhtml10.png [deleted file]
html/vcss.gif [deleted file]
html/whitebox.png [deleted file]
src/net/sf/openrocket/gui/main/ExceptionHandler.java
src/net/sf/openrocket/logging/DelegatorLogger.java
src/net/sf/openrocket/logging/LogHelper.java
src/net/sf/openrocket/logging/PrintStreamLogger.java [new file with mode: 0644]
src/net/sf/openrocket/logging/StandardOutputLogger.java [deleted file]
src/net/sf/openrocket/startup/Application.java [new file with mode: 0644]
test/net/sf/openrocket/file/rocksim/BaseRocksimTest.java [deleted file]
test/net/sf/openrocket/file/rocksim/BodyTubeHandlerTest.java
test/net/sf/openrocket/file/rocksim/InnerBodyTubeHandlerTest.java
test/net/sf/openrocket/file/rocksim/LaunchLugHandlerTest.java
test/net/sf/openrocket/file/rocksim/MassObjectHandlerTest.java
test/net/sf/openrocket/file/rocksim/NoseConeHandlerTest.java
test/net/sf/openrocket/file/rocksim/ParachuteHandlerTest.java
test/net/sf/openrocket/file/rocksim/RingHandlerTest.java
test/net/sf/openrocket/file/rocksim/RocksimLoaderTest.java
test/net/sf/openrocket/file/rocksim/RocksimTestBase.java [new file with mode: 0644]
test/net/sf/openrocket/file/rocksim/StreamerHandlerTest.java
test/net/sf/openrocket/file/rocksim/TransitionHandlerTest.java
test/net/sf/openrocket/logging/LoggingTest.java
web/html/alternative.css
web/html/contact.html
web/html/download.html
web/html/getinvolved.html
web/html/index.html
web/htp/contact.htp
web/htp/download.htp
web/htp/getinvolved.htp
web/htp/htp.def