7014413 userland should not include _ in facet.locale.* names
authorNorm Jacobs <Norm.Jacobs@Oracle.COM>
Mon, 24 Jan 2011 16:29:04 -0800
changeset 63 7d2e9f451dff
parent 62 519e6e3788ce
child 64 a4b12971cf99
7014413 userland should not include _ in facet.locale.* names
transforms/locale
--- a/transforms/locale	Mon Jan 24 13:48:56 2011 -0800
+++ b/transforms/locale	Mon Jan 24 16:29:04 2011 -0800
@@ -20,13 +20,12 @@
 #
 
 #
-# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
+# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
 #
 
 # general locale
 <transform dir link hardlink path=.*/locale$ -> default facet.locale true>
 
 <transform dir file link hardlink \
-    path=.*/locale/([^/]+)(\..+){0,1}(/.+){0,1}$ -> \
+    path=.*/locale/([^_/]+)([\._].+){0,1}(/.+){0,1}$ -> \
     default facet.locale.%<\1> true>