Adding JMCR-Stable version
[Benchmarks_CSolver.git] / JMCR-Stable / real-world application / derby-10.3.2.1 / java / shared / org / apache / derby / shared / common / sanity / SanityState.tmpl
diff --git a/JMCR-Stable/real-world application/derby-10.3.2.1/java/shared/org/apache/derby/shared/common/sanity/SanityState.tmpl b/JMCR-Stable/real-world application/derby-10.3.2.1/java/shared/org/apache/derby/shared/common/sanity/SanityState.tmpl
new file mode 100644 (file)
index 0000000..984476f
--- /dev/null
@@ -0,0 +1,18 @@
+package org.apache.derby.shared.common.sanity;\r
+\r
+/*\r
+ **\r
+ * This class is intended for the use of the SanityManager in conjunction\r
+ * with making a build either Sane or Insane. An insane build is one which\r
+ * has the two booleans expressed here as "false"; a sane build should be\r
+ * have the booleans expressed as "true".\r
+ *\r
+ * @see com.ihost.cs.iapi.services.sanity.SanityManager\r
+ ** \r
+*/\r
+\r
+public class SanityState\r
+{\r
+       public static final boolean ASSERT=@SANE@ ;\r
+       public static final boolean DEBUG=@SANE@ ;\r
+}\r