Merge branch 'master' of https://github.com/zzuegg/jmonkeyengine into GL4ShaderSupport

experimental
michael 10 years ago
commit aa88bef2bb
  1. 6
      gradle.properties

@ -6,10 +6,10 @@ jmeMainVersion = 3.1
jmeVersionTag = snapshot-github jmeVersionTag = snapshot-github
# specify if JavaDoc should be built # specify if JavaDoc should be built
buildJavaDoc = false buildJavaDoc = true
# specify if SDK and Native libraries get built # specify if SDK and Native libraries get built
buildSdkProject = false buildSdkProject = true
buildNativeProjects = false buildNativeProjects = false
# Path to android NDK for building native libraries # Path to android NDK for building native libraries
@ -22,4 +22,4 @@ bulletFolder = bullet-2.82-r2704
bulletZipFile = bullet.zip bulletZipFile = bullet.zip
# Path for downloading NetBeans Base # Path for downloading NetBeans Base
netbeansUrl = http://download.netbeans.org/netbeans/8.0.2/final/zip/netbeans-8.0.2-201411181905-javase.zip netbeansUrl = http://download.netbeans.org/netbeans/8.0.2/final/zip/netbeans-8.0.2-201411181905-javase.zip

Loading…
Cancel
Save