usr/src/java/vpanels/panels/sharemgr/build.xml
author Stephen Talley <stephen.talley@sun.com>
Fri, 20 Feb 2009 13:56:20 -0500
changeset 219 57841c113efe
parent 217 b5a0a305991e
child 245 4c33bce63cab
permissions -rw-r--r--
6788 package names should share o.o.o.vp prefix

<?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-sharemgr" default="jar">
	<property name="panel.panel" value="sharemgr" />
	<property name="panel.class"
	    value="org.opensolaris.os.vp.panels.sharemgr.client.swing.SharemgrPanelDescriptor" />

	<property name="panel.name" value="Share Management" />
	<property name="panel.desc" value="Management of file system shares." />

	<property name="panel.doc" value="&lt;manpage title='sharemgr'
	    section='1m' manpath='/usr/share/man'/&gt;
	    &lt;manpage title='sharectl'
	    section='1m' manpath='/usr/share/man'/&gt;" />

	<import file="../build-panels.xml" />

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

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