You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2014/09/17 23:12:33 UTC

svn commit: r1625827 - /tomcat/sandbox/trunk-maven-layout/tomcat-util/pom.xml

Author: markt
Date: Wed Sep 17 21:12:33 2014
New Revision: 1625827

URL: http://svn.apache.org/r1625827
Log:
Fix typo

Modified:
    tomcat/sandbox/trunk-maven-layout/tomcat-util/pom.xml

Modified: tomcat/sandbox/trunk-maven-layout/tomcat-util/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-maven-layout/tomcat-util/pom.xml?rev=1625827&r1=1625826&r2=1625827&view=diff
==============================================================================
--- tomcat/sandbox/trunk-maven-layout/tomcat-util/pom.xml (original)
+++ tomcat/sandbox/trunk-maven-layout/tomcat-util/pom.xml Wed Sep 17 21:12:33 2014
@@ -43,17 +43,17 @@
             <exclude>org/apache/tomcat/util/net/**</exclude>
             <exclude>org/apache/tomcat/util/scan/**</exclude>
           </excludes>
-          <textExcludes>
-            <textExclude>org/apache/tomcat/util/bcel/**</textExclude>
-            <textExclude>org/apache/tomcat/util/collections/**</textExclude>
-            <textExclude>org/apache/tomcat/util/descriptor/**</textExclude>
-            <textExclude>org/apache/tomcat/util/digester/**</textExclude>
-            <textExclude>org/apache/tomcat/util/http/**</textExclude>
-            <textExclude>org/apache/tomcat/util/log/**</textExclude>
-            <textExclude>org/apache/tomcat/util/modeler/**</textExclude>
-            <textExclude>org/apache/tomcat/util/net/**</textExclude>
-            <textExclude>org/apache/tomcat/util/scan/**</textExclude>
-          </textExcludes>
+          <testExcludes>
+            <testExclude>org/apache/tomcat/util/bcel/**</testExclude>
+            <testExclude>org/apache/tomcat/util/collections/**</testExclude>
+            <testExclude>org/apache/tomcat/util/descriptor/**</testExclude>
+            <testExclude>org/apache/tomcat/util/digester/**</testExclude>
+            <testExclude>org/apache/tomcat/util/http/**</testExclude>
+            <testExclude>org/apache/tomcat/util/log/**</testExclude>
+            <testExclude>org/apache/tomcat/util/modeler/**</testExclude>
+            <testExclude>org/apache/tomcat/util/net/**</testExclude>
+            <testExclude>org/apache/tomcat/util/scan/**</testExclude>
+          </testExcludes>
         </configuration>
       </plugin>
     </plugins>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org