locale revision 454
279N/A#
279N/A# CDDL HEADER START
279N/A#
279N/A# The contents of this file are subject to the terms of the
279N/A# Common Development and Distribution License (the "License").
279N/A# You may not use this file except in compliance with the License.
279N/A#
279N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
279N/A# or http://www.opensolaris.org/os/licensing.
279N/A# See the License for the specific language governing permissions
279N/A# and limitations under the License.
279N/A#
279N/A# When distributing Covered Code, include this CDDL HEADER in each
279N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
279N/A# If applicable, add the following below this CDDL HEADER, with the
279N/A# fields enclosed by brackets "[]" replaced with your own identifying
279N/A# information: Portions Copyright [yyyy] [name of copyright owner]
279N/A#
279N/A# CDDL HEADER END
279N/A#
279N/A
840N/A#
279N/A# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
279N/A#
279N/A
279N/A# general locale
279N/A<transform dir link hardlink path=.*/locale$ -> default facet.locale true>
840N/A
447N/A<transform dir file link hardlink \
279N/A path=.*/locale/([^/]+)(\..+){0,1}(/.+){0,1}$ -> \
279N/A default facet.locale.%<\1> true>
279N/A
844N/A# unfacet the C locale
844N/A<transform dir file link hardlink \
279N/A facet.locale.C=.+ -> delete facet.locale.C .+ >
279N/A