equal
deleted
inserted
replaced
18 # |
18 # |
19 # CDDL HEADER END |
19 # CDDL HEADER END |
20 # |
20 # |
21 |
21 |
22 # |
22 # |
23 # Copyright 2010 Sun Microsystems, Inc. All rights reserved. |
23 # Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved. |
24 # Use is subject to license terms. |
|
25 # |
24 # |
26 |
25 |
27 # general locale |
26 # general locale |
28 <transform dir link hardlink path=.*/locale$ -> default facet.locale true> |
27 <transform dir link hardlink path=.*/locale$ -> default facet.locale true> |
29 |
28 |
30 <transform dir file link hardlink \ |
29 <transform dir file link hardlink \ |
31 path=.*/locale/([^/]+)(\..+){0,1}(/.+){0,1}$ -> \ |
30 path=.*/locale/([^_/]+)([\._].+){0,1}(/.+){0,1}$ -> \ |
32 default facet.locale.%<\1> true> |
31 default facet.locale.%<\1> true> |