Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2006-10-04 17:54:31 +0000
committerrelves2006-10-04 17:54:31 +0000
commit06c7cb7ae5e17ae5a59812f2d6c87f07d301dd56 (patch)
tree5478085afecdfccbc2954b4b9b8419d5905497dc /org.eclipse.mylyn.bugzilla.core/plugin.xml
parentc9d18dbd3c0242f13a0eabfcd66f624de91b167e (diff)
downloadorg.eclipse.mylyn.tasks-06c7cb7ae5e17ae5a59812f2d6c87f07d301dd56.tar.gz
org.eclipse.mylyn.tasks-06c7cb7ae5e17ae5a59812f2d6c87f07d301dd56.tar.xz
org.eclipse.mylyn.tasks-06c7cb7ae5e17ae5a59812f2d6c87f07d301dd56.zip
Progress on: 150430: add Bugzilla repository templates
https://bugs.eclipse.org/bugs/show_bug.cgi?id=150430
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core/plugin.xml')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/plugin.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/plugin.xml b/org.eclipse.mylyn.bugzilla.core/plugin.xml
new file mode 100644
index 000000000..b5c470d4a
--- /dev/null
+++ b/org.eclipse.mylyn.bugzilla.core/plugin.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<plugin>
+ <extension
+ point="org.eclipse.mylar.tasks.core.templates">
+ <repository
+ addAutomatically="true"
+ label="Eclipse.org"
+ repositoryKind="bugzilla"
+ urlRepository="https://bugs.eclipse.org/bugs"
+ version="2.20"/>
+ </extension>
+</plugin>

Back to the top