2
0

gradle.properties 889 B

12345678910111213141516171819202122232425
  1. # Version number used for plugins, only 3 numbers (e.g. 3.1.3)
  2. jmeVersion = 3.1.0
  3. # Version used for application and settings folder, no spaces!
  4. jmeMainVersion = 3.1
  5. # Version addition pre-alpha-svn, Stable, Beta
  6. jmeVersionTag = snapshot-github
  7. # specify if JavaDoc should be built
  8. buildJavaDoc = true
  9. # specify if SDK and Native libraries get built
  10. buildSdkProject = true
  11. buildNativeProjects = false
  12. # Path to android NDK for building native libraries
  13. #ndkPath=/Users/normenhansen/Documents/Code-Import/android-ndk-r7
  14. ndkPath = /opt/android-ndk-r10c
  15. # Path for downloading native Bullet
  16. bulletUrl = http://bullet.googlecode.com/files/bullet-2.82-r2704.zip
  17. bulletFolder = bullet-2.82-r2704
  18. bulletZipFile = bullet.zip
  19. # Path for downloading NetBeans Base
  20. netbeansUrl = http://download.netbeans.org/netbeans/8.0.2/final/zip/netbeans-8.0.2-201411181905-javase.zip