src/demo/share/nbproject/management/VerboseGC/build.properties
author lbourges
Tue, 10 Sep 2019 21:20:51 +0200
changeset 58321 7f55aad34ac4
parent 47216 71c04702a3d5
permissions -rw-r--r--
8230728: Thin stroked shapes are not rendered if affine transform has flip bit Summary: use abs(at.getDeterminant()) in userSpaceLineWidth() to ensure positive value Reviewed-by: prr, jdv
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
main.dir=${basedir}/../../../management/VerboseGC
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}/VerboseGC.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=VerboseGC
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}/../../../..