Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsminto2005-07-13 16:50:24 +0000
committersminto2005-07-13 16:50:24 +0000
commitb75ef3ad5fd91129598ee1909d198466bedcc9da (patch)
treede381a7bd9245e48dbd31c6a32f2d1ff7c26c630 /org.eclipse.mylyn-feature/feature.xml
parent5a90fd60d09be006de04664a0b199ace2672cc69 (diff)
downloadorg.eclipse.mylyn.tasks-b75ef3ad5fd91129598ee1909d198466bedcc9da.tar.gz
org.eclipse.mylyn.tasks-b75ef3ad5fd91129598ee1909d198466bedcc9da.tar.xz
org.eclipse.mylyn.tasks-b75ef3ad5fd91129598ee1909d198466bedcc9da.zip
Fixed Bug# 102595 feature for "About" dialog
Diffstat (limited to 'org.eclipse.mylyn-feature/feature.xml')
-rw-r--r--org.eclipse.mylyn-feature/feature.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/org.eclipse.mylyn-feature/feature.xml b/org.eclipse.mylyn-feature/feature.xml
index 184b720ea..a66c0ce5b 100644
--- a/org.eclipse.mylyn-feature/feature.xml
+++ b/org.eclipse.mylyn-feature/feature.xml
@@ -3,7 +3,8 @@
id="org.eclipse.mylar_feature"
label="org.eclipse.mylar-feature"
version="0.3.1.7"
- provider-name="University of British Columbia">
+ provider-name="University of British Columbia"
+ plugin="org.eclipse.mylar">
<description url="http://eclipse.org/mylar">
Mylar Plugin
@@ -280,4 +281,18 @@ litigation.
version="0.3.1.7"
unpack="false"/>
+ <plugin
+ id="org.eclipse.mylar"
+ download-size="0"
+ install-size="0"
+ version="0.3.1"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.mylar.bugzilla"
+ download-size="0"
+ install-size="0"
+ version="0.3.1"
+ unpack="false"/>
+
</feature>

Back to the top