transforms/report
author Rich Burridge <rich.burridge@oracle.com>
Tue, 08 Jan 2013 18:38:09 -0800
changeset 1112 7bc7f29cb517
parent 1048 e82fa02a4d16
child 5282 b4df500d2f24
permissions -rw-r--r--
15820219 SUNBT7202659 Move python/mysql from Desktop consolidation to Userland (fix package name)


<transform set name=pkg.fmri value=pkg:/(.*)@(.*),.* -> \
	print PACKAGE += "%<1>@%<2>" >
<transform set name=org.opensolaris.arc-caseid value=(.*) -> \
	print ARC_CASE += "%<1>" >

<transform license license=(.*) -> print LICENSE += "%<1>" >