You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by ss...@apache.org on 2017/03/22 14:28:29 UTC

svn commit: r1788111 - /xmlgraphics/batik/trunk/build.xml

Author: ssteiner
Date: Wed Mar 22 14:28:29 2017
New Revision: 1788111

URL: http://svn.apache.org/viewvc?rev=1788111&view=rev
Log:
BATIK-1140: Show line numbers on exception

Modified:
    xmlgraphics/batik/trunk/build.xml

Modified: xmlgraphics/batik/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/build.xml?rev=1788111&r1=1788110&r2=1788111&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/build.xml (original)
+++ xmlgraphics/batik/trunk/build.xml Wed Mar 22 14:28:29 2017
@@ -92,7 +92,7 @@ To display the available targets type:
     <property name="vendor"             value="The Apache Software Foundation (http://xmlgraphics.apache.org/batik/)" />
 
   	<property file="build.properties"/>
-    <property name="debug"              value="off"/>
+    <property name="debug"              value="on"/>
     <property name="optimize"           value="on"/>
     <property name="deprecation"        value="on"/>
     <property name="javac.source" value="1.6"/>