Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-01-13 17:24:33 +0000
committermkersten2006-01-13 17:24:33 +0000
commit1060cae529293f6fa192fea1cefaac50ea72e2fc (patch)
tree835027b15c44b315ffcc177306cba8d3dd6f5f37 /org.eclipse.mylyn.tasks.core/plugin.xml
parent8a32995ff70e2f9de7db8b20a44a348ec1d576fd (diff)
downloadorg.eclipse.mylyn.tasks-1060cae529293f6fa192fea1cefaac50ea72e2fc.tar.gz
org.eclipse.mylyn.tasks-1060cae529293f6fa192fea1cefaac50ea72e2fc.tar.xz
org.eclipse.mylyn.tasks-1060cae529293f6fa192fea1cefaac50ea72e2fc.zip
Progress on: Bug 121041: Support more than one Bugzilla account per Workspace
https://bugs.eclipse.org/bugs/show_bug.cgi?id=121041
Diffstat (limited to 'org.eclipse.mylyn.tasks.core/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.core/plugin.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.core/plugin.xml b/org.eclipse.mylyn.tasks.core/plugin.xml
index 403b03378..75b01da67 100644
--- a/org.eclipse.mylyn.tasks.core/plugin.xml
+++ b/org.eclipse.mylyn.tasks.core/plugin.xml
@@ -2,6 +2,7 @@
<?eclipse version="3.0"?>
<?eclipse version="3.0"?>
<plugin>
+<!--
<extension
point="org.eclipse.mylar.core.context">
<structureBridge
@@ -17,6 +18,7 @@
class="org.eclipse.mylar.bugs.BugzillaUiBridge"
contentType="bugzilla"/>
</extension>
+-->
<extension
point="org.eclipse.mylar.java.javaEditorContributor">

Back to the top