Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-06-25 21:36:00 +0000
committerspingel2008-06-25 21:36:00 +0000
commit8586348b885ad48f1ebfe2f135e4bc7f5e5dbf4a (patch)
tree5a2c4fad9d52c3bd2e842d046df41e34d2988559
parent3b57ad63989faa8c19a601db4e3317429ea366f6 (diff)
downloadorg.eclipse.mylyn.tasks-8586348b885ad48f1ebfe2f135e4bc7f5e5dbf4a.tar.gz
org.eclipse.mylyn.tasks-8586348b885ad48f1ebfe2f135e4bc7f5e5dbf4a.tar.xz
org.eclipse.mylyn.tasks-8586348b885ad48f1ebfe2f135e4bc7f5e5dbf4a.zip
RESOLVED - bug 234766: back port Mylyn 3.0 to Eclipse 3.3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=234766
-rw-r--r--org.eclipse.mylyn-feature/feature.xml4
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/feature.xml10
-rw-r--r--org.eclipse.mylyn.sdk-feature/feature.xml4
-rw-r--r--org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF2
4 files changed, 10 insertions, 10 deletions
diff --git a/org.eclipse.mylyn-feature/feature.xml b/org.eclipse.mylyn-feature/feature.xml
index 7e67336e9..abcd7375f 100644
--- a/org.eclipse.mylyn-feature/feature.xml
+++ b/org.eclipse.mylyn-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.mylyn_feature"
label="Mylyn Task List (Required)"
- version="3.0.0.qualifier"
+ version="3.0.1.qualifier"
provider-name="Eclipse.org"
plugin="org.eclipse.mylyn">
@@ -11,7 +11,7 @@
</description>
<copyright>
- Copyright (c) 2004 - 2007 Mylyn project committers and others.
+ Copyright (c) 2004, 2008 Mylyn project committers and others.
</copyright>
<license url="license.html">
diff --git a/org.eclipse.mylyn.bugzilla-feature/feature.xml b/org.eclipse.mylyn.bugzilla-feature/feature.xml
index f032486e5..22396473f 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.0.qualifier"
+ version="3.0.1.qualifier"
provider-name="Eclipse.org"
plugin="org.eclipse.mylyn">
@@ -11,7 +11,7 @@
</description>
<copyright>
- Copyright (c) 2004 - 2007 Mylyn project committers and others.
+ Copyright (c) 2004, 2008 Mylyn project committers and others.
</copyright>
<license url="license.html">
@@ -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.0.qualifier" match="perfect"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.0.1.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.0.qualifier"
+ version="3.0.1.qualifier"
unpack="false"/>
<plugin
id="org.eclipse.mylyn.bugzilla.ui"
download-size="0"
install-size="0"
- version="3.0.0.qualifier"
+ version="3.0.1.qualifier"
unpack="false"/>
</feature>
diff --git a/org.eclipse.mylyn.sdk-feature/feature.xml b/org.eclipse.mylyn.sdk-feature/feature.xml
index 96b656e10..571a2f558 100644
--- a/org.eclipse.mylyn.sdk-feature/feature.xml
+++ b/org.eclipse.mylyn.sdk-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.mylyn.sdk_feature"
label="Mylyn SDK"
- version="3.0.0.qualifier"
+ version="3.0.1.qualifier"
provider-name="Eclipse.org"
plugin="org.eclipse.mylyn">
@@ -12,7 +12,7 @@ features.
</description>
<copyright>
- Copyright (c) 2004 - 2007 Mylyn project committers and others.
+ Copyright (c) 2004, 2008 Mylyn project committers and others.
</copyright>
<license url="license.html">
diff --git a/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF b/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF
index f46242708..729b2fd54 100644
--- a/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.tasks.bugs/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Bug Reporting
Bundle-SymbolicName: org.eclipse.mylyn.tasks.bugs;singleton:=true
-Bundle-Version: 3.0.0.qualifier
+Bundle-Version: 3.0.1.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui,
org.eclipse.pde.runtime;resolution:=optional,

Back to the top