[ecj] 04/07: Removed an optional dependency on the dom module
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Apr 10 13:43:59 UTC 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository ecj.
commit f78d06588da788f18bc89f2b6daa70dc50c4ea4d
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Apr 10 15:36:26 2018 +0200
Removed an optional dependency on the dom module
---
debian/changelog | 7 +++++++
debian/patches/remove-model-dependency.patch | 23 +++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 31 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 7c659c7..4e4a6d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ecj (3.13.2-1) UNRELEASED; urgency=medium
+
+ * New upstream release (from the R4_7_2 tag, identifies itself as 3.13.2)
+ - Removed an optional dependency on the dom module
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 10 Apr 2018 10:20:10 +0200
+
ecj (3.12.3-1) unstable; urgency=medium
* New upstream release (from the R4_6_3 tag, identifies itself as 3.12.3)
diff --git a/debian/patches/remove-model-dependency.patch b/debian/patches/remove-model-dependency.patch
new file mode 100644
index 0000000..f53e86c
--- /dev/null
+++ b/debian/patches/remove-model-dependency.patch
@@ -0,0 +1,23 @@
+Description: Removes the dependency on the dom module (not required, pulls too many Eclipse dependencies)
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/env/IModulePathEntry.java
++++ b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/env/IModulePathEntry.java
+@@ -10,7 +10,6 @@
+ *******************************************************************************/
+ package org.eclipse.jdt.internal.compiler.env;
+
+-import org.eclipse.jdt.core.IJavaProject;
+ import org.eclipse.jdt.core.compiler.CharOperation;
+
+ /**
+@@ -82,7 +81,7 @@
+ }
+
+ /** Tests whether the current entry represents the given java project. */
+- public default boolean equalsProject(IJavaProject project) {
++ public default boolean equalsProject(Object project) {
+ return false;
+ }
+ }
+\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1d9a798
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-model-dependency.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ecj.git
More information about the pkg-java-commits
mailing list