カスタム・リポジトリー・アダプターは、wimconfig.xml ファイルを手操作で編集することによって構成されます。
<config:repositories xsi:type="config:ProfileRepositoryType"
id="CUSTOM1" adapterClassName="com.my.custom.adapter">
<config:CustomProperties name="prop1" value="value1"/>
<config:CustomProperties name="prop2" value="value2"/>
</config:repositories>