diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-09-24 00:06:16 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-09-24 00:06:16 +0000 |
commit | bdcc6e9d37fb6e20b5ee5cf459b8b1da839cb29d (patch) | |
tree | a70ec376e578d838000583e6555ce606157527c2 /config | |
parent | i no longer think this was a good idea (diff) | |
download | java-config-bdcc6e9d37fb6e20b5ee5cf459b8b1da839cb29d.tar.gz java-config-bdcc6e9d37fb6e20b5ee5cf459b8b1da839cb29d.tar.bz2 java-config-bdcc6e9d37fb6e20b5ee5cf459b8b1da839cb29d.zip |
2.0.5
svn path=/java-config-ng/branches/axxo/; revision=879
Diffstat (limited to 'config')
-rw-r--r-- | config/compilers.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/compilers.conf b/config/compilers.conf new file mode 100644 index 0000000..60af373 --- /dev/null +++ b/config/compilers.conf @@ -0,0 +1,5 @@ +# If the ebuild supports it +# it will check the COMPILERS var front to back and +use the fist compiler that is installed + +COMPILERS="ecj jikes javac" |