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