Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2008-01-09 22:50:11 +0000
committerJeff Johnston2008-01-09 22:50:11 +0000
commit05c60747ae7787c119405ceddf6ae20f401756ab (patch)
tree5f33657422249c3a0151ae7e47fcec6648d270b2 /changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
parentc4e1140cabb59558cf34ad6a1ae3f19e879baaef (diff)
downloadorg.eclipse.linuxtools-05c60747ae7787c119405ceddf6ae20f401756ab.tar.gz
org.eclipse.linuxtools-05c60747ae7787c119405ceddf6ae20f401756ab.tar.xz
org.eclipse.linuxtools-05c60747ae7787c119405ceddf6ae20f401756ab.zip
2008-01-09 Jeff Johnston <jjohnstn@redhat.com>
* META-INF/MANIFEST.MF: Add specific minimum versions for plugins that are required by the Java parser. This allows the Java parser to omit these plugin dependencies and use the ones in this, the host plugin. * plugin.xml: Remove locationContribution extension which does not exist. * src/org/eclipse/linuxtools/changelog/core/actions/PrepareChangeLogAction.java: * src/org/eclipse/linuxtools/changelog/core/actions/PrepareChangelogKeyHandler.java (execute): Add support for editors that are editing IResources. 2008-01-08 Jeff Johnston <jjohnstn@redhat.com> * META-INF/MANIFEST.MF: Update version to 2.6.1.
Diffstat (limited to 'changelog/org.eclipse.linuxtools.changelog.core/ChangeLog')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.core/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog b/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
index 80cdb50cd3..37818fe6b2 100644
--- a/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
+++ b/changelog/org.eclipse.linuxtools.changelog.core/ChangeLog
@@ -1,3 +1,17 @@
+2008-01-09 Jeff Johnston <jjohnstn@redhat.com>
+
+ * META-INF/MANIFEST.MF: Add specific minimum versions for plugins that are required by
+ the Java parser. This allows the Java parser to omit these plugin dependencies and
+ use the ones in this, the host plugin.
+ * plugin.xml: Remove locationContribution extension which does not exist.
+ * src/org/eclipse/linuxtools/changelog/core/actions/PrepareChangeLogAction.java:
+ * src/org/eclipse/linuxtools/changelog/core/actions/PrepareChangelogKeyHandler.java (execute):
+ Add support for editors that are editing IResources.
+
+2008-01-08 Jeff Johnston <jjohnstn@redhat.com>
+
+ * META-INF/MANIFEST.MF: Update version to 2.6.1.
+
2007-12-16 Jeff Johnston <jjohnstn@redhat.com>
* MANIFEST.MF: Remove CVS dependencies.

Back to the top