- update jdk version info

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11044 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2014-02-13 19:28:37 +00:00
parent e645ff1c8d
commit d29e95da06
2 changed files with 7 additions and 7 deletions

View File

@ -10,11 +10,11 @@ source="$2"
if [ -z "$1" ]; then
echo "No platform supplied"
echo "Specify a platform like macosx, windows-x86, linux-x64 and a source like /path/to/jdk/home"
echo "If no source is specified, local/jdk7u11-platform will be used"
echo "If no source is specified, local/jdk-(platform) will be used"
exit 1
fi
if [ -z "$2" ]; then
source="local/jdk7u11-$os"
source="local/jdk-$os"
fi
if [ ! -d "$source" ]; then
echo "Source JDK directory $source was not found, specify another source folder as second parameter or copy the needed JDK to $source"

View File

@ -1,5 +1,5 @@
MacOSX: 1.7u11
Win32: 1.7u11
Win64: 1.7u11
Linux32: 1.7u11
Linux64: 1.7u11
MacOSX: 1.7u51
Win32: 1.7u51
Win64: 1.7u51
Linux32: 1.7u51
Linux64: 1.7u51