components/tomcat/solaris-transform
changeset 142 6f1cb90a0ef3
equal deleted inserted replaced
141:ed98334a0d5a 142:6f1cb90a0ef3
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 # Manual page, SMF stuff and our ROOT web application content is
       
    25 # delivered directly from $(COMPONENT_DIR)/Solaris.
       
    26 # Tomcat stuff except documentation is packaged in usr/tomcat6 and
       
    27 # var/tomcat6 directories from $(BUILD_DIR_32)/output/build.
       
    28 # While documentation packaged in usr/tomcat6/docs is picked from
       
    29 # $(BUILD_DIR_32)/output/build/webapps.
       
    30 
       
    31 <transform file path=usr/share/man/man1m/(.+)$ -> \
       
    32 	set action.hash %<\1> >
       
    33 <transform file path=usr/tomcat6/(.+)$ -> \
       
    34 	set action.hash %<\1> >
       
    35 <transform file path=lib/svc/manifest/network/(.+)$ -> \
       
    36 	set action.hash %<\1> >
       
    37 <transform file path=lib/svc/method/(.+)$ -> \
       
    38 	set action.hash %<\1> >
       
    39 <transform file path=var/tomcat6/(.+)$ -> \
       
    40 	set action.hash %<\1> >
       
    41 <transform file path=var/tomcat6/webapps/ROOT/(.+)$ -> \
       
    42 	set action.hash %<\1> >