usr/src/java/vpanels/panels/svcs/build.xml
author David Powell <david.e.powell@oracle.com>
Fri, 21 Jan 2011 17:24:05 -0800
changeset 641 f1833b84c12f
parent 628 9c2bcc10515e
permissions -rw-r--r--
17760 deliver .desktop file for sharemgr
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
323
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
     1
<?xml version="1.0"?>
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
     2
<!--
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
     3
  CDDL HEADER START
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
     4
 
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
     5
  The contents of this file are subject to the terms of the
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
     6
  Common Development and Distribution License (the "License").
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
     7
  You may not use this file except in compliance with the License.
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
     8
 
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
     9
  You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
    10
  or http://www.opensolaris.org/os/licensing.
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
    11
  See the License for the specific language governing permissions
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
    12
  and limitations under the License.
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
    13
 
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
    14
  When distributing Covered Code, include this CDDL HEADER in each
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
    15
  file and include the License file at usr/src/OPENSOLARIS.LICENSE.
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
    16
  If applicable, add the following below this CDDL HEADER, with the
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
    17
  fields enclosed by brackets "[]" replaced with your own identifying
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
    18
  information: Portions Copyright [yyyy] [name of copyright owner]
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
    19
 
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
    20
  CDDL HEADER END
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
    21
 
641
f1833b84c12f 17760 deliver .desktop file for sharemgr
David Powell <david.e.powell@oracle.com>
parents: 628
diff changeset
    22
  Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
323
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
    23
-->
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
    24
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
    25
<project name="vpanels-panels-svcs" default="jar">
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
    26
	<property name="panel.panel" value="svcs" />
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
    27
	<property name="panel.class"
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
    28
	    value="org.opensolaris.os.vp.panels.svcs.client.swing.SvcsPanelDescriptor" />
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@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: 628
diff changeset
    30
	<property name="panel.icon.src"
f1833b84c12f 17760 deliver .desktop file for sharemgr
David Powell <david.e.powell@oracle.com>
parents: 628
diff changeset
    31
	    value="../../panel/org/opensolaris/os/vp/panel/common/smf/images/smf-192.png" />
f1833b84c12f 17760 deliver .desktop file for sharemgr
David Powell <david.e.powell@oracle.com>
parents: 628
diff changeset
    32
	<property name="panel.icon.dst" value="svcs.png" />
f1833b84c12f 17760 deliver .desktop file for sharemgr
David Powell <david.e.powell@oracle.com>
parents: 628
diff changeset
    33
323
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
    34
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
    35
	<import file="../build-panels.xml" />
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
    36
641
f1833b84c12f 17760 deliver .desktop file for sharemgr
David Powell <david.e.powell@oracle.com>
parents: 628
diff changeset
    37
	<target name="install_project" depends="install_icon" />
f1833b84c12f 17760 deliver .desktop file for sharemgr
David Powell <david.e.powell@oracle.com>
parents: 628
diff changeset
    38
323
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
    39
	<path id="classpath.javac">
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
    40
		<path refid="classpath.panels" />
628
9c2bcc10515e Bug 17664 - ADRGEN-1: Interface comparison, versioning validation
devjani.ray@oracle.com <devjani.ray@oracle.com>
parents: 323
diff changeset
    41
		<pathelement location="${ws.java}/rad/rad.jar" />
9c2bcc10515e Bug 17664 - ADRGEN-1: Interface comparison, versioning validation
devjani.ray@oracle.com <devjani.ray@oracle.com>
parents: 323
diff changeset
    42
		<pathelement location="${ws.java}/adr/adr.jar" />
323
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
    43
	</path>
497a785649eb 10071 apply new design to SMF panel
David Powell <David.Powell@sun.com>
parents:
diff changeset
    44
</project>