Author: yurize
Date: Mon Jun 25 19:25:35 2012
New Revision: 1353706

URL: http://svn.apache.org/viewvc?rev=1353706&view=rev
Log:
Make css not ophuscated in 'ant waveharness-hosted'. By Vicente J. Ruiz
Jurado.
https://reviews.apache.org/r/5425

Modified:
    
incubator/wave/trunk/src/org/waveprotocol/wave/client/testing/UndercurrentHarness.gwt.xml

Modified: 
incubator/wave/trunk/src/org/waveprotocol/wave/client/testing/UndercurrentHarness.gwt.xml
URL: 
http://svn.apache.org/viewvc/incubator/wave/trunk/src/org/waveprotocol/wave/client/testing/UndercurrentHarness.gwt.xml?rev=1353706&r1=1353705&r2=1353706&view=diff
==============================================================================
--- 
incubator/wave/trunk/src/org/waveprotocol/wave/client/testing/UndercurrentHarness.gwt.xml
 (original)
+++ 
incubator/wave/trunk/src/org/waveprotocol/wave/client/testing/UndercurrentHarness.gwt.xml
 Mon Jun 25 19:25:35 2012
@@ -9,11 +9,14 @@
   <entry-point 
class="org.waveprotocol.wave.client.testing.UndercurrentHarness" />
   <source path=""/>
 
-<!-- Those comments beginning with the words "comment" or "Uncomment" have
+  <!-- Those comments beginning with the words "comment" or "Uncomment" have
      special meaning to the PRESUBMIT.py script. -->
-<!-- comment out the next line to build all client types -->
+  <!-- comment out the next line to build all client types -->
 
-<set-property name="loglevel" value="none"/>
-<set-property name="compiler.emulatedStack" value="false"/>
+  <set-property name="loglevel" value="none"/>
+  <set-property name="compiler.emulatedStack" value="false"/>
+
+  <!-- For make CSS obfuscation more pretty -->
+  <set-configuration-property name="CssResource.style" value="pretty"/>
 
 </module>


Reply via email to