diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2020-06-17 22:09:29 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2020-06-17 22:17:34 +0200 |
commit | 2a203ab415f6691755536bc3d52be8584b11adb3 (patch) | |
tree | 9f2cbfbe1b325d96439f595dfd402f7666ff23ce | |
parent | update TODO (diff) | |
download | java-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.conf | 5 | ||||
-rw-r--r-- | 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" @@ -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: |