Displaying differences for changeset
 
display as  

src/java/m/rusle2/V2_0.java

@@ -650,7 +650,7 @@
         if ((contourSystem != null) && (contourSystem.length() > 1)) {
             // Contour Systems can simply point to the nginx XML file - no need to prefetch because of no special
             // characters in the file name
-            text = "    RomeFileSetAttrValue(profile, 'CONTOUR_SYSTEM_PTR', '" + contourSystem + "', 0)\n";
+            text = "    RomeFileSetAttrValue(profile, 'CONTOUR_SYSTEM_PTR', '" + StringEscapeUtils.escapeJava(contourSystem) + "', 0)\n";
             fos.write(text.getBytes());
         }
 

web/META-INF/csip-conf.json

@@ -1,3 +1,3 @@
 {
-    "csip-erosion.version": "$version: 0.2.13 4db1c9639ffe 2016-04-05 $"
+    "csip-erosion.version": "$version: 0.2.14 aa66a175401d 2016-04-07 $"
 }