Include application package into the repository
- Copy the unifiedchangemanagement, unifiedchangemanagement-core, PlmUnifiedChangeManagementExtension folders from the (unzipped) ..\Imports\.. folder into the AML-packages folder of the Work.git repository.
Copy the PLM folder from the (unzipped) ..\Imports\.. folder into the AML-packages folder of the Work.git repository in case it doesn’t contain it. In case it contains, copy only files which are inside the PLM folder.
NoteDo not copy the imports.mf file, as it will overwrite the existing imports.mf file in the Work.git repository.- Open the imports.mf file ..\Imports\imports.mf.
- Copy the following <package> elements:
<imports> <package name="com.aras.innovator.solution.PLM" path="PLM" /> <package name="com.aras.innovator.solution.unifiedchangemanagement-core" path="unifiedchangemanagement-core"> <dependson name="com.aras.innovator.solution.PLM" /> </package> <package name="com.aras.innovator.solution.unifiedchangemanagement" path="unifiedchangemanagement"> <dependson name="com.aras.innovator.solution.unifiedchangemanagement-core" /> </package> </imports> - Paste the <package> elements into the imports.mf file of the Work.git repository.
- Open the imports.mf file ..\
PlmUnifiedChangeManagementExtension\imports.mf. Copy the following <package> elements:
<imports><package name="com.aras.innovator.solution.PlmUnifiedChangeManagementExtension” path="Import"><dependson name="com.aras.innovator.solution.PLM” /><dependson name="com.aras.innovator.solution.unifiedchangemanagement” /></package></imports>- Paste the <package> elements into the imports.mf file of the Work.git repository.
- Change the next element in the resulting config:
<package name="com.aras.innovator.solution.PlmUnifiedChangeManagementExtension” path="Import">
to<package name="com.aras.innovator.solution.PlmUnifiedChangeManagementExtension” path="PlmUnifiedChangeManagementExtension\Import"> Save and close imports.mf file of the Work.git repository.