From fb43f29ae68d236405099fa3f43e9a6988d07ceb Mon Sep 17 00:00:00 2001 From: Elena Parovyshnaia Date: Tue, 11 May 2021 09:43:43 +0300 Subject: [PATCH 1/3] Bug 572650 upgrade `licenses` domain model Fix label resolution for passage domain Signed-off-by: eparovyshnaya --- .../plugin.properties | 2 +- bundles/org.eclipse.passage.lic.licenses.edit/plugin.xml | 2 +- .../passage/loc/internal/emf/BaseDomainRegistry.java | 7 +++++-- .../loc/internal/features/core/FeatureDomainRegistry.java | 8 ++++++++ .../loc/internal/licenses/core/LicenseDomainRegistry.java | 8 ++++++++ .../loc/internal/products/core/ProductDomainRegistry.java | 8 ++++++++ .../loc/internal/users/core/UserDomainRegistry.java | 8 ++++++++ 7 files changed, 39 insertions(+), 4 deletions(-) diff --git a/bundles/org.eclipse.passage.lic.licenses.edit/plugin.properties b/bundles/org.eclipse.passage.lic.licenses.edit/plugin.properties index 6f12b0f2b..2b52085e9 100644 --- a/bundles/org.eclipse.passage.lic.licenses.edit/plugin.properties +++ b/bundles/org.eclipse.passage.lic.licenses.edit/plugin.properties @@ -77,7 +77,7 @@ _UI_LicensePlanFeature_text_pattern={0} ({1}) _UI_FloatingLicensePack_type = Floating License Pack _UI_LicenseRequisites_type_detailed = License issued for {0} over product {1} of version {2} _UI_LicenseRequisites_type = License Requisites -_UI_ProductRef_type = Product Ref +_UI_ProductRef_type = Product Reference _UI_ProductRef_type_detailed = Product {0} version {1} _UI_FloatingServer_type = Floating Server _UI_UserGrant_type = User Grant diff --git a/bundles/org.eclipse.passage.lic.licenses.edit/plugin.xml b/bundles/org.eclipse.passage.lic.licenses.edit/plugin.xml index cc21fe95d..c41d5515e 100644 --- a/bundles/org.eclipse.passage.lic.licenses.edit/plugin.xml +++ b/bundles/org.eclipse.passage.lic.licenses.edit/plugin.xml @@ -19,7 +19,7 @@ diff --git a/features/org.eclipse.passage.loc.licenses.feature/feature.xml b/features/org.eclipse.passage.loc.licenses.feature/feature.xml index f2d853e78..dda42361a 100644 --- a/features/org.eclipse.passage.loc.licenses.feature/feature.xml +++ b/features/org.eclipse.passage.loc.licenses.feature/feature.xml @@ -14,7 +14,7 @@ diff --git a/features/org.eclipse.passage.loc.products.feature/feature.xml b/features/org.eclipse.passage.loc.products.feature/feature.xml index 5788fac7b..19d65451c 100644 --- a/features/org.eclipse.passage.loc.products.feature/feature.xml +++ b/features/org.eclipse.passage.loc.products.feature/feature.xml @@ -14,7 +14,7 @@ diff --git a/features/org.eclipse.passage.loc.users.feature/feature.xml b/features/org.eclipse.passage.loc.users.feature/feature.xml index f53bc44ce..333a49513 100644 --- a/features/org.eclipse.passage.loc.users.feature/feature.xml +++ b/features/org.eclipse.passage.loc.users.feature/feature.xml @@ -14,7 +14,7 @@