You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by rh...@apache.org on 2010/11/03 13:20:26 UTC

svn commit: r1030434 - /incubator/esme/trunk/server/pom.xml

Author: rhirsch
Date: Wed Nov  3 12:20:25 2010
New Revision: 1030434

URL: http://svn.apache.org/viewvc?rev=1030434&view=rev
Log:
got rid of js-compressor warning

Modified:
    incubator/esme/trunk/server/pom.xml

Modified: incubator/esme/trunk/server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/pom.xml?rev=1030434&r1=1030433&r2=1030434&view=diff
==============================================================================
--- incubator/esme/trunk/server/pom.xml (original)
+++ incubator/esme/trunk/server/pom.xml Wed Nov  3 12:20:25 2010
@@ -342,6 +342,7 @@
                 </executions>
                 <configuration>
                     <nosuffix>true</nosuffix>
+                    <statistics>false</statistics>
                     <jswarn>false</jswarn>
                 </configuration>
             </plugin>