Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauricio Alferez2016-06-24 15:45:53 +0000
committerGerrit Code Review @ Eclipse.org2016-06-28 13:20:15 +0000
commit327f116c339292325fe7cf743a96b0091d5eeedf (patch)
treebf8584adae38d91c52bf93bbdfd1a358828c601b /extraplugins/metrics/org.eclipse.papyrus.metrics.commands/bundle.properties
parent22b763be4cb214b1876c95196c807b500cb9e054 (diff)
downloadorg.eclipse.papyrus-327f116c339292325fe7cf743a96b0091d5eeedf.tar.gz
org.eclipse.papyrus-327f116c339292325fe7cf743a96b0091d5eeedf.tar.xz
org.eclipse.papyrus-327f116c339292325fe7cf743a96b0091d5eeedf.zip
Bug 496746 - [Metrics] Homogenize properties files in all plugins
Change-Id: I3192df2df1454e89f51105dbf23d040ec5c58693 Signed-off-by: Mauricio Alferez <mauricio.alferez@cea.fr>
Diffstat (limited to 'extraplugins/metrics/org.eclipse.papyrus.metrics.commands/bundle.properties')
-rw-r--r--extraplugins/metrics/org.eclipse.papyrus.metrics.commands/bundle.properties11
1 files changed, 10 insertions, 1 deletions
diff --git a/extraplugins/metrics/org.eclipse.papyrus.metrics.commands/bundle.properties b/extraplugins/metrics/org.eclipse.papyrus.metrics.commands/bundle.properties
index ce2bb496098..1a2903638d6 100644
--- a/extraplugins/metrics/org.eclipse.papyrus.metrics.commands/bundle.properties
+++ b/extraplugins/metrics/org.eclipse.papyrus.metrics.commands/bundle.properties
@@ -1,4 +1,13 @@
-#Properties file for org.eclipse.papyrus.metrics.commands
+#################################################################################
+# Copyright (c) 2016 CEA LIST.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Mauricio Alferez (CEA LIST) mauricio.alferez@cea.fr - initial API and implementation
+##################################################################################
command.name = Generate Metrics View
command.name.0 = Generate Metrics View from Smm Model
Bundle-Name = Metrics Commands

Back to the top