Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2011-02-18 01:26:18 +0000
committerPascal Rapicault2011-02-18 01:26:18 +0000
commit8c21e402f1553516d333001ef5521da287bf49a2 (patch)
treec43f031348238befbe6b7464eb57196b38ab9053 /org.eclipse.m2e.feature
parent750ccb0599c4519554bcee2376056ebb37d32390 (diff)
downloadm2e-core-8c21e402f1553516d333001ef5521da287bf49a2.tar.gz
m2e-core-8c21e402f1553516d333001ef5521da287bf49a2.tar.xz
m2e-core-8c21e402f1553516d333001ef5521da287bf49a2.zip
Bug 337511 - Change feature name to say m2e in the user readable name
Diffstat (limited to 'org.eclipse.m2e.feature')
-rw-r--r--org.eclipse.m2e.feature/feature.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.m2e.feature/feature.properties b/org.eclipse.m2e.feature/feature.properties
index 06f29a59..3ed56657 100644
--- a/org.eclipse.m2e.feature/feature.properties
+++ b/org.eclipse.m2e.feature/feature.properties
@@ -15,7 +15,7 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=Maven Integration for Eclipse (Incubation)
+featureName=m2e - Maven Integration for Eclipse (Incubation)
# "providerName" property - name of the company that provides the feature
providerName=Eclipse m2e
@@ -24,11 +24,11 @@ providerName=Eclipse m2e
#updateSiteName=The Eclipse Project Updates
# "description" property - description of the feature
-description=Maven integration. Launching Maven from Eclipse, dependency management and search.
+description=m2e is a Maven integration in Eclipse. Launching Maven from Eclipse, dependency management and search.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
-Copyright (c) 2008-2010 Sonatype, Inc.\n\
+Copyright (c) 2008-2011 Sonatype, Inc.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\

Back to the top