Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'changelog/org.eclipse.linuxtools.changelog.javaparser/ChangeLog')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.javaparser/ChangeLog61
1 files changed, 61 insertions, 0 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog.javaparser/ChangeLog b/changelog/org.eclipse.linuxtools.changelog.javaparser/ChangeLog
new file mode 100644
index 0000000000..a98fc76e68
--- /dev/null
+++ b/changelog/org.eclipse.linuxtools.changelog.javaparser/ChangeLog
@@ -0,0 +1,61 @@
+2010-02-26 Jeff Johnston <jjohnstn@redhat.com>
+
+ * src/org/eclipse/linuxtools/changelog/parsers/java/JavaParser.java (parseCurrentFunction): Add
+ check for null WorkingCopy to avoid errors if type of IEditorInput is not supported.
+
+2009-08-06 Jeff Johnston <jjohnstn@redhat.com>
+
+ Resolves #285866
+ * META-INF/MANIFEST.MF: Change provider to Eclipse.
+
+2009-02-25 Jeff Johnston <jjohnstn@redhat.com>
+
+ * src/org/eclipse/linuxtools/changelog/parsers/JavaParser.java: Removed.
+ * src/org/eclipse/linuxtools/changelog/parsers/java/JavaParser.java: New file.
+ * fragment.xml: Change extension to point to new location of JavaParser.java
+ which is in a path that matches the bundle name.
+
+2009-01-19 Alexander Kurtakov <akurtako@redhat.com>
+
+ * .settings/org.eclipse.jdt.core.prefs: Enable more warnings.
+
+2009-01-15 Jeff Johnston <jjohnstn@redhat.com>
+
+ * META-INF/MANIFEST.MF: Add .qualifier to version.
+
+2008-11-14 Alexander Kurtakov <akurtakov@gmail.com>
+
+ * META-INF/MANIFEST.MF: Bump BREE to 1.5.
+
+2008-10-20 Andrew Overholt <overholt@redhat.com>
+
+ * META-INF/MANIFEST.MF: Update version to 2.6.3.
+
+2008-03-25 Phil Muldoon <pmuldoon@redhat.com>
+
+ * src/org/eclipse/linuxtools/changelog/parsers/JavaParser.java (parseCurrentFunction):
+ Cleaned up. Commented.
+
+2008-01-09 Jeff Johnston <jjohnstn@redhat.com>
+
+ * plugin.xml: Removed.
+ * fragment.xml: New file.
+ * build.properties: Using fragment.xml instead of plugin.xml now.
+ * META-INF/MANIFEST.MF: Changed to fragment. Reference host plugin
+ org.eclipse.linuxtools.changelog.core and bump up version to 2.6.1.
+
+2007-08-16 Andrew Overholt <overholt@redhat.com>
+
+ Move to new location.
+
+2007-08-07 klee <klee@redhat.com>
+
+ * feature.xml: Version bump to 2.0.0.
+
+2007-06-25 Kyu Lee <klee@redhat.com>
+
+ * feature.xml : Includes new parser plugin instead of fragment.
+
+2007-05-15 Kyu Lee <klee@redhat.com>
+
+ * : Initial import. \ No newline at end of file

Back to the top