Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2009-04-13 21:15:04 +0000
committerPascal Rapicault2009-04-13 21:15:04 +0000
commit47518f7c18082ba7183433a7fc86e2c048f98fcc (patch)
treede2789d8371e3bcdbc6350847e16cd9905be6a9e /bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties
parent458abd4ab2e9dc12c4d8140b4d7bbf812da0083a (diff)
downloadrt.equinox.p2-47518f7c18082ba7183433a7fc86e2c048f98fcc.tar.gz
rt.equinox.p2-47518f7c18082ba7183433a7fc86e2c048f98fcc.tar.xz
rt.equinox.p2-47518f7c18082ba7183433a7fc86e2c048f98fcc.zip
Bug 271508 - CompositeRepo failures can cause bad artifact results
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 9899e84a8..c17bba054 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
@@ -59,4 +59,5 @@ exception_unsupportedGetOutputStream=Cannot write artifacts to a composite repos
exception_unsupportedRemoveFromComposite = Cannot remove descriptors from a composite repository.
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. \ No newline at end of file
+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

Back to the top