Displaying differences for changeset
 
display as  

src/java/m/rusle2/V2_0.java

@@ -44,8 +44,8 @@
  */
 @Name("Rusle2")
 @Description("IET / Phacil pyrome version of R2")
-@VersionInfo("2.0")
-@Path("m/rusle2/2.0")
+@VersionInfo("2.0.X")
+@Path("m/rusle2/2.0.X")
 @Polling(first = 1000, next = 1000)
 public class V2_0 extends ModelDataService {
 

src/java/m/rusle2/V2_0_1.java

@@ -57,8 +57,8 @@
  */
 @Name("Rusle2")
 @Description("IET / Phacil pyrome version of R2")
-@VersionInfo("2.0.1")
-@Path("m/rusle2/2.0.1")
+@VersionInfo("2.0")
+@Path("m/rusle2/2.0")
 @Polling(first = 1000, next = 1000)
 
 //        Binaries.unpackResource("/bin/win-x86/pyrome.py", new File(binDir));

src/java/m/weps/V1_3.java

@@ -53,8 +53,8 @@
  */
 @Name("WEPS")
 @Description("WEPS")
-@VersionInfo("1.3")
-@Path("m/weps/1.3")
+@VersionInfo("1.3.X")
+@Path("m/weps/1.3.X")
 @Polling(first = 25000, next = 2000)
 public class V1_3 extends ModelDataService {
 

src/java/m/weps/V1_3_1.java

@@ -41,8 +41,8 @@
  */
 @Name("WEPS")
 @Description("WEPS")
-@VersionInfo("1.3.1")
-@Path("m/weps/1.3.1")
+@VersionInfo("1.3")
+@Path("m/weps/1.3")
 @Polling(first = 25000, next = 2000)
 
 // weps, weps.version is in the csip-conf.file

web/META-INF/csip-conf.json

@@ -1,5 +1,5 @@
 {
-    "csip-erosion.version": "$version: 0.2.60 8ddd81fda7dd 2016-05-13 wlloyd@titan, built at 2016-05-16 13:24 by wlloyd$",
+    "csip-erosion.version": "$version: 0.2.62 50f8ffe0e340 2016-05-16 wlloyd@titan, built at 2016-05-16 17:25 by wlloyd$",
     "weps.version" : "1.3.9",
     "csip.home" : "/tmp/csip"
 }