You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2010/08/03 08:44:26 UTC

svn commit: r981759 - /myfaces/core/trunk/api/pom.xml

Author: werpu
Date: Tue Aug  3 06:44:26 2010
New Revision: 981759

URL: http://svn.apache.org/viewvc?rev=981759&view=rev
Log:
https://issues.apache.org/jira/browse/MYFACES-2853

Enabling full compression after checking the plugin code from the javascript plugin.
The full name mangling compression seems to be save, if further testing on the code
reveal problems it will be undone and the level will be switched back to 4.

Modified:
    myfaces/core/trunk/api/pom.xml

Modified: myfaces/core/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/pom.xml?rev=981759&r1=981758&r2=981759&view=diff
==============================================================================
--- myfaces/core/trunk/api/pom.xml (original)
+++ myfaces/core/trunk/api/pom.xml Tue Aug  3 06:44:26 2010
@@ -130,11 +130,12 @@
                                 <exclude>jsf-uncompressed-full.js</exclude>
                             </excludes>
                             <compressor>yahooUI</compressor>
+
                         </configuration>
                     </execution>
                 </executions>
                 <configuration>
-                    <optimizationLevel>4</optimizationLevel>
+                    <optimizationLevel>0</optimizationLevel>
                     <sourceDirectory>src/main/javascript</sourceDirectory>
                     <webappDirectory>${basedir}</webappDirectory>
                     <outputDirectory>${basedir}/target/classes/META-INF/resources/javax.faces/</outputDirectory>