components/tomcat-8/tomcat-examples.p5m
branchs11-update
changeset 4354 92b9d70a8795
parent 4282 fcfeee656fe9
child 6483 ee6fa154236b
equal deleted inserted replaced
4353:096fc53a5d82 4354:92b9d70a8795
    22 #
    22 #
    23 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 <transform file path=var/tomcat8/(.+)$ -> \
    26 <transform file path=var/tomcat8/(.+)$ -> \
    27     set action.hash %<\1> >
    27     set action.hash %<1> >
    28 <transform file path=var/tomcat8/webapps/ROOT.example/(.+)$ -> \
    28 <transform file path=var/tomcat8/webapps/ROOT.example/(.+)$ -> \
    29     set action.hash webapps/ROOT/%<\1> >
    29     set action.hash webapps/ROOT/%<1> >
    30 <transform file path=var/tomcat8/webapps/ROOT/index.htm -> \
    30 <transform file path=var/tomcat8/webapps/ROOT/index.htm -> \
    31     set action.hash Solaris/index.htm >
    31     set action.hash Solaris/index.htm >
    32 set name=pkg.fmri \
    32 set name=pkg.fmri \
    33     value=pkg:/web/java-servlet/tomcat-8/tomcat-examples@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    33     value=pkg:/web/java-servlet/tomcat-8/tomcat-examples@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    34 set name=pkg.summary value="Tomcat Servlet/JSP Container - example applications"
    34 set name=pkg.summary value="Tomcat Servlet/JSP Container - example applications"