server/resources/properties.schema.active in cpee-1.5.7 vs server/resources/properties.schema.active in cpee-1.5.8

- old
+ new

@@ -69,10 +69,11 @@ <state type="state" modifiable="true"> <ready> <running putable="true"/> <ready putable="true"/> <simulating putable="true"/> + <replaying putable="true"/> <abandoned putable="true"/> </ready> <running> <stopping putable="true"/> <finishing putable="false"/> @@ -80,16 +81,22 @@ </running> <simulating> <ready putable="false"/> <stopped putable="false"/> </simulating> + <replaying> + <stopping putable="true"/> + <finishing putable="false"/> + <finished putable="false"/> + </replaying> <stopping> <stopped putable="false"/> </stopping> <stopped> <abandoned putable="true"/> <stopped putable="true"/> <running putable="true"/> + <replaying putable="true"/> <simulating putable="true"/> </stopped> <abandoned/> <finished/> </state>