components/visual-panels/apache/system-management-visual-panels-panel-apache.p5m
branchs11-update
changeset 3734 24181f5eb463
parent 2805 4888f6212f94
equal deleted inserted replaced
3723:1cc872b933c9 3734:24181f5eb463
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 set name=pkg.fmri value=pkg:/system/management/visual-panels/panel-apache@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.fmri \
       
    27     value=pkg:/system/management/visual-panels/panel-apache@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27 set name=pkg.summary value="Apache Web Server Administration GUI"
    28 set name=pkg.summary value="Apache Web Server Administration GUI"
    28 set name=info.classification value="org.opensolaris.category.2008:Applications/Configuration and Preferences"
    29 set name=info.classification \
       
    30     value="org.opensolaris.category.2008:Applications/Configuration and Preferences"
       
    31 set name=org.opensolaris.arc-caseid value=LSARC/2007/392
    29 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    32 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    30 set name=org.opensolaris.arc-caseid value=LSARC/2007/392
    33 dir  path=etc/vpanels group=sys
    31 
       
    32 license ../vpanels.copyright license=Oracle
       
    33 
       
    34 depend fmri=pkg:/system/management/visual-panels-core@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) type=require
       
    35 depend fmri=pkg:/system/management/visual-panels/panel-apache/locale type=require
       
    36 depend fmri=pkg:/web/server/apache-22 type=require
       
    37 
       
    38 dir path=etc/vpanels group=sys
       
    39 file path=etc/vpanels/httpd_conf.templ group=sys
    34 file path=etc/vpanels/httpd_conf.templ group=sys
    40 file path=lib/svc/manifest/network/http-vpanels.xml
    35 file path=lib/svc/manifest/network/http-vpanels.xml
    41 file path=lib/svc/method/http-vpanels mode=0555
    36 file path=lib/svc/method/http-vpanels mode=0555
    42 file path=usr/share/applications/vp-apache.desktop
    37 file path=usr/share/applications/vp-apache.desktop
    43 file path=usr/share/vpanels/app/vpanels-panels-apache.jar
    38 file path=usr/share/vpanels/app/vpanels-panels-apache.jar
    44 file path=usr/share/vpanels/conf/apache.xml
    39 file path=usr/share/vpanels/conf/apache.xml
    45 file path=usr/share/vpanels/pixmaps/apache.png
    40 file path=usr/share/vpanels/pixmaps/apache.png
       
    41 license ../vpanels.copyright license=Oracle
       
    42 depend type=require \
       
    43     fmri=pkg:/system/management/visual-panels-core@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    44 depend type=require \
       
    45     fmri=pkg:/system/management/visual-panels/panel-apache/locale
       
    46 depend type=require fmri=pkg:/web/server/apache-22