Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorytanguy2009-06-08 08:52:00 +0000
committerytanguy2009-06-08 08:52:00 +0000
commitfbaa1d3d90b601f5c2fd63af4faf0b8925ac65b1 (patch)
tree76a8b2c875c1c070d0ef728b2fa7bd83d2f56cc9 /plugins/others
parente4a5908b8d271fa31457cbfa988f64d27c066f44 (diff)
downloadorg.eclipse.papyrus-fbaa1d3d90b601f5c2fd63af4faf0b8925ac65b1.tar.gz
org.eclipse.papyrus-fbaa1d3d90b601f5c2fd63af4faf0b8925ac65b1.tar.xz
org.eclipse.papyrus-fbaa1d3d90b601f5c2fd63af4faf0b8925ac65b1.zip
NEW - bug 278929: [Outline] Outline contents is not refreshed when a new diagram is opened
https://bugs.eclipse.org/bugs/show_bug.cgi?id=278929
Diffstat (limited to 'plugins/others')
-rw-r--r--plugins/others/org.eclipse.papyrus.outline/build.properties3
-rw-r--r--plugins/others/org.eclipse.papyrus.outline/src/org/eclipse/papyrus/outline/internal/messages.properties6
2 files changed, 5 insertions, 4 deletions
diff --git a/plugins/others/org.eclipse.papyrus.outline/build.properties b/plugins/others/org.eclipse.papyrus.outline/build.properties
index 1b0480c3481..b57faa14111 100644
--- a/plugins/others/org.eclipse.papyrus.outline/build.properties
+++ b/plugins/others/org.eclipse.papyrus.outline/build.properties
@@ -5,4 +5,5 @@ bin.includes = META-INF/,\
plugin.xml,\
plugin.properties,\
icons/,\
- about.html
+ about.html,\
+ bin/
diff --git a/plugins/others/org.eclipse.papyrus.outline/src/org/eclipse/papyrus/outline/internal/messages.properties b/plugins/others/org.eclipse.papyrus.outline/src/org/eclipse/papyrus/outline/internal/messages.properties
index bf6007a54d6..32feda231df 100644
--- a/plugins/others/org.eclipse.papyrus.outline/src/org/eclipse/papyrus/outline/internal/messages.properties
+++ b/plugins/others/org.eclipse.papyrus.outline/src/org/eclipse/papyrus/outline/internal/messages.properties
@@ -1,3 +1,3 @@
-Messages.DiagramOutline_ShowNavigator=Show Navigator
-Messages.DiagramOutline_ShowOverview=Show Overview
-Messages.DiagramOutline_ShowBoth=Show Both \ No newline at end of file
+DiagramOutline_ShowNavigator=Show Navigator
+DiagramOutline_ShowOverview=Show Overview
+DiagramOutline_ShowBoth=Show Both \ No newline at end of file

Back to the top