usr/src/java/vpanels/env-vpanels.xml
author David Powell <david.e.powell@oracle.com>
Fri, 21 Jan 2011 17:24:05 -0800
changeset 641 f1833b84c12f
parent 402 ab52b2d47c1d
child 720 58815d7de6df
permissions -rw-r--r--
17760 deliver .desktop file for sharemgr
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
     1
<?xml version="1.0"?>
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
     2
<!--
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
     3
  CDDL HEADER START
42
0870a1fd0ef2 3235 vp needs to be able to report a version to assist with testing
Stephen Talley <stephen.talley@sun.com>
parents: 0
diff changeset
     4
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
     5
  The contents of this file are subject to the terms of the
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
     6
  Common Development and Distribution License (the "License").
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
     7
  You may not use this file except in compliance with the License.
42
0870a1fd0ef2 3235 vp needs to be able to report a version to assist with testing
Stephen Talley <stephen.talley@sun.com>
parents: 0
diff changeset
     8
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
     9
  You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    10
  or http://www.opensolaris.org/os/licensing.
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    11
  See the License for the specific language governing permissions
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    12
  and limitations under the License.
42
0870a1fd0ef2 3235 vp needs to be able to report a version to assist with testing
Stephen Talley <stephen.talley@sun.com>
parents: 0
diff changeset
    13
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    14
  When distributing Covered Code, include this CDDL HEADER in each
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    15
  file and include the License file at usr/src/OPENSOLARIS.LICENSE.
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    16
  If applicable, add the following below this CDDL HEADER, with the
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    17
  fields enclosed by brackets "[]" replaced with your own identifying
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    18
  information: Portions Copyright [yyyy] [name of copyright owner]
42
0870a1fd0ef2 3235 vp needs to be able to report a version to assist with testing
Stephen Talley <stephen.talley@sun.com>
parents: 0
diff changeset
    19
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    20
  CDDL HEADER END
42
0870a1fd0ef2 3235 vp needs to be able to report a version to assist with testing
Stephen Talley <stephen.talley@sun.com>
parents: 0
diff changeset
    21
641
f1833b84c12f 17760 deliver .desktop file for sharemgr
David Powell <david.e.powell@oracle.com>
parents: 402
diff changeset
    22
  Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    23
-->
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    24
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    25
<project name="vpanelsenv">
402
ab52b2d47c1d 13471 hg errors included in AppConstants.java
Stephen Talley <stephen.talley@sun.com>
parents: 391
diff changeset
    26
	<exec outputproperty="app.version" executable='/usr/bin/hg'
ab52b2d47c1d 13471 hg errors included in AppConstants.java
Stephen Talley <stephen.talley@sun.com>
parents: 391
diff changeset
    27
            error='/dev/null'>
42
0870a1fd0ef2 3235 vp needs to be able to report a version to assist with testing
Stephen Talley <stephen.talley@sun.com>
parents: 0
diff changeset
    28
		<arg value='tip'/>
0870a1fd0ef2 3235 vp needs to be able to report a version to assist with testing
Stephen Talley <stephen.talley@sun.com>
parents: 0
diff changeset
    29
		<arg value='--template'/>
0870a1fd0ef2 3235 vp needs to be able to report a version to assist with testing
Stephen Talley <stephen.talley@sun.com>
parents: 0
diff changeset
    30
		<arg value='0.{rev}\n'/>
0870a1fd0ef2 3235 vp needs to be able to report a version to assist with testing
Stephen Talley <stephen.talley@sun.com>
parents: 0
diff changeset
    31
	</exec>
0870a1fd0ef2 3235 vp needs to be able to report a version to assist with testing
Stephen Talley <stephen.talley@sun.com>
parents: 0
diff changeset
    32
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    33
	<!-- SMF service name -->
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    34
	<property name="svchead" value="application/management" />
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    35
	<property name="svctail" value="vpanels" />
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    36
	<property name="servicename" value="${svchead}/${svctail}" />
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    37
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    38
	<!-- proto area locations -->
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    39
	<property name="proto.panels" location="${proto.vpanels}/panel" />
284
255095584c55 8351 need way to build without building javadoc
David Powell <David.Powell@sun.com>
parents: 42
diff changeset
    40
	<property name="proto.vpmod" location="${proto.vpanels}/modules" />
255095584c55 8351 need way to build without building javadoc
David Powell <David.Powell@sun.com>
parents: 42
diff changeset
    41
	<property name="proto.vppanel" location="${proto.vpanels}/panels" />
641
f1833b84c12f 17760 deliver .desktop file for sharemgr
David Powell <david.e.powell@oracle.com>
parents: 402
diff changeset
    42
	<property name="proto.vppixmaps" location="${proto.vpanels}/pixmaps" />
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    43
</project>