Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2006-10-13 02:55:57 +0000
committerrelves2006-10-13 02:55:57 +0000
commit6dc3828c5e7772d30bcc584f1fc912e6c97d1908 (patch)
tree1a03a44a6de9df3a9fdb0d27e1e5a44d142e169c /org.eclipse.mylyn.bugzilla.core/plugin.xml
parent72c774dbe84a7e912b5932303b0279b7631c3d95 (diff)
downloadorg.eclipse.mylyn.tasks-6dc3828c5e7772d30bcc584f1fc912e6c97d1908.tar.gz
org.eclipse.mylyn.tasks-6dc3828c5e7772d30bcc584f1fc912e6c97d1908.tar.xz
org.eclipse.mylyn.tasks-6dc3828c5e7772d30bcc584f1fc912e6c97d1908.zip
Progress on: unable to validate credentials against eclipse.org
https://bugs.eclipse.org/bugs/show_bug.cgi?id=160360
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core/plugin.xml')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/plugin.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/plugin.xml b/org.eclipse.mylyn.bugzilla.core/plugin.xml
index b5c470d4a..0ce98e736 100644
--- a/org.eclipse.mylyn.bugzilla.core/plugin.xml
+++ b/org.eclipse.mylyn.bugzilla.core/plugin.xml
@@ -5,9 +5,10 @@
point="org.eclipse.mylar.tasks.core.templates">
<repository
addAutomatically="true"
+ characterEncoding="ISO-8859-1"
label="Eclipse.org"
repositoryKind="bugzilla"
- urlRepository="https://bugs.eclipse.org/bugs"
+ urlRepository="https://bugs.eclipse.org/bugs"
version="2.20"/>
</extension>
</plugin>

Back to the top