Cleaned up some of the testlib related stuff
build.xml
Added calls to the WBF production performance model
src/java/de/fhworms/ztt/cpr400/logmodel/ReactorLogModel.java
Corrected the bug that caused extra console output when this test failed
tests/unit/de/fhworms/ztt/charger/core/DataServiceDummyAdapterWrapperTest.java
Added Files:
Created a subset of the WBF production performance specification
lib/jdom.jar src/java/de/fhworms/ztt/wbf/Wbf.java
src/java/de/fhworms/ztt/wbf/WbfElement.java
src/java/de/fhworms/ztt/wbf/productionperformance/EquipmentActual.java
src/java/de/fhworms/ztt/wbf/productionperformance/MaterialProducedActual.java
src/java/de/fhworms/ztt/wbf/productionperformance/PersonnelActual.java
src/java/de/fhworms/ztt/wbf/productionperformance/ProductionPerformance.java
src/java/de/fhworms/ztt/wbf/productionperformance/ProductionPerformanceJDOMFactory.java
src/java/de/fhworms/ztt/wbf/productionperformance/ProductionResponse.java
src/java/de/fhworms/ztt/wbf/productionperformance/SegmentResponse.java
Added a unit test to check the reactor log model including XML read/write
tests/unit/de/fhworms/ztt/cpr400/logmodel/ReactorLogModelTest.java