Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2009-08-06 21:51:30 +0000
committerrelves2009-08-06 21:51:30 +0000
commitdccb31000c08d6324cace1fe780ffd4e80fac6f7 (patch)
tree2fe97bfb42b88425adbea84b206f3a10072fb609 /org.eclipse.mylyn.bugzilla.core
parentc997f1e061d4291bd53cd77ab7aed6122b601d6e (diff)
downloadorg.eclipse.mylyn.tasks-dccb31000c08d6324cace1fe780ffd4e80fac6f7.tar.gz
org.eclipse.mylyn.tasks-dccb31000c08d6324cace1fe780ffd4e80fac6f7.tar.xz
org.eclipse.mylyn.tasks-dccb31000c08d6324cace1fe780ffd4e80fac6f7.zip
NEW - bug 268207: Repository connection error w/ Bugzilla 3.2.2 and Mylyn 3.0.4, 3.0.5, & 3.1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=268207
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java b/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java
index aa03b6b04..49a6776f2 100644
--- a/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java
+++ b/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/internal/bugzilla/core/BugzillaClient.java
@@ -577,7 +577,7 @@ public class BugzillaClient {
} else {
throw new CoreException(
new Status(IStatus.WARNING, BugzillaCorePlugin.ID_PLUGIN,
- "Unable to retrieve repository configuration. Ensure credentials are valid.")); //$NON-NLS-1$
+ "No products found in repository configuration. Ensure credentials are valid.")); //$NON-NLS-1$
}
}
}

Back to the top