Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/src/org/eclipse/papyrus/toolsmiths/validation/profile/internal/messages/messages.properties')
-rw-r--r--plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/src/org/eclipse/papyrus/toolsmiths/validation/profile/internal/messages/messages.properties5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/src/org/eclipse/papyrus/toolsmiths/validation/profile/internal/messages/messages.properties b/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/src/org/eclipse/papyrus/toolsmiths/validation/profile/internal/messages/messages.properties
index 8083ca69eda..9237d2f4a9c 100644
--- a/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/src/org/eclipse/papyrus/toolsmiths/validation/profile/internal/messages/messages.properties
+++ b/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/src/org/eclipse/papyrus/toolsmiths/validation/profile/internal/messages/messages.properties
@@ -1,3 +1,5 @@
+ProfileExtensionsChecker_noExternsionsDeclared=No extensions are declared for this static profile
+ProfilePluginChecker_validateProfilePluginTask=Validate Profile plug-in.
StaticProfileExtensionsBuilder_nsURI_differs=NsURI in profile {0} and in extension point {1} differ
StaticProfileExtensionsBuilder_subTask_checkingFile=checking file: {0}
StaticProfilePluginErrorReporter_noEcoreGeneratedPackageFound=No Ecore generated Package found for profile {0}
@@ -5,3 +7,6 @@ StaticProfilePluginErrorReporter_NoPapyrusProfileExtensionFound=No Papyrus exten
StaticProfilePluginErrorReporter_noUML2GeneratedPackage=No UML2 generated Package found for {0}
StaticProfilePluginErrorReporter_uiLabelIsNull=UI Label is null for the profile {0}
StaticProfilePluginErrorReporter_wrongLocationForProfile=Wrong location for profile {0}
+StaticProfilePluginErrorReporter_missingExtensionPointAttribute=Element is missing required attribute ''{0}''
+StaticProfilePluginErrorReporter_resourceMissingFromBinaryBuild=Resource ''{0}'' is missing from the binary build.
+StaticProfilePluginErrorReporter_stereotypeMismatch=URI mismatch. URI ''{0}'' does not match the value from profile ''{1}''

Back to the top