Oh for fuck's sake. Don't rename Velocity because they do a bunch of pointless

reflection internally to look default implementations by class name. Sigh.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6188 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2010-10-13 00:30:19 +00:00
parent 3462ee2661
commit 0007febea3
+2 -1
View File
@@ -223,7 +223,8 @@
<zipfileset src="${deploy.dir}/lib/guava.jar"/>
<zipfileset src="${deploy.dir}/lib/commons-collections.jar"/>
<rule pattern="com.google.**" result="cgc.@1"/>
<rule pattern="org.apache.velocity.**" result="oav.@1"/>
<!-- renaming velocity borks their annoying reflective bullshit -->
<!-- <rule pattern="org.apache.velocity.**" result="oav.@1"/> -->
<rule pattern="org.apache.commons.collections.**" result="oacc.@1"/>
<rule pattern="com.samskivert.**" result="cs.@1"/>
<rule pattern="javassist.**" result="ja.@1"/>