[Swift-commit] r7073 - trunk/src/org/griphyn/vdl/util
hategan at ci.uchicago.edu
hategan at ci.uchicago.edu
Mon Sep 16 16:52:05 CDT 2013
Author: hategan
Date: 2013-09-16 16:52:05 -0500 (Mon, 16 Sep 2013)
New Revision: 7073
Modified:
trunk/src/org/griphyn/vdl/util/VDL2Config.java
Log:
add default wrapper staging config property
Modified: trunk/src/org/griphyn/vdl/util/VDL2Config.java
===================================================================
--- trunk/src/org/griphyn/vdl/util/VDL2Config.java 2013-09-16 20:49:21 UTC (rev 7072)
+++ trunk/src/org/griphyn/vdl/util/VDL2Config.java 2013-09-16 21:52:05 UTC (rev 7073)
@@ -119,6 +119,7 @@
// TODO what are the valid values here?
put("cdm.broadcast.mode", "file");
put("use.provider.staging", "false", ConfigPropertyType.BOOLEAN);
+ put("use.wrapper.staging", "false", ConfigPropertyType.BOOLEAN);
put("ticker.date.format", "", ConfigPropertyType.STRING);
put("ticker.prefix", "Progress: time:", ConfigPropertyType.STRING);
More information about the Swift-commit
mailing list