components/visual-panels/usermgr/system-management-visual-panels-panel-usermgr.p5m
branchs11-update
changeset 3734 24181f5eb463
parent 2805 4888f6212f94
--- a/components/visual-panels/usermgr/system-management-visual-panels-panel-usermgr.p5m	Tue Feb 03 12:52:16 2015 -0800
+++ b/components/visual-panels/usermgr/system-management-visual-panels-panel-usermgr.p5m	Tue Feb 03 13:01:27 2015 -0800
@@ -20,21 +20,22 @@
 #
 
 #
-# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 
-set name=pkg.fmri value=pkg:/system/management/visual-panels/panel-usermgr@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.fmri \
+    value=pkg:/system/management/visual-panels/panel-usermgr@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 set name=pkg.summary value="User Manager GUI"
-set name=info.classification value="org.opensolaris.category.2008:Applications/Configuration and Preferences"
-set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+set name=info.classification \
+    value="org.opensolaris.category.2008:Applications/Configuration and Preferences"
 set name=org.opensolaris.arc-caseid value=LSARC/2007/392
-
-license ../vpanels.copyright license=Oracle
-
-depend fmri=pkg:/system/management/visual-panels-core@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) type=require
-depend fmri=pkg:/system/management/visual-panels/panel-usermgr/locale type=require
-
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 file path=usr/share/applications/vp-usermgr.desktop
 file path=usr/share/vpanels/app/vpanels-panels-usermgr.jar
 file path=usr/share/vpanels/conf/usermgr.xml
 file path=usr/share/vpanels/pixmaps/usermgr.png
+license ../vpanels.copyright license=Oracle
+depend type=require \
+    fmri=pkg:/system/management/visual-panels-core@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+depend type=require \
+    fmri=pkg:/system/management/visual-panels/panel-usermgr/locale