commit:     2a203ab415f6691755536bc3d52be8584b11adb3
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 17 20:09:29 2020 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jun 17 20:17:34 2020 +0000
URL:        https://gitweb.gentoo.org/proj/java-config.git/commit/?id=2a203ab4

remove compilers.conf

No reference of that file exist in the source code. Why is it kept then?

Weird.

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 config/compilers.conf | 5 -----
 setup.py              | 4 ++--
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/config/compilers.conf b/config/compilers.conf
deleted file mode 100644
index 2a615cf..0000000
--- a/config/compilers.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-# If the ebuild supports it
-# it will check the COMPILERS var front to back and 
-# use the fist compiler that is installed
-
-#COMPILERS="ecj-3.1 jikes javac"

diff --git a/setup.py b/setup.py
index 346d7bb..ea08bf1 100644
--- a/setup.py
+++ b/setup.py
@@ -130,8 +130,8 @@ setup(
                (eprefix + '/usr/share/java-config-2/launcher', 
['src/launcher.bash']),
                (eprefix + '/usr/share/man/man1/', ['man/java-config-2.1']),
                (eprefix + '/etc/java-config-2/', ['config/virtuals']),
-               (eprefix + '/etc/java-config-2/build/', 
['config/jdk.conf','config/compilers.conf']),
+               (eprefix + '/etc/java-config-2/build', ['config/jdk.conf'])
        ]
 )
 
-# vim: noet:ts=4:
\ No newline at end of file
+# vim: noet:ts=4:

Reply via email to