Quoth Alan Maguire on Thu, Mar 29, 2007 at 01:36:42PM -0700: > i was wondering, is there any functional significance to the package name > prefix for the "name" attribute in the "service_bundle" tag, i.e. the > SUNWxyz in > > <service_bundle type='manifest' name='SUNWxyz:service_name'> > > ...or is it informational only? the reason i ask is if a manifest had to move > from one package to another, would changing that package prefix be > problematic? > (i'm assuming it'd just trigger a reimport of the manifest, but just wanted > to check)
The name attribute of the service_bundle element is currently unused. The package name prefix is just a convention. Changing it should trigger a reimport, but it should not result in any property changes. David