Subversion Repositories SmartDukaan

Rev

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

Rev 75 Rev 81
Line 80... Line 80...
80
	 * Jython source path
80
	 * Jython source path
81
	 */
81
	 */
82
	public static String JYTHON_SRC_PATH = "src/jython/";
82
	public static String JYTHON_SRC_PATH = "src/jython/";
83
	
83
	
84
	/**
84
	/**
-
 
85
	 * Brand's feature definition, is not referred directly by content models
-
 
86
	 */
-
 
87
	public static final long BRAND_FEATURE_DEFINITION_ID = 120080;
-
 
88
	
-
 
89
	/**
-
 
90
	 * Brand's facet definition
-
 
91
	 */
-
 
92
	public static final long BRAND_FACET_DEFINITION_ID = 50001;
-
 
93
	
-
 
94
	/**
85
	 * Singleton Logger instance
95
	 * Singleton Logger instance
86
	 */
96
	 */
87
	public static Logger logger = Logger.getLogger(Logger.GLOBAL_LOGGER_NAME);
97
	public static Logger logger = Logger.getLogger(Logger.GLOBAL_LOGGER_NAME);
88
 
98
 
89
	/**
99
	/**