Subversion Repositories SmartDukaan

Rev

Rev 1050 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1050 Rev 1059
Line 17... Line 17...
17
 */
17
 */
18
public class Utils {
18
public class Utils {
19
	
19
	
20
		
20
		
21
		
21
		
22
	public static String CONTENT_DB_PATH = "/var/lib/tomcat6/webapps/db/bdb/";
22
	public static String CONTENT_DB_PATH;
23
	public static String EXPORT_IR_PATH, EXPORT_ENTITIES_PATH, EXPORT_DEFINITIONS_PATH, EXPORT_CATEGORY_HOMES_PATH,	EXPORT_DIFF_PATH, EXPORT_SOLR_PATH;
23
	public static String EXPORT_IR_PATH, EXPORT_ENTITIES_PATH, EXPORT_DEFINITIONS_PATH, EXPORT_CATEGORY_HOMES_PATH,	EXPORT_DIFF_PATH, EXPORT_SOLR_PATH;
24
 
24
 
25
	public static String BERKELEY_DB_PATH;
25
	public static String BERKELEY_DB_PATH = "/var/lib/tomcat6/webapps/db/bdb/";
26
	
26
	
27
	public static String currentDir = System.getProperty("user.dir");
27
	public static String currentDir = System.getProperty("user.dir");
28
 
28
 
29
	static{
29
	static{
30
		
30