# HG changeset patch # User Stephen Talley # Date 1315345750 14400 # Node ID 64cdf41df547e34edab9ec91670094acd09dde0a # Parent ca5b6b73f5a104c6a891c9c646eaf49c1848f486 18895 create developer/opensolaris/rad package diff -r ca5b6b73f5a1 -r 64cdf41df547 usr/src/pkg/manifests/developer-opensolaris-vpanels.p5m --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/usr/src/pkg/manifests/developer-opensolaris-vpanels.p5m Tue Sep 06 17:49:10 2011 -0400 @@ -0,0 +1,33 @@ +# +# 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 (c) 2011, Oracle and/or its affiliates. All rights reserved. +# + +license cr_Oracle license=cr_Oracle +set name=pkg.fmri value=pkg:/developer/opensolaris/vpanels@$(PKGVERS) +set name=pkg.summary value="Dependencies required to build the Visual Panels Consolidation" +set name=info.classification value="org.opensolaris.category.2008:Development/Distribution Tools" +set name=variant.arch value=$(ARCH) + +depend fmri=pkg:/runtime/java/jre-6 type=require +depend fmri=pkg:/developer/java/jdk-6 type=require diff -r ca5b6b73f5a1 -r 64cdf41df547 usr/src/pkg/manifests/system-management-rad.p5m --- a/usr/src/pkg/manifests/system-management-rad.p5m Thu Aug 25 17:16:51 2011 -0400 +++ b/usr/src/pkg/manifests/system-management-rad.p5m Tue Sep 06 17:49:10 2011 -0400 @@ -91,9 +91,4 @@ file path=usr/share/man/man1/adrgen.1 facet.devel=true dir path=usr/share/man/man1m facet.doc.man=true file path=usr/share/man/man1m/rad.1m facet.doc.man=true - -# Needed by /usr/bin/adrgen -depend fmri=pkg:/runtime/java type=require facet.devel=true - -# Needed by /usr/lib/rad/radconsole -depend fmri=pkg:/developer/java/jdk type=require facet.devel=true +depend fmri=pkg:/runtime/java/jre-6 type=require facet.devel=true