diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2020-06-17 22:47:36 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2020-06-17 22:47:36 +0200 |
commit | b885581550d77c38daa3ef7780c25c7ac1ad68e9 (patch) | |
tree | 2c2319f51c1e7ec96226723cc563f9d979ede17e /config | |
parent | update AUTHORS (diff) | |
download | java-config-b885581550d77c38daa3ef7780c25c7ac1ad68e9.tar.gz java-config-b885581550d77c38daa3ef7780c25c7ac1ad68e9.tar.bz2 java-config-b885581550d77c38daa3ef7780c25c7ac1ad68e9.zip |
remove jdk.conf and its references
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'config')
-rw-r--r-- | config/jdk.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/config/jdk.conf b/config/jdk.conf deleted file mode 100644 index 0c42763..0000000 --- a/config/jdk.conf +++ /dev/null @@ -1,12 +0,0 @@ -# User jdk configuration file -# You can specify which jdk you prefer to use -# see http://www.gentoo.org/doc/en/java.xml#doc_chap4_sect3 for more info -# -# example: - -#1.3=sun-jdk-1.4 ibm-jdk-bin -#1.4=blackdown-jdk -#1.5=sun-jdk - -#or if you want everything with sun-jdk -#*=sun-jdk |