commit: bd6b12672f3a574f047ee6eee7a45bb780cb8d00
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:12:13 2020 +0000
URL: https://gitweb.gentoo.org/proj/java-config.git/commit/?id=bd6b1267
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..dbc6b3b 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: