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 2017/09/07 22:01:41 UTC

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

Author: kiwiwings
Date: Thu Sep  7 22:01:41 2017
New Revision: 1807653

URL: http://svn.apache.org/viewvc?rev=1807653&view=rev
Log:
Add Removal annotation to xmlbeans generation

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1807653&r1=1807652&r2=1807653&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Thu Sep  7 22:01:41 2017
@@ -852,6 +852,7 @@ under the License.
                     <include name="org/apache/poi/util/POILogger.java"/>
                     <include name="org/apache/poi/util/NullLogger.java"/>
                     <include name="org/apache/poi/util/Internal.java"/>
+                	<include name="org/apache/poi/util/Removal.java"/>
                 </fileset>
             </copy>
         	



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