Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Maggi2017-04-27 14:34:49 +0000
committerBenoit Maggi2017-05-10 18:59:59 +0000
commit991616abba4978a03dbcb8d33f89ac851b8ad405 (patch)
tree8268447dd887ead00d204f0333ce257d89414f8c /plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/Messages.java
parent83ac51bef2da01382d78d85905b47da589684ba5 (diff)
downloadorg.eclipse.papyrus-991616abba4978a03dbcb8d33f89ac851b8ad405.tar.gz
org.eclipse.papyrus-991616abba4978a03dbcb8d33f89ac851b8ad405.tar.xz
org.eclipse.papyrus-991616abba4978a03dbcb8d33f89ac851b8ad405.zip
Bug 515235 - [Architecture Framework] Palette Configuration shall be
have a better integration to AF - add a property palettes in Meta model - remove old customePalette in Meta model - the palette application filter should be done with the name of the PapyrusDiagram defined in the architecture (currently the key, hopfully will be changed for an id field) Change-Id: I7a4163874bbb94f92bd76043d956ee8e79b4a6bb
Diffstat (limited to 'plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/Messages.java')
-rw-r--r--plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/Messages.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/Messages.java b/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/Messages.java
index 5e2bf596e15..bfca20bf86a 100644
--- a/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/Messages.java
+++ b/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/Messages.java
@@ -18,7 +18,7 @@ import org.eclipse.osgi.util.NLS;
*/
public class Messages extends NLS {
- private static final String BUNDLE_NAME = "org.eclipse.papyrus.customization.palette.messages"; //$NON-NLS-1$
+ private static final String BUNDLE_NAME = "org.eclipse.papyrus.toolsmiths.palette.messages"; //$NON-NLS-1$
static {
// initialize resource bundle

Back to the top