components/tomcat-8/tomcat-admin.p5m
changeset 4295 8e6a71e8754b
parent 4248 7b59b5b80fb0
child 7847 ec4c46e50642
equal deleted inserted replaced
4293:17b5d565eb85 4295:8e6a71e8754b
    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"