Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2011-05-05 20:42:55 +0000
committerPascal Rapicault2011-05-05 20:42:55 +0000
commit388a6d0b41f52f400d95883462d6b13bb6168b89 (patch)
tree6b27f2a3ae4c45560c64049372c2430a4db89e35 /bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties
parent16e01eaf0a00b539d9521641ba4fa42351d6c0d3 (diff)
downloadrt.equinox.p2-388a6d0b41f52f400d95883462d6b13bb6168b89.tar.gz
rt.equinox.p2-388a6d0b41f52f400d95883462d6b13bb6168b89.tar.xz
rt.equinox.p2-388a6d0b41f52f400d95883462d6b13bb6168b89.zip
Bug 340352 - [performance] [scalability] copying local artifacts has an unnecessary overhead of 0.1s
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties')
-rw-r--r--bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties b/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties
index 0225f0178..9622be281 100644
--- a/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties
@@ -51,4 +51,5 @@ exception_unsupportedRemoveFromComposite = Cannot remove descriptors from a comp
exception_unableToCreateParentDir = Unable to create parent directory.
folder_artifact_not_file_repo=Artifact {0} is a folder but the repository is an archive or remote location.
-retryRequest=Download of {0} failed on repository {1}. Retrying. \ No newline at end of file
+retryRequest=Download of {0} failed on repository {1}. Retrying.
+error_copying_local_file=An error occurred copying file {0}. \ No newline at end of file

Back to the top