summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2020-06-17 22:09:29 +0200
committerPatrice Clement <monsieurp@gentoo.org>2020-06-17 22:17:34 +0200
commit2a203ab415f6691755536bc3d52be8584b11adb3 (patch)
tree9f2cbfbe1b325d96439f595dfd402f7666ff23ce
parentupdate TODO (diff)
downloadjava-config-2a203ab415f6691755536bc3d52be8584b11adb3.tar.gz
java-config-2a203ab415f6691755536bc3d52be8584b11adb3.tar.bz2
java-config-2a203ab415f6691755536bc3d52be8584b11adb3.zip
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@gentoo.org>
-rw-r--r--config/compilers.conf5
-rw-r--r--setup.py4
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: