Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.commons.core/src/org/eclipse/mylyn/commons/core/io/messages.properties')
-rw-r--r--org.eclipse.mylyn.commons.core/src/org/eclipse/mylyn/commons/core/io/messages.properties16
1 files changed, 16 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.commons.core/src/org/eclipse/mylyn/commons/core/io/messages.properties b/org.eclipse.mylyn.commons.core/src/org/eclipse/mylyn/commons/core/io/messages.properties
new file mode 100644
index 00000000..82ded52e
--- /dev/null
+++ b/org.eclipse.mylyn.commons.core/src/org/eclipse/mylyn/commons/core/io/messages.properties
@@ -0,0 +1,16 @@
+###############################################################################
+# Copyright (c) 2000, 2009 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+
+PollingInputStream_readTimeout=Timeout while reading from input stream
+PollingInputStream_closeTimeout=Timeout while closing input stream
+PollingOutputStream_writeTimeout=Timeout while writing to output stream
+PollingOutputStream_closeTimeout=Timeout while closing output stream
+TimeoutOutputStream_cannotWriteToStream=Cannot write to output stream

Back to the top