[openhft-compiler] 02/04: Removed 02-ignore-sun-api.patch

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue May 31 16:34:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository openhft-compiler.

commit 94ae809aa5c376ebe96ff995bce7462f95e9181d
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue May 31 18:05:55 2016 +0200

    Removed 02-ignore-sun-api.patch
---
 debian/changelog                       |  4 +++-
 debian/patches/02-ignore-sun-api.patch | 23 -----------------------
 debian/patches/series                  |  1 -
 3 files changed, 3 insertions(+), 25 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a085e37..fa34228 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
-openhft-compiler (2.2.0-2) UNRELEASED; urgency=medium
+openhft-compiler (2.2.4-1) UNRELEASED; urgency=medium
 
+  * New upstream release
+    - Removed 02-ignore-sun-api.patch
   * Build with the DH sequencer instead of CDBS
   * Depend on libintellij-annotations-java instead of injecting the annotations
   * Standards-Version updated to 3.9.8 (no changes)
diff --git a/debian/patches/02-ignore-sun-api.patch b/debian/patches/02-ignore-sun-api.patch
deleted file mode 100644
index bc06d89..0000000
--- a/debian/patches/02-ignore-sun-api.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Description: Do not use the com.sun.tools.javac API (not available)
-Author: Emmanuel Bourg <ebourg at apache.org>
-Forwarded: not-needed
---- a/compiler/src/main/java/net/openhft/compiler/CompilerUtils.java
-+++ b/compiler/src/main/java/net/openhft/compiler/CompilerUtils.java
-@@ -16,7 +16,6 @@
- 
- package net.openhft.compiler;
- 
--import com.sun.tools.javac.api.JavacTool;
- import org.jetbrains.annotations.NotNull;
- import org.jetbrains.annotations.Nullable;
- import org.slf4j.Logger;
-@@ -71,9 +70,6 @@
- 
-     private static void reset() {
-         s_compiler = ToolProvider.getSystemJavaCompiler();
--        if (s_compiler == null)
--            s_compiler = JavacTool.create();
--
-         s_standardJavaFileManager = s_compiler.getStandardFileManager(null, null, null);
-         s_fileManager = new MyJavaFileManager(s_standardJavaFileManager);
-     }
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 7bbef60..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-02-ignore-sun-api.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openhft-compiler.git



More information about the pkg-java-commits mailing list