移行オプションのあるサンプルの移行定義ファイル

次に、移行オプションの行を太字で示したサンプルの移行定義ファイルを示します。

<Package>
   <LOCALE>en_US</LOCALE>
   <User name="admin" password="" />
   <Task>
      <Source type="Application" product="HUB" project="Foundation" application="Shared Services" />
      <Target type="FileSystem" filePath="/exp1/HUB.Shared Services" />
      <Options option="operation" Value="delete" />
      <Artifact recursive="true" parentPath="/Native Directory" pattern="*" />
      <Artifact recursive="true" parentPath="/Taskflows" pattern="*" />
   </Task>
   <Task>
      <Source type="FileSystem" filePath="/exp22/HUB.Shared Services" />
      <Target type="Application" product="HUB" project="Foundation" application="Shared Services" />
      <Artifact recursive="true" parentPath="/Native Directory" pattern="*" />
      <Artifact recursive="true" parentPath="/Taskflows" pattern="*" />
   </Task>
</Package>