diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-12-25 10:00:32 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-12-25 10:00:32 +0000 |
commit | c34be578e0e102ef9c18e8fbe572649c8dacc35a (patch) | |
tree | ca3c81c9a13c8957e3e36e1456abeced5b247589 /config | |
parent | Documented --library in the man page. (diff) | |
download | java-config-c34be578e0e102ef9c18e8fbe572649c8dacc35a.tar.gz java-config-c34be578e0e102ef9c18e8fbe572649c8dacc35a.tar.bz2 java-config-c34be578e0e102ef9c18e8fbe572649c8dacc35a.zip |
dont default to ecj
svn path=/java-config-ng/branches/axxo/; revision=1670
Diffstat (limited to 'config')
-rw-r--r-- | config/compilers.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/compilers.conf b/config/compilers.conf index d9f57e2..2a615cf 100644 --- a/config/compilers.conf +++ b/config/compilers.conf @@ -2,4 +2,4 @@ # it will check the COMPILERS var front to back and # use the fist compiler that is installed -COMPILERS="ecj-3.1 jikes javac" +#COMPILERS="ecj-3.1 jikes javac" |