Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2008-02-15 16:49:33 +0000
committerJohn Arthorne2008-02-15 16:49:33 +0000
commit518ab43e6d064575c0a0dadd5a0a991af156593e (patch)
treef723f9570f6714ac9642956e2edceea2e9b1e823 /bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/messages.properties
parent508529afe121516e1556bae444e08751c6633f57 (diff)
downloadrt.equinox.p2-518ab43e6d064575c0a0dadd5a0a991af156593e.tar.gz
rt.equinox.p2-518ab43e6d064575c0a0dadd5a0a991af156593e.tar.xz
rt.equinox.p2-518ab43e6d064575c0a0dadd5a0a991af156593e.zip
Bug 219109 [prov] IArtifactRepository#getOutputStream should declare a thrown exception
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.properties10
1 files changed, 7 insertions, 3 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 b66d5f7df..91fed5e49 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
@@ -8,12 +8,12 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-available_already_in=The artifact is already available in the repo {0}.
+artifact_not_found=Artifact requested can't be found {0}.
+available_already_in=The artifact is already available in the repository {0}.
cant_get_outputstream=Can't get an output stream to {0} store {1}.
downloading=Downloading {0}.
-error_closing_stream=Error closing the output stream for {0} on repo {1}.
+error_closing_stream=Error closing the output stream for {0} on repository {1}.
-artifact_not_found=Artifact requested can't be found {0}.
FileDownloadError=Error downloading {0} to {1}.
io_failedRead=Unable to read repository at {0}.
io_parseError=\
@@ -21,6 +21,10 @@ io_parseError=\
io_incompatibleVersion=\
Simple artifact repository has incompatible version {0}; expected {1}.
mirroring=Mirroring:
+
+repoFailedWrite=Unable to write to repository: {0}.
+repoReadOnly=Cannot write because repository is read only: {0}
+
repoMan_exists=Repository already exists at {0}.
repoMan_failedRead=The repository could not be read: {0}.
repoMan_internalError=Internal error.

Back to the top