src/demo/share/nbproject/jfc/FileChooserDemo/build.properties
author mchung
Mon, 12 Feb 2018 11:40:19 -0800
changeset 48849 64a52906b71f
parent 47216 71c04702a3d5
permissions -rw-r--r--
8168682: jdk/test/java/lang/ClassLoader/forNameLeak/ClassForNameLeak.java fails with -Xcomp Reviewed-by: bchristi
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
main.dir=${basedir}/../../../jfc/FileChooserDemo
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
src.dir=${main.dir}/src
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
build.dir=build
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
classes.dir=${build.dir}/classes
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
jar=${main.dir}/FileChooserDemo.jar
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
javadoc.dir=${build.dir}/javadoc
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
build.sysclasspath=ignore
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
# E.g.: cp=lib/x.jar:lib/y.jar
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
cp=
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
extra.run.cp=
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
main.class=FileChooserDemo
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
run.cp=${cp}:${classes.dir}:${extra.run.cp}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
debug=true
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
deprecation=false
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
nbjdk.home=${basedir}/../../../..