You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2011/07/11 12:55:09 UTC

svn commit: r1145120 - /velocity/engine/trunk/velocity-engine-core/pom.xml

Author: cbrisson
Date: Mon Jul 11 10:55:09 2011
New Revision: 1145120

URL: http://svn.apache.org/viewvc?rev=1145120&view=rev
Log:
fix commons-lang shading

Modified:
    velocity/engine/trunk/velocity-engine-core/pom.xml

Modified: velocity/engine/trunk/velocity-engine-core/pom.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/velocity-engine-core/pom.xml?rev=1145120&r1=1145119&r2=1145120&view=diff
==============================================================================
--- velocity/engine/trunk/velocity-engine-core/pom.xml (original)
+++ velocity/engine/trunk/velocity-engine-core/pom.xml Mon Jul 11 10:55:09 2011
@@ -51,11 +51,13 @@
                                 <filter>
                                     <artifact>commons-lang:commons-lang</artifact>
                                     <includes>
-                                        <include>org/apache/commons/lang/Entities*</include>
-                                        <include>org/apache/commons/lang/StringEscapeUtils*</include>
-                                        <include>org/apache/commons/lang/StringUtils*</include>
-                                        <include>org/apache/commons/lang/UnhandledException*</include>
-                                        <include>org/apache/commons/lang/exception/NestableRuntimeException*</include>
+                                        <include>org/apache/commons/lang/Entities*.class</include>
+                                        <include>org/apache/commons/lang/IntHashMap*.class</include>
+                                        <include>org/apache/commons/lang/StringEscapeUtils.class</include>
+                                        <include>org/apache/commons/lang/StringUtils.class</include>
+                                        <include>org/apache/commons/lang/UnhandledException.class</include>
+                                        <include>org/apache/commons/lang/exception/Nestable.class</include>
+                                        <include>org/apache/commons/lang/exception/NestableRuntimeException.class</include>
                                     </includes>
                                 </filter>
                             </filters>
@@ -144,4 +146,4 @@
             </plugin>
         </plugins>
     </reporting>
-</project>
\ No newline at end of file
+</project>