Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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