Subversion Repositories SmartDukaan

Rev

Rev 2547 | Rev 3018 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2547 Rev 2651
Line 21... Line 21...
21
 
21
 
22
	public static final int MOBILE_PHONES_CATAGOEY = 10001;
22
	public static final int MOBILE_PHONES_CATAGOEY = 10001;
23
	public static final int MOBILE_ACCESSORIES_CATEGORY = 10011;
23
	public static final int MOBILE_ACCESSORIES_CATEGORY = 10011;
24
	public static final int ROOT_CATAGOEY = 10000;
24
	public static final int ROOT_CATAGOEY = 10000;
25
	
25
	
-
 
26
	public static final long BLUETOOTH_HEADSET = 10012;
-
 
27
	public static final long MEMORY_CARD = 10013;
-
 
28
	public static final long BATTERY = 10014;
-
 
29
	public static final long HEADSET = 10015;
-
 
30
	public static final long CHARGER = 10016;
-
 
31
	public static final long CARRYING_CASE = 10018;
-
 
32
	public static final long SCREEN_GUARD = 10020;
-
 
33
	
26
	public static String BERKELEY_DB_PATH = "/var/lib/tomcat6/webapps/db/bdb/";
34
	public static String BERKELEY_DB_PATH = "/var/lib/tomcat6/webapps/db/bdb/";
27
	
35
	
28
	public static String currentDir = System.getProperty("user.dir");
36
	public static String currentDir = System.getProperty("user.dir");
29
 
37
 
30
	static {
38
	static {