Revision 4110
Added by daigle over 16 years ago
src/edu/ucsb/nceas/metacat/util/SystemUtil.java | ||
---|---|---|
253 | 253 |
* @return string holding the sql directory |
254 | 254 |
*/ |
255 | 255 |
public static String getSQLDir() throws PropertyNotFoundException { |
256 |
return getContextDir() + FileUtil.getFS() + "sql"; |
|
256 |
return getContextDir() + FileUtil.getFS() + "WEB-INF" + FileUtil.getFS() + "sql";
|
|
257 | 257 |
} |
258 | 258 |
|
259 | 259 |
/** |
Also available in: Unified diff
Move references to sql scripts into the WEB-INF directory.