Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2011-05-08 23:17:48 +0000
committerPascal Rapicault2011-05-08 23:17:48 +0000
commitb77a75000d49f785cd07e97cb176c69558e81093 (patch)
tree06712653ef282aaeb8d2c6682443562bbe4b481f /bundles/org.eclipse.equinox.p2.transport.ecf
parent9e735f9ab12885c676d3a7ec18c3ff8f5c764b68 (diff)
downloadrt.equinox.p2-b77a75000d49f785cd07e97cb176c69558e81093.tar.gz
rt.equinox.p2-b77a75000d49f785cd07e97cb176c69558e81093.tar.xz
rt.equinox.p2-b77a75000d49f785cd07e97cb176c69558e81093.zip
Fix up plugin user readable name
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.transport.ecf')
-rw-r--r--bundles/org.eclipse.equinox.p2.transport.ecf/plugin.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.transport.ecf/plugin.properties b/bundles/org.eclipse.equinox.p2.transport.ecf/plugin.properties
index 4b7e42c0e..d6b5466cd 100644
--- a/bundles/org.eclipse.equinox.p2.transport.ecf/plugin.properties
+++ b/bundles/org.eclipse.equinox.p2.transport.ecf/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2010 Sonatype, Inc. and others.
+# Copyright (c) 2010 - 2011 Sonatype, Inc. and others.
# 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
@@ -8,5 +8,5 @@
# Contributors:
# Sonatype, Inc. - initial API and implementation
###############################################################################
-pluginName = Equinox ECF based transport for p2
+pluginName = Equinox Provisioning ECF based Transport
providerName = Eclipse.org - Equinox

Back to the top