This file is indexed.

/usr/share/doc/libasm3-java-doc/examples/etc/build.properties is in libasm3-java-doc 3.3.2-1.

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
23
24
25
26
27
28
29
30
31
32
33
# Wich compiler do you want use ?

# build.compiler jikes

# Class path for the ASM library (version 3.3.2)
# See http://asm.objectweb.org

asm.path ../../lib/asm-3.3.2.jar

# Class path for the ASM tree library (version 3.3.2)
# See http://asm.objectweb.org

asm.tree.path ../../lib/asm-tree-3.3.2.jar

# Class path for the ASM analysis library (version 3.3.2)
# See http://asm.objectweb.org

asm.analysis.path ../../lib/asm-analysis-3.3.2.jar

# Class path for the ASM attrs library (version 3.3.2)
# See http://asm.objectweb.org

asm.attrs.path ../../lib/asm-attrs-3.3.2.jar

# Class path for the ASM util library (version 3.3.2)
# See http://asm.objectweb.org

asm.util.path ../../lib/asm-util-3.3.2.jar

# Class path for the ASM commons library (version 3.3.2)
# See http://asm.objectweb.org

asm.commons.path ../../lib/asm-commons-3.3.2.jar