Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Oberlies2012-10-09 09:33:38 +0000
committerTobias Oberlies2012-10-09 09:34:57 +0000
commit17a359869cee9cba2dfc19fcae795903cba73029 (patch)
tree2e2d480bb045e77a7609bdc7e80c2e6aab33e765 /bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties
parent6dae919c7be7aae193acb194a82bfe8c7d586446 (diff)
downloadrt.equinox.p2-17a359869cee9cba2dfc19fcae795903cba73029.tar.gz
rt.equinox.p2-17a359869cee9cba2dfc19fcae795903cba73029.tar.xz
rt.equinox.p2-17a359869cee9cba2dfc19fcae795903cba73029.zip
391400 Include repository URL in status if getArtifacts fails
Bug: 391400 Status returned by getArtifacts does not include repository URL of problematic repository in case of an error
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 68453f70a..33689fcb8 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
@@ -37,7 +37,8 @@ sar_reportStatus=Problems downloading artifact: {0}.
mirror_alreadyExists=Artifact: {0} already exists in repository: {1}.
-message_childrenRepos = Messages while trying children repositories.
+message_artifactsFromChildRepos=Messages while reading artifacts from child repositories
+message_problemReadingArtifact=Problems while reading artifacts from {0}
exception_comparatorNotFound = The Artifact Comparator {0} was not found.
exception_noComparators = No Artifact Comparators are available.

Back to the top