Defining new packages
EPMs and FPMs are added as objects to an existing workspace.
Rules for naming packages
- Allowed characters are a-z, A-Z, 0-9, _
We recommend that you avoid uppercase letters. - Package names must be unique. A package name may only exist once, regardless of whether it is an EPM or FPM.
Note, that a unique package name is also relevant for provides, conflicts and requires. - Package names are composed of the following elements:
<name>-<version>-<release>.<container>.[epm|fpm]
Beispiel: baseosrp-6.8.4-1.UC_RP6_X64.epm - Do not rename package files after the build process.