You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mu...@apache.org on 2023/03/26 11:00:21 UTC

svn commit: r1908730 - in /xerces/java: branches/xml-schema-1.1-dev/build.xml trunk/build.xml

Author: mukulg
Date: Sun Mar 26 11:00:21 2023
New Revision: 1908730

URL: http://svn.apache.org/viewvc?rev=1908730&view=rev
Log:
xercesj commit : correcting the, value of build's debug parameter

Modified:
    xerces/java/branches/xml-schema-1.1-dev/build.xml
    xerces/java/trunk/build.xml

Modified: xerces/java/branches/xml-schema-1.1-dev/build.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/build.xml?rev=1908730&r1=1908729&r2=1908730&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/build.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/build.xml Sun Mar 26 11:00:21 2023
@@ -85,7 +85,7 @@ Authors:
     <echo message= "---------------- ${parser.Name} ${parser.Version} [${year}] ---------------"/>
     <!-- changed made to synchronize with a patch from Sam Ruby (<ru...@apache.org>) to Xerces1
     <property name="build.compiler" value="classic"/> -->
-    <property name="debug" value="on"/>  <!-- make this 'off' during releases -->
+  	<property name="debug" value="true"/>  <!-- make this 'false' during releases -->
     <property name="debuglevel" value="lines,source"/>
     <property name="optimize" value="on"/>
     <property name="deprecation" value="off"/>

Modified: xerces/java/trunk/build.xml
URL: http://svn.apache.org/viewvc/xerces/java/trunk/build.xml?rev=1908730&r1=1908729&r2=1908730&view=diff
==============================================================================
--- xerces/java/trunk/build.xml (original)
+++ xerces/java/trunk/build.xml Sun Mar 26 11:00:21 2023
@@ -82,7 +82,7 @@ Authors:
     <echo message= "---------------- ${parser.Name} ${parser.Version} [${year}] ---------------"/>
     <!-- changed made to synchronize with a patch from Sam Ruby (<ru...@apache.org>) to Xerces1
     <property name="build.compiler" value="classic"/> -->
-    <property name="debug" value="on"/>  <!-- make this 'off' during releases -->
+    <property name="debug" value="true"/>  <!-- make this 'false' during releases -->
     <property name="debuglevel" value="lines,source"/>
     <property name="optimize" value="on"/>
     <property name="deprecation" value="off"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org