From: <np...@us...> - 2008-08-19 16:42:17
|
Revision: 861 http://omc.svn.sourceforge.net/omc/?rev=861&view=rev Author: npaxton Date: 2008-08-19 16:42:27 +0000 (Tue, 19 Aug 2008) Log Message: ----------- register RegisteredProfile and ReferencedProfile in interop rather than cimv2 namespace Modified Paths: -------------- cmpiprofiles/sblim-cmpi-boot_control_profile/trunk/mof/linux-boot-control-profile.reg cmpiprofiles/sblim-cmpi-boot_control_profile/trunk/mof/linux-boot-control-profile.registration cmpiprofiles/sblim-cmpi-fan_profile/trunk/mof/linux-fan-profile.reg cmpiprofiles/sblim-cmpi-fan_profile/trunk/mof/linux-fan-profile.registration Modified: cmpiprofiles/sblim-cmpi-boot_control_profile/trunk/mof/linux-boot-control-profile.reg =================================================================== --- cmpiprofiles/sblim-cmpi-boot_control_profile/trunk/mof/linux-boot-control-profile.reg 2008-08-19 16:32:34 UTC (rev 860) +++ cmpiprofiles/sblim-cmpi-boot_control_profile/trunk/mof/linux-boot-control-profile.reg 2008-08-19 16:42:27 UTC (rev 861) @@ -38,13 +38,13 @@ provider: Linux_BootReferencedProfile location: linux_bootctrlprovider type: instance association - namespace: root/cimv2 + namespace: root/interop # [Linux_BootRegisteredProfile] provider: Linux_BootRegisteredProfile location: linux_bootctrlprovider type: instance method - namespace: root/cimv2 + namespace: root/interop # [Linux_BootServiceAffectsElement] provider: Linux_BootServiceAffectsElement Modified: cmpiprofiles/sblim-cmpi-boot_control_profile/trunk/mof/linux-boot-control-profile.registration =================================================================== --- cmpiprofiles/sblim-cmpi-boot_control_profile/trunk/mof/linux-boot-control-profile.registration 2008-08-19 16:32:34 UTC (rev 860) +++ cmpiprofiles/sblim-cmpi-boot_control_profile/trunk/mof/linux-boot-control-profile.registration 2008-08-19 16:42:27 UTC (rev 861) @@ -4,7 +4,7 @@ Linux_BootElementSettingData root/cimv2 Linux_BootElementSettingData linux_bootctrlprovider instance association Linux_BootHostedService root/cimv2 Linux_BootHostedService linux_bootctrlprovider instance association Linux_BootOrderedComponent root/cimv2 Linux_BootOrderedComponent linux_bootctrlprovider instance association -Linux_BootReferencedProfile root/cimv2 Linux_BootReferencedProfile linux_bootctrlprovider instance association -Linux_BootRegisteredProfile root/cimv2 Linux_BootRegisteredProfile linux_bootctrlprovider instance method +Linux_BootReferencedProfile root/interop Linux_BootReferencedProfile linux_bootctrlprovider instance association +Linux_BootRegisteredProfile root/interop Linux_BootRegisteredProfile linux_bootctrlprovider instance method Linux_BootServiceAffectsElement root/cimv2 Linux_BootServiceAffectsElement linux_bootctrlprovider instance association Linux_GrubBootSourceSetting root/cimv2 Linux_GrubBootSourceSetting linux_bootctrlprovider instance method Modified: cmpiprofiles/sblim-cmpi-fan_profile/trunk/mof/linux-fan-profile.reg =================================================================== --- cmpiprofiles/sblim-cmpi-fan_profile/trunk/mof/linux-fan-profile.reg 2008-08-19 16:32:34 UTC (rev 860) +++ cmpiprofiles/sblim-cmpi-fan_profile/trunk/mof/linux-fan-profile.reg 2008-08-19 16:42:27 UTC (rev 861) @@ -44,13 +44,13 @@ provider: Linux_FanReferencedProfile location: linux_fanprovider type: instance association - namespace: root/cimv2 + namespace: root/interop # [Linux_FanRegisteredProfile] provider: Linux_FanRegisteredProfile location: linux_fanprovider type: instance method - namespace: root/cimv2 + namespace: root/interop # [Linux_FanSystemDevice] provider: Linux_FanSystemDevice Modified: cmpiprofiles/sblim-cmpi-fan_profile/trunk/mof/linux-fan-profile.registration =================================================================== --- cmpiprofiles/sblim-cmpi-fan_profile/trunk/mof/linux-fan-profile.registration 2008-08-19 16:32:34 UTC (rev 860) +++ cmpiprofiles/sblim-cmpi-fan_profile/trunk/mof/linux-fan-profile.registration 2008-08-19 16:42:27 UTC (rev 861) @@ -5,6 +5,6 @@ Linux_FanMemberOfCollection root/cimv2 Linux_FanMemberOfCollection linux_fanprovider instance association Linux_FanOwningCollectionElement root/cimv2 Linux_FanOwningCollectionElement linux_fanprovider instance association Linux_FanRedundancySet root/cimv2 Linux_FanRedundancySet linux_fanprovider instance method -Linux_FanReferencedProfile root/cimv2 Linux_FanReferencedProfile linux_fanprovider instance association -Linux_FanRegisteredProfile root/cimv2 Linux_FanRegisteredProfile linux_fanprovider instance method +Linux_FanReferencedProfile root/interop Linux_FanReferencedProfile linux_fanprovider instance association +Linux_FanRegisteredProfile root/interop Linux_FanRegisteredProfile linux_fanprovider instance method Linux_FanSystemDevice root/cimv2 Linux_FanSystemDevice linux_fanprovider instance association This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |