usr/src/java/vpanels/panels/sysmon/build.xml
author David Powell <david.e.powell@oracle.com>
Fri, 21 Jan 2011 17:24:05 -0800
changeset 641 f1833b84c12f
parent 390 62c7eb34e283
child 677 fbc09f84f958
permissions -rw-r--r--
17760 deliver .desktop file for sharemgr
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
390
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
     1
<?xml version="1.0"?>
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
     2
<!--
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
     3
  CDDL HEADER START
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
     4
 
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
     5
  The contents of this file are subject to the terms of the
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
     6
  Common Development and Distribution License (the "License").
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
     7
  You may not use this file except in compliance with the License.
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
     8
 
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
     9
  You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    10
  or http://www.opensolaris.org/os/licensing.
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    11
  See the License for the specific language governing permissions
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    12
  and limitations under the License.
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    13
 
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    14
  When distributing Covered Code, include this CDDL HEADER in each
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    15
  file and include the License file at usr/src/OPENSOLARIS.LICENSE.
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    16
  If applicable, add the following below this CDDL HEADER, with the
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    17
  fields enclosed by brackets "[]" replaced with your own identifying
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    18
  information: Portions Copyright [yyyy] [name of copyright owner]
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    19
 
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    20
  CDDL HEADER END
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    21
 
641
f1833b84c12f 17760 deliver .desktop file for sharemgr
David Powell <david.e.powell@oracle.com>
parents: 390
diff changeset
    22
  Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
390
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    23
-->
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    24
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    25
<project name="vpanels-panels-sysmon" default="jar">
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    26
	<property name="panel.panel" value="sysmon" />
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    27
	<property name="panel.class"
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    28
	    value="org.opensolaris.os.vp.panels.sysmon.client.swing.SysMonPanelDescriptor" />
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    29
	<property name="panel.name" value="Service Management Facility panel" />
641
f1833b84c12f 17760 deliver .desktop file for sharemgr
David Powell <david.e.powell@oracle.com>
parents: 390
diff changeset
    30
	<property name="panel.icon.src"
f1833b84c12f 17760 deliver .desktop file for sharemgr
David Powell <david.e.powell@oracle.com>
parents: 390
diff changeset
    31
	    value="org/opensolaris/os/vp/panels/sysmon/client/swing/images/sysmon-32.png" />
f1833b84c12f 17760 deliver .desktop file for sharemgr
David Powell <david.e.powell@oracle.com>
parents: 390
diff changeset
    32
	<property name="panel.icon.dst" value="sysmon.png" />
390
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    33
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    34
	<import file="../build-panels.xml" />
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    35
641
f1833b84c12f 17760 deliver .desktop file for sharemgr
David Powell <david.e.powell@oracle.com>
parents: 390
diff changeset
    36
	<target name="install_project" depends="install_icon" />
f1833b84c12f 17760 deliver .desktop file for sharemgr
David Powell <david.e.powell@oracle.com>
parents: 390
diff changeset
    37
390
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    38
	<path id="classpath.javac">
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    39
		<path refid="classpath.panels" />
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    40
	</path>
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents:
diff changeset
    41
</project>