You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2015/12/05 22:58:20 UTC

svn commit: r1718125 - /poi/trunk/build.xml

Author: kiwiwings
Date: Sat Dec  5 21:58:20 2015
New Revision: 1718125

URL: http://svn.apache.org/viewvc?rev=1718125&view=rev
Log:
xml schemas - remove deprecated warnings, as we prefer the array methods - see #56854

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1718125&r1=1718124&r2=1718125&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sat Dec  5 21:58:20 2015
@@ -19,17 +19,6 @@ under the License.
 -->
 
 <!--
-    POI Build System.  Written by:
-
-        Glen Stampoultzis   glens at apache.org
-
-    Modified by:
-
-        Rainer Klute        klute@rainer-klute.de
-        Bruno Girin         brunogirin@gmail.com
-        Yegor Kozlov        yegor at apache.org
-        Dominik Stadler     centic at apache.org
-
     This build was tested with ant 1.9.4 although it will probably work with
     other versions, however at least 1.8.0 is required.
 
@@ -719,6 +708,12 @@ under the License.
                 <replacevalue>org.apache.poi.POIXMLTypeLoader</replacevalue>
             </replace>
 
+    		<!-- remove deprecated warnings, as we prefer the array methods - see #56854 -->
+            <replace dir="${xmlbean.sources.dir}" includes="**/*.java" excludes="**/impl/**">
+                <replacetoken><![CDATA[     * @deprecated
+]]></replacetoken>
+            </replace>
+
             <copy todir="${xmlbean.sources.dir}">
                 <file basedir="${ooxml.src}" file="${ooxml.src}/org/apache/poi/POIXMLTypeLoader.java"/>
             </copy>



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