nashorn/make/project.properties
changeset 16272 675a0caf75bc
parent 16255 cb52a2524ca8
child 16529 fb3208bbd5dc
equal deleted inserted replaced
16271:4817d7bb7434 16272:675a0caf75bc
    22 #
    22 #
    23 
    23 
    24 application.title=nashorn
    24 application.title=nashorn
    25 
    25 
    26 # location of JDK embedded ASM sources
    26 # location of JDK embedded ASM sources
    27 jdk.asm.src.dir=../jdk/src/share/classes/jdk/internal
    27 jdk.asm.src.dir=../jdk/src/share/classes/jdk/internal/org/objectweb/asm
    28 
    28 
    29 # source and target levels
    29 # source and target levels
    30 build.compiler=modern
    30 build.compiler=modern
    31 javac.source=1.7
    31 javac.source=1.7
    32 javac.target=1.7
    32 javac.target=1.7