[Swift-commit] r4678 - trunk/src/org/griphyn/vdl/util
hategan at ci.uchicago.edu
hategan at ci.uchicago.edu
Thu Jun 23 16:37:08 CDT 2011
Author: hategan
Date: 2011-06-23 16:37:08 -0500 (Thu, 23 Jun 2011)
New Revision: 4678
Modified:
trunk/src/org/griphyn/vdl/util/VDL2Config.java
Log:
added default value for use.provider.staging
Modified: trunk/src/org/griphyn/vdl/util/VDL2Config.java
===================================================================
--- trunk/src/org/griphyn/vdl/util/VDL2Config.java 2011-06-23 21:27:57 UTC (rev 4677)
+++ trunk/src/org/griphyn/vdl/util/VDL2Config.java 2011-06-23 21:37:08 UTC (rev 4678)
@@ -97,6 +97,7 @@
put("wrapper.invocation.mode", "absolute");
put("cdm.broadcast.mode", "file");
+ put("use.provider.staging", "false");
}
private VDL2Config(VDL2Config other) {
More information about the Swift-commit
mailing list