Displaying differences for changeset
 
display as  

src/java/org/rti/rivertrak/V1_0.java

@@ -16,7 +16,6 @@
 import csip.annotations.Resource;
 import static csip.annotations.ResourceType.*;
 import csip.annotations.State;
-import static csip.annotations.State.PROTOTYPE;
 import csip.annotations.VersionInfo;
 import java.io.File;
 import java.io.FileWriter;
@@ -32,12 +31,12 @@
 /**
  * Rivertrak model.
  *
- * @author Olaf David
+ * @author Olaf David, Michael Thieman
  */
 @Name("Rivertrak")
 @Description("Dynamic Flood Inundation, real-time floodplain mapping system.")
 @Documentation("https://www.rivertrak.com/system")
-@State(PROTOTYPE)
+@State(State.STABLE)
 @VersionInfo("$Id$")
 @Category("Hydrology")
 @Category("Flood forecasting")
@@ -48,7 +47,7 @@
 @Resource(file = "/config/RiverTrak_Units.csv", id = CONFIG_UNITS)
 @Resource(file = "/config/RiverTrak_DataTypes.csv", id = CONFIG_DATATYPES)
 @Resource(file = "/config/RiverTrak_Properties.csv", id = CONFIG_PROPERTIES)
-@Resource(file = "OpTableAppLight.log States/*", type = OUTPUT)
+@Resource(file = "OpTableAppLight.log TimeSeries/* ", type = OUTPUT)
 public class V1_0 extends ModelDataService {
 
   static VelocityEngine velocity = new VelocityEngine();