Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-06-30 01:57:12 +0000
committermkersten2006-06-30 01:57:12 +0000
commit7145f010fe37e337f83ddf16ba040c42acc8b2db (patch)
tree57813bc7bcdea6b11fe8bf2ef441cb69edae93b9 /org.eclipse.mylyn.bugzilla-feature/feature.xml
parentbdb8999d0215c8b60564446198796aa157b694e8 (diff)
downloadorg.eclipse.mylyn.tasks-7145f010fe37e337f83ddf16ba040c42acc8b2db.tar.gz
org.eclipse.mylyn.tasks-7145f010fe37e337f83ddf16ba040c42acc8b2db.tar.xz
org.eclipse.mylyn.tasks-7145f010fe37e337f83ddf16ba040c42acc8b2db.zip
Version updateR_0_6_0_e_3_1R_0_6_0
Diffstat (limited to 'org.eclipse.mylyn.bugzilla-feature/feature.xml')
-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 f467d1b0f..7fdd15d1d 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.mylar.bugzilla_feature"
label="Mylar Connector: Bugzilla"
- version="0.5.3.v20060629-1300"
+ version="0.6.0"
provider-name="Eclipse.org"
plugin="org.eclipse.mylar">
@@ -234,21 +234,21 @@ litigation.
<import plugin="org.eclipse.ui.editors" version="0.0.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.workbench.texteditor" version="0.0.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.update.ui"/>
- <import feature="org.eclipse.mylar_feature" version="0.5.3" match="greaterOrEqual"/>
+ <import feature="org.eclipse.mylar_feature" version="0.6.0" match="greaterOrEqual"/>
</requires>
<plugin
id="org.eclipse.mylar.bugzilla.core"
download-size="0"
install-size="0"
- version="0.5.3.v20060629-1300"
+ version="0.6.0"
unpack="false"/>
<plugin
id="org.eclipse.mylar.bugzilla.ui"
download-size="0"
install-size="0"
- version="0.5.3.v20060629-1300"
+ version="0.6.0"
unpack="false"/>
</feature>

Back to the top