In custom/dataCatalog/builder/publish/dcPortfolioDetailsSub.cm, embedDD field has been rename to license for clarity.
Old : public DsDropDownTreeView embedDD; New : public DsDropDownTreeView licenseDD;
custom.dataCatalog.builder.publish packageRemoved dependency from custom.dataCatalog.builder.geometry in custom.dataCatalog.builder.publish
In custom/dataCatalog/builder/publish/dcDeleteConfirmationDialog.cm, added new class DcConfirmationDialog and made DcPublishConfirmationDialog as a subclass of the new class. Also changed the modifier from public to package.
Added: private str getTruncatedPortDesc(str portfolioDesc);