Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-04-01 22:02:47 +0000
committerspingel2008-04-01 22:02:47 +0000
commit4a626241ceebac6698749c59338308f16c63fb86 (patch)
tree64f08b1156e2de2867fe14e50d27c04c318a2c12 /org.eclipse.mylyn.bugzilla-feature
parentf23b18822e5fda7b872825b198545a1094ddeb4d (diff)
downloadorg.eclipse.mylyn.tasks-e_3_3_m_2_x.tar.gz
org.eclipse.mylyn.tasks-e_3_3_m_2_x.tar.xz
org.eclipse.mylyn.tasks-e_3_3_m_2_x.zip
NEW - bug 221939: manage branchese_3_3_m_2_x
https://bugs.eclipse.org/bugs/show_bug.cgi?id=221939
Diffstat (limited to 'org.eclipse.mylyn.bugzilla-feature')
-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 269f33ac0..1523058cb 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="2.3.1.qualifier"
+ version="2.3.2.qualifier"
provider-name="Eclipse.org"
plugin="org.eclipse.mylyn">
@@ -75,7 +75,7 @@ Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in t
<import plugin="org.eclipse.ui.editors"/>
<import plugin="org.eclipse.ui.workbench.texteditor"/>
<import plugin="org.eclipse.update.ui"/>
- <import feature="org.eclipse.mylyn_feature" version="2.3.1.qualifier" match="greaterOrEqual"/>
+ <import feature="org.eclipse.mylyn_feature" version="2.3.2.qualifier" match="greaterOrEqual"/>
<import plugin="org.eclipse.mylyn.tasks.core" version="2.3.0" match="compatible"/>
<import plugin="org.eclipse.mylyn.web.core" version="2.3.0" match="compatible"/>
<import plugin="org.eclipse.mylyn.monitor.core" version="2.3.0" match="compatible"/>
@@ -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="2.3.1.qualifier"
+ version="2.3.2.qualifier"
unpack="false"/>
<plugin
id="org.eclipse.mylyn.bugzilla.ui"
download-size="0"
install-size="0"
- version="2.3.1.qualifier"
+ version="2.3.2.qualifier"
unpack="false"/>
</feature>

Back to the top