RAS Profile Version Updater

com.ibm.xtools.ras.profile.core.updater

6.0.0

Each updater is used to update a RAS manifest from one version to another.
All services should access the manifests as if they were the latest supported version. The updater service is used to make sure old manifests are still supported.

<!ELEMENT extension (updater+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT updater EMPTY>

<!ATTLIST updater

profile-id            CDATA #REQUIRED

class                 CDATA #REQUIRED

profile-major-version CDATA #REQUIRED

profile-minor-version CDATA #REQUIRED

name                  CDATA #IMPLIED>

Each updater is used to update a RAS manifest from one version to another.




<extension point="com.ibm.xtools.ras.profile.core.updater">
   <updater
      profile-id="F1C842AD-CE85-4261-ACA7-178C457018A1::31E5BFBF-B16E-4253-8037-98D70D07F35F"
       profile-major-version="1"
       class="com.ibm.xtools.ras.profile.defauld.versions.Update1dot04to1dot10"
       profile-minor-version="04">
    </updater>
</extension>

Plug-ins that want to extend this extension point must implement com.ibm.xtools.ras.profile.core.IRASVersionUpdater interface