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 2018/05/28 20:05:50 UTC

svn commit: r1832417 - /poi/trunk/sonar/pom.xml

Author: kiwiwings
Date: Mon May 28 20:05:50 2018
New Revision: 1832417

URL: http://svn.apache.org/viewvc?rev=1832417&view=rev
Log:
#62355 - fix class names in maven build

Modified:
    poi/trunk/sonar/pom.xml

Modified: poi/trunk/sonar/pom.xml
URL: http://svn.apache.org/viewvc/poi/trunk/sonar/pom.xml?rev=1832417&r1=1832416&r2=1832417&view=diff
==============================================================================
--- poi/trunk/sonar/pom.xml (original)
+++ poi/trunk/sonar/pom.xml Mon May 28 20:05:50 2018
@@ -234,9 +234,9 @@
                   <target>
                     <copy todir="${basedir}/target/generated-sources/xmlbeans">
                       <fileset dir="${basedir}/../../src/ooxml/java">
-                        <include name="org/apache/poi/POIXMLTypeLoader.java"/>
-                        <include name="org/apache/poi/util/DocumentHelper.java"/>
-                        <include name="org/apache/poi/util/SAXHelper.java"/>
+                        <include name="org/apache/poi/ooxml/POIXMLTypeLoader.java"/>
+                        <include name="org/apache/poi/ooxml/util/DocumentHelper.java"/>
+                        <include name="org/apache/poi/ooxml/util/SAXHelper.java"/>
                         <include name="org/apache/poi/openxml4j/opc/PackageNamespaces.java"/>
                       </fileset>
                       <fileset dir="${basedir}/../../src/java">



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