Browse Source

ensure we do have a working local.properties

tags/V1_8_0RC1
Andy Clement 10 years ago
parent
commit
3b8fac4dbc
2 changed files with 12 additions and 1 deletions
  1. 0
    1
      .gitignore
  2. 12
    0
      build/local.properties

+ 0
- 1
.gitignore View File

@@ -1,3 +1,2 @@
*/bin
aj-build/
build/local.properties

+ 12
- 0
build/local.properties View File

@@ -0,0 +1,12 @@
# for non-release builds, versions should all be DEVELOPMENT
# except for build.version.base
build.version=1.8.0.M1
build.version.base=1.8
build.version.long=1.8.0.M1
build.version.short=1.8.0.M1
# Repo version is for maven (as built with 'ant repo')
repo.version=1.6.4
java11.home=c:/home/apps/jdk11
java13.home=c:/home/apps/jdk13
java14.home=c:/home/apps/jdk14
java15.home=c:/home/apps/jdk15

Loading…
Cancel
Save