You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by do...@apache.org on 2013/09/12 06:54:38 UTC

svn commit: r1522413 - /james/hupa/trunk/client/src/main/java/org/apache/hupa/HupaProd.gwt.xml

Author: dongxu
Date: Thu Sep 12 04:54:38 2013
New Revision: 1522413

URL: http://svn.apache.org/r1522413
Log:
Do not compile language specific permutations until we dont translate all the app to other languages

Modified:
    james/hupa/trunk/client/src/main/java/org/apache/hupa/HupaProd.gwt.xml

Modified: james/hupa/trunk/client/src/main/java/org/apache/hupa/HupaProd.gwt.xml
URL: http://svn.apache.org/viewvc/james/hupa/trunk/client/src/main/java/org/apache/hupa/HupaProd.gwt.xml?rev=1522413&r1=1522412&r2=1522413&view=diff
==============================================================================
--- james/hupa/trunk/client/src/main/java/org/apache/hupa/HupaProd.gwt.xml (original)
+++ james/hupa/trunk/client/src/main/java/org/apache/hupa/HupaProd.gwt.xml Thu Sep 12 04:54:38 2013
@@ -26,8 +26,7 @@
 
   <!-- Set the languages to compile -->
   <!-- It multiplies the number of permutations -->
-  <extend-property name="locale" values="es,de"/> 
-  <extend-property name="locale" values="en"/>
+  <!-- <extend-property name="locale" values="es,de"/>  -->
   <set-configuration-property name="locale.useragent" value="Y"/>
 
   <!-- Compile for all browsers -->



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