Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauricio Alferez2016-04-05 06:17:35 +0000
committerMauricio Alferez2016-04-05 06:17:35 +0000
commita8529b10a7ff527ee7423663f328d4adf7478411 (patch)
tree1309a10876109d5c6a27fd6402c64f453b8ff192
parent4944612010413e2eeed36d9f6fa3d196447905da (diff)
downloadorg.eclipse.papyrus-a8529b10a7ff527ee7423663f328d4adf7478411.tar.gz
org.eclipse.papyrus-a8529b10a7ff527ee7423663f328d4adf7478411.tar.xz
org.eclipse.papyrus-a8529b10a7ff527ee7423663f328d4adf7478411.zip
Better feature description of the metrics framework
Change-Id: I6cec61653b586c913f4d4174b80391500429a06a Signed-off-by: Mauricio Alferez <mauricio.alferez@cea.fr>
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.metrics.feature/feature.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.metrics.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.metrics.feature/feature.xml
index 8f5ec23fe20..e993185723a 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.metrics.feature/feature.xml
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.metrics.feature/feature.xml
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
- id="org.eclipse.papyrus.requirements.feature"
+ id="org.eclipse.papyrus.metrics.feature"
label="%featureName"
version="0.7.0.qualifier"
provider-name="%providerName">
<description>
- This feature support model-based specification of requirements
+ This feature supports the Structured Metrics Metamodel (SMM) standard of the OMG. SMM allows to define, represent and exchange both measures and measurement information related to any structured information model, such as the OMG Meta Object Facility (MOF) standard, defining an XMI interchange format between metrics extraction tools.
</description>
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2015 CEA LIST
-All rights reserved. This program and the accompanying materials
+ 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

Back to the top