Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2009-02-12 02:14:26 +0000
committerspingel2009-02-12 02:14:26 +0000
commit3d971544900483c5c2263c186bb31a998540ac9b (patch)
treeba4ba1c6741b55d39b622e68ac4d5fc8a9ab8dfa
parent2d10ea37b00ac69d615535b7ab9292a027a86fab (diff)
downloadorg.eclipse.mylyn.tasks-e_3_3_m_3_0_x.tar.gz
org.eclipse.mylyn.tasks-e_3_3_m_3_0_x.tar.xz
org.eclipse.mylyn.tasks-e_3_3_m_3_0_x.zip
NEW - bug 248778: [releng] backport changes to Eclipse 3.3e_3_3_m_3_0_x
https://bugs.eclipse.org/bugs/show_bug.cgi?id=248778
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/feature.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.mylyn.bugzilla-feature/feature.xml b/org.eclipse.mylyn.bugzilla-feature/feature.xml
index c2f8e3b88..842ef4144 100644
--- a/org.eclipse.mylyn.bugzilla-feature/feature.xml
+++ b/org.eclipse.mylyn.bugzilla-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.mylyn.bugzilla_feature"
label="Mylyn Connector: Bugzilla"
- version="3.0.4.qualifier"
+ version="3.0.5.qualifier"
provider-name="Eclipse.org"
plugin="org.eclipse.mylyn">
@@ -79,7 +79,7 @@ Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in t
<import plugin="org.eclipse.ui.workbench.texteditor"/>
<import plugin="org.eclipse.mylyn.tasks.ui" version="3.0.0" match="compatible"/>
<import plugin="org.eclipse.mylyn.commons.ui" version="3.0.0" match="compatible"/>
- <import feature="org.eclipse.mylyn_feature" version="3.0.4.qualifier" match="perfect"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.0.5.qualifier" match="perfect"/>
<import plugin="org.eclipse.mylyn.bugzilla.core" version="3.0.0" match="compatible"/>
</requires>
@@ -87,14 +87,14 @@ Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in t
id="org.eclipse.mylyn.bugzilla.core"
download-size="0"
install-size="0"
- version="3.0.4.qualifier"
+ version="3.0.5.qualifier"
unpack="false"/>
<plugin
id="org.eclipse.mylyn.bugzilla.ui"
download-size="0"
install-size="0"
- version="3.0.4.qualifier"
+ version="3.0.5.qualifier"
unpack="false"/>
</feature>

Back to the top