updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / libmatthew-java / ant.patch
blob5b89e0c9954395da464fa2e7f7fdaaf6647f1db1
1 diff -ur a/libmatthew-java-0.8/cx/ath/matthew/debug/Debug.jpp b/libmatthew-java-0.8/cx/ath/matthew/debug/Debug.jpp
2 --- a/libmatthew-java-0.8/cx/ath/matthew/debug/Debug.jpp 2011-06-28 11:26:14.000000000 +0300
3 +++ b/libmatthew-java-0.8/cx/ath/matthew/debug/Debug.jpp 2011-07-16 09:01:31.000000000 +0300
4 @@ -93,7 +93,7 @@
5 /** Verbose debug messages */
6 public static final int VERBOSE = 6;
7 /** Set this to false to disable compilation of Debug statements */
8 - public static final boolean debug = DEBUGSETTING;
9 + public static final boolean debug = @DEBUGSETTING@;
10 /** The current output stream (defaults to System.err) */
11 public static PrintStream debugout = System.err;
12 private static Properties prop = null;