Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0ce98e736c980de37faf03d843f9fa547dd6a8f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
   <extension
         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"
            version="2.20"/>
   </extension>
</plugin>

Back to the top