diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-06-21 15:42:21 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-06-21 15:42:21 +0000 |
commit | 49723ab23721c5ecb29cb8f0e03f3c958dd0cf98 (patch) | |
tree | 29fdb64c6fc59bb8f8abece5bb8b0e28eb752ca5 /config | |
parent | str the message, so the iteration always works (diff) | |
download | java-config-49723ab23721c5ecb29cb8f0e03f3c958dd0cf98.tar.gz java-config-49723ab23721c5ecb29cb8f0e03f3c958dd0cf98.tar.bz2 java-config-49723ab23721c5ecb29cb8f0e03f3c958dd0cf98.zip |
should have working get_vm with prefernses now
svn path=/java-config-ng/branches/axxo/; revision=198
Diffstat (limited to 'config')
-rw-r--r-- | config/jdk-defaults.conf | 6 | ||||
-rw-r--r-- | config/jdk.conf | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/config/jdk-defaults.conf b/config/jdk-defaults.conf index e466fd2..0f654fc 100644 --- a/config/jdk-defaults.conf +++ b/config/jdk-defaults.conf @@ -1,4 +1,4 @@ # This files contain the default support jdk's -1.3 gentoo-sdk blackdown-jdk sun-jdk -1.4 gentoo-sdk blackdown-jdk sun-jdk -1.5 gentoo-sdk blackdown-jdk sun-jdk +1.3= gentoo-sdk blackdown-jdk sun-jdk +1.4= gentoo-sdk blackdown-jdk sun-jdk +1.5= gentoo-sdk blackdown-jdk sun-jdk diff --git a/config/jdk.conf b/config/jdk.conf index 2e81a81..86c2317 100644 --- a/config/jdk.conf +++ b/config/jdk.conf @@ -4,6 +4,6 @@ # # example: -1.3 sun-jdk-1.4 -1.4 blackdown-jdk -1.5 sun-jdk +1.3=sun-jdk-1.4 +1.4=blackdown-jdk +1.5=sun-jdk |