This file is indexed.

/usr/share/doc/openjdk-11-jre-headless/demo/nbproject/jfc/TransparentRuler/build.properties is in openjdk-11-demo 10.0.1+10-3ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
main.dir=${basedir}/../../../jfc/TransparentRuler

src.dir=${main.dir}/src

build.dir=build
classes.dir=${build.dir}/classes
jar=${main.dir}/TransparentRuler.jar
javadoc.dir=${build.dir}/javadoc

build.sysclasspath=ignore
# E.g.: cp=lib/x.jar:lib/y.jar
cp=
extra.run.cp=

main.class=transparentruler.Ruler

run.cp=${cp}:${classes.dir}:${extra.run.cp}

debug=true
deprecation=false

nbjdk.home=${basedir}/../../../..