Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-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