[Swift-commit] r3129 - trunk/src/org/griphyn/vdl/util
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Sat Oct 10 20:46:26 CDT 2009
Author: hategan
Date: 2009-10-10 20:46:26 -0500 (Sat, 10 Oct 2009)
New Revision: 3129
Modified:
trunk/src/org/griphyn/vdl/util/VDL2Config.java
Log:
replaced vds.home with swift.home
Modified: trunk/src/org/griphyn/vdl/util/VDL2Config.java
===================================================================
--- trunk/src/org/griphyn/vdl/util/VDL2Config.java 2009-10-11 01:43:21 UTC (rev 3128)
+++ trunk/src/org/griphyn/vdl/util/VDL2Config.java 2009-10-11 01:46:26 UTC (rev 3129)
@@ -22,9 +22,11 @@
public static final String CONFIG_FILE_NAME = "swift.properties";
public static final String[] CONFIG_FILE_SEARCH_PATH = new String[] {
- System.getProperty("vds.home") + File.separator + "etc" + File.separator
+ System.getProperty("swift.home") + File.separator + "etc" + File.separator
+ CONFIG_FILE_NAME,
System.getProperty("user.home") + File.separator + ".swift" + File.separator
+ + CONFIG_FILE_NAME,
+ System.getProperty("vds.home") + File.separator + "etc" + File.separator
+ CONFIG_FILE_NAME };
private static VDL2Config config;
More information about the Swift-commit
mailing list