Limit permutations to only the en locale

We only have the one locale "en", and we never run in the
default locale.  Save ourselves build time by compiling
only the "en" locale code.

Change-Id: I8a97106504bcb12c674354a7f7bf1d06211bdce5
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2009-12-19 18:53:29 -08:00
parent e47d0f9a62
commit cf48a91f4a

View File

@@ -29,6 +29,7 @@
<extend-property name='locale' values='en'/> <extend-property name='locale' values='en'/>
<set-property-fallback name='locale' value='en'/> <set-property-fallback name='locale' value='en'/>
<set-property name='locale' value='en'/>
<entry-point class='com.google.gerrit.client.Gerrit'/> <entry-point class='com.google.gerrit.client.Gerrit'/>
</module> </module>