Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2009-08-06 21:55:42 +0000
committerJeff Johnston2009-08-06 21:55:42 +0000
commitc36764bded08ff5b3624fbc9a1451e281f000770 (patch)
tree2684c822c324083aadebf234f0982d354cacf914 /changelog/org.eclipse.linuxtools.changelog.cparser
parent376556a7c5cb35ee14dad8d5f3b3b1313836cbb6 (diff)
downloadorg.eclipse.linuxtools-c36764bded08ff5b3624fbc9a1451e281f000770.tar.gz
org.eclipse.linuxtools-c36764bded08ff5b3624fbc9a1451e281f000770.tar.xz
org.eclipse.linuxtools-c36764bded08ff5b3624fbc9a1451e281f000770.zip
2009-08-06 Jeff Johnston <jjohnstn@redhat.com>
Resolves #285866 * META-INF/MANIFEST.MF: Change provider to Eclipse.
Diffstat (limited to 'changelog/org.eclipse.linuxtools.changelog.cparser')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.cparser/ChangeLog5
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.cparser/META-INF/MANIFEST.MF2
2 files changed, 6 insertions, 1 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog.cparser/ChangeLog b/changelog/org.eclipse.linuxtools.changelog.cparser/ChangeLog
index 70ea4a3fab..fda1916208 100644
--- a/changelog/org.eclipse.linuxtools.changelog.cparser/ChangeLog
+++ b/changelog/org.eclipse.linuxtools.changelog.cparser/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-06 Jeff Johnston <jjohnstn@redhat.com>
+
+ Resolves #285866
+ * META-INF/MANIFEST.MF: Change provider to Eclipse.
+
2009-01-19 Alexander Kurtakov <akurtako@redhat.com>
* .settings/org.eclipse.jdt.core.prefs: Enable more warnings.
diff --git a/changelog/org.eclipse.linuxtools.changelog.cparser/META-INF/MANIFEST.MF b/changelog/org.eclipse.linuxtools.changelog.cparser/META-INF/MANIFEST.MF
index a4f344fedd..3cb3ddb3ee 100644
--- a/changelog/org.eclipse.linuxtools.changelog.cparser/META-INF/MANIFEST.MF
+++ b/changelog/org.eclipse.linuxtools.changelog.cparser/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: ChangeLog C parser (Incubation)
Bundle-SymbolicName: org.eclipse.linuxtools.changelog.cparser;singleton:=true
Bundle-Version: 2.6.3.qualifier
-Bundle-Vendor: Eclipse.org
+Bundle-Vendor: Eclipse
Require-Bundle: org.eclipse.cdt.core;resolution:=optional,
org.eclipse.cdt.ui;resolution:=optional
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top