net.xoetrope.xui.build
Class BuildProperties

java.lang.Object
  extended by net.xoetrope.xui.build.BuildProperties

public class BuildProperties
extends java.lang.Object

Toggles the debug build so that logging and other debug code can be excluded from a release build.

Copyright (c) Xoetrope Ltd., 2002-2003

$Revision: 2.12 $


Field Summary
static boolean BUILD_JDK_118
          true for a JDK 1.1.8 compile and build
static java.lang.String CONTENT_TARGET
          The default name of the 'content' target area in a frameset
static boolean DEBUG
          true in the case of a debug build where logging is enabled.
 
Constructor Summary
BuildProperties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static final boolean DEBUG
true in the case of a debug build where logging is enabled. This flag cause many bits of diagnostic code to be compiled in or out depending on its state.

See Also:
Constant Field Values

BUILD_JDK_118

public static final boolean BUILD_JDK_118
true for a JDK 1.1.8 compile and build

See Also:
Constant Field Values

CONTENT_TARGET

public static final java.lang.String CONTENT_TARGET
The default name of the 'content' target area in a frameset

See Also:
Constant Field Values
Constructor Detail

BuildProperties

public BuildProperties()