aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: