883N/A<?xml version="1.0"?>
883N/A<!--
883N/A CDDL HEADER START
883N/A
883N/A The contents of this file are subject to the terms of the
883N/A Common Development and Distribution License (the "License").
883N/A You may not use this file except in compliance with the License.
883N/A
883N/A You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
883N/A or http://www.opensolaris.org/os/licensing.
883N/A See the License for the specific language governing permissions
883N/A and limitations under the License.
883N/A
883N/A When distributing Covered Code, include this CDDL HEADER in each
883N/A file and include the License file at usr/src/OPENSOLARIS.LICENSE.
883N/A If applicable, add the following below this CDDL HEADER, with the
883N/A fields enclosed by brackets "[]" replaced with your own identifying
883N/A information: Portions Copyright [yyyy] [name of copyright owner]
883N/A
883N/A CDDL HEADER END
883N/A
2618N/A Copyright (c) 2009, 2014, Oracle and/or its affiliates. All rights reserved.
883N/A-->
883N/A
883N/A<project name="vpanels-panels-svcs" default="jar">
883N/A <property environment="env" />
883N/A
883N/A <property name="panel.panel" value="svcs" />
883N/A <property name="panel.class"
883N/A value="com.oracle.solaris.vp.panels.svcs.client.swing.SvcsPanelDescriptor" />
883N/A <property name="panel.name" value="Service Management Facility panel" />
883N/A <property name="panel.icon.dst" value="svcs.png" />
883N/A
883N/A <import file="${env.SRC}/ant-rules/build-panels.xml" />
883N/A
883N/A <property name="panel.icon.src"
883N/A value="${proj.core}/java/vpanels/panel/com/oracle/solaris/vp/panel/common/smf/images/smf-192.png" />
883N/A
883N/A <target name="install_project" depends="install_icon" />
883N/A
883N/A <path id="classpath.javac">
883N/A <path refid="classpath.panels" />
2618N/A <pathelement location="${abs.rad.java}/smf_old.jar" />
883N/A <pathelement location="${abs.rad.java}/rad.jar" />
883N/A </path>
883N/A</project>