diff options
author | Serkan Kaba <serkan@gentoo.org> | 2008-07-04 18:35:35 +0000 |
---|---|---|
committer | Serkan Kaba <serkan@gentoo.org> | 2008-07-04 18:35:35 +0000 |
commit | cde3a50ee7fcb103040a98e683c6a3ee70bf92dc (patch) | |
tree | f4c6649a36513cbcc001e705a715bc6e86a2837b | |
parent | Make the portage import backwards compatible. (diff) | |
download | java-config-cde3a50ee7fcb103040a98e683c6a3ee70bf92dc.tar.gz java-config-cde3a50ee7fcb103040a98e683c6a3ee70bf92dc.tar.bz2 java-config-cde3a50ee7fcb103040a98e683c6a3ee70bf92dc.zip |
Copy configurations of 64 bit Solaris's from 32 bit's. Suggested by grobian.
svn path=/projects/java-config-2/trunk/; revision=6397
-rw-r--r-- | config/jdk-defaults-sparc64-solaris.conf | 2 | ||||
-rw-r--r-- | config/jdk-defaults-x64-solaris.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config/jdk-defaults-sparc64-solaris.conf b/config/jdk-defaults-sparc64-solaris.conf new file mode 100644 index 0000000..c82e429 --- /dev/null +++ b/config/jdk-defaults-sparc64-solaris.conf @@ -0,0 +1,2 @@ +# This files contain the default support jdk's +*= sun-jdk diff --git a/config/jdk-defaults-x64-solaris.conf b/config/jdk-defaults-x64-solaris.conf new file mode 100644 index 0000000..c82e429 --- /dev/null +++ b/config/jdk-defaults-x64-solaris.conf @@ -0,0 +1,2 @@ +# This files contain the default support jdk's +*= sun-jdk |