Browse Source

- update jdk version info

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@11044 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 11 years ago
parent
commit
662c4edd84
2 changed files with 7 additions and 7 deletions
  1. 2 2
      jdks/build-package.sh
  2. 5 5
      jdks/versions

+ 2 - 2
jdks/build-package.sh

@@ -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"

+ 5 - 5
jdks/versions

@@ -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