Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Bull2012-09-07 04:40:51 +0000
committerIan Bull2012-09-07 04:41:40 +0000
commit7d8bcd1ea98836605f722f37bd7acf23abc6a595 (patch)
treec92cb327fdc10905b00385466861e4ce9dfebc27
parent0f2668fcc5642879a71b89a71f5da88c764dde39 (diff)
downloadrt.equinox.p2-7d8bcd1ea98836605f722f37bd7acf23abc6a595.tar.gz
rt.equinox.p2-7d8bcd1ea98836605f722f37bd7acf23abc6a595.tar.xz
rt.equinox.p2-7d8bcd1ea98836605f722f37bd7acf23abc6a595.zip
Bug 378377: Reorders the download artifact messagev20120907-044140
Because the middle of the download artifact message was often cut off, the throughput could not be seen. This moves it to the end of the message (where it should still appear).
-rw-r--r--bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF2
-rw-r--r--bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/messages.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
index e32ff0fe1..48c070cd7 100644
--- a/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.repository/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.p2.repository;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.100.qualifier
Bundle-Activator: org.eclipse.equinox.internal.p2.repository.Activator
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/messages.properties b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/messages.properties
index ddd53d163..6dbe04d40 100644
--- a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/messages.properties
@@ -67,8 +67,8 @@ TransportErrorTranslator_MalformedRemoteFileReference=Malformed reference to rem
TransportErrorTranslator_UnableToConnectToRepository_0=Unable to connect to repository {0}
TransportErrorTranslator_UnknownErrorCode=HTTP Server Unknown HTTP Response Code ({0}):{1}
TransportErrorTranslator_UnknownHost=Unknown Host: {0}
-fetching_0_from_1_2_at_3=Fetching {0} ({2} at {3}/s) from {1}
-fetching_0_from_1_2_of_3_at_4=Fetching {0} ({2} of {3} at {4}/s) from {1}
+fetching_0_from_1_2_at_3=Fetching {0} from {1} ({2} at {3}/s)
+fetching_0_from_1_2_of_3_at_4=Fetching {0} from {1} ({2} of {3} at {4}/s)
FileTransport_reader=File Transport Reader
FileTransport_cancelCheck=File Transport Cancel Handler
connection_to_0_failed_on_1_retry_attempt_2=Connection to {0} failed on {1}. Retry attempt {2} started

Back to the top