01: package com.xoetrope.carousel.build;
02:
03: /**
04: * A class/holder for a DEBUG and other flags.
05: * <p> Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
06: * the GNU Public License (GPL), please see license.txt for more details. If
07: * you make commercial use of this software you must purchase a commercial
08: * license from Xoetrope.</p>
09: * <p> $Revision: 1.6 $</p>
10: */
11: public class BuildProperties {
12: public static boolean DEBUG = true;
13: public static boolean IS_EVAL = true;
14: }
|