usr/src/java/vpanels/panels/time/build.xml
author Stephen Talley <stephen.talley@sun.com>
Thu, 05 Feb 2009 20:34:38 -0500
changeset 213 1a03dafcb738
child 217 b5a0a305991e
permissions -rw-r--r--
6411 time: VP needs a time/date panel

<?xml version="1.0"?>
<!--
  CDDL HEADER START

  The contents of this file are subject to the terms of the
  Common Development and Distribution License (the "License").
  You may not use this file except in compliance with the License.

  You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  or http://www.opensolaris.org/os/licensing.
  See the License for the specific language governing permissions
  and limitations under the License.

  When distributing Covered Code, include this CDDL HEADER in each
  file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  If applicable, add the following below this CDDL HEADER, with the
  fields enclosed by brackets "[]" replaced with your own identifying
  information: Portions Copyright [yyyy] [name of copyright owner]

  CDDL HEADER END

  Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  Use is subject to license terms.
-->

<project name="vpanels-panels-time" default="jar">
	<import file="../build-panels.xml" />

	<path id="classpath.javac">
		<fileset refid="ws.extlibs" />
		<path refid="classpath.panels" />
		<pathelement location="${abs.cacao}/lib/cacao_cacao.jar" />
	</path>

	<property name="panel.panel" value="time" />
	<property name="panel.category" value="system" />
	<property name="panel.class"
	    value="org.opensolaris.system.time.client.swing.TimePanelDescriptor" />
	<property name="panel.name" value="System Initialization" />
	<property name="panel.desc" value="Basic system configuration" />

	<target name="generate_project" depends="panelsdef.generate_project">
		<generate.cacaoxml />
	</target>
</project>