This file is indexed.

/usr/share/doc/libxml-commons-resolver1.1-java/README.Debian is in libxml-commons-resolver1.1-java 1.2-7build1.

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
34
Apache XML Commons Resolver for Debian
--------------------------------------

- The JAR is named xml-commons-resolver-*.jar in /usr/share/java. Most
  applications that use the resolver library expect the JAR name to be simply
  resolver.jar in their build files.

- Two files are missing in the Debian package compared to upstream's binary
  distribution. I don't know where upstream got them from, the strings
  "WhichFactory" and "WhichJar" don't appear in the source code at all:

  org.apache.env.WhichFactory.properties
  org.apache.env.WhichJar.properties

- The Javadoc API documentation is not re-created during the build process
  because there are no tools for this in the Debian main section. The
  pre-built version from the distribution archive is used instead.

- This package installs a CatalogManager.properties file in the
  /etc/xml/resolver directory. Among other things, the
  CatalogManager.properties file tells the resolver where to find XML
  catalog files to use. Debian uses a single master catalog file --
  /etc/xml/catalog -- so the CatalogManager.properties that this package
  installs points to that file.

  In order for the resolver to be able to find and use the
  CatalogManager.properties files, you need to include the
  *directory* that contains it -- the /etc/xml/resolver directory -- in
  your Java classpath, either by specifying it on the Java command-line
  or via the CLASSPATH environment variable:

    export CLASSPATH=/etc/xml/resolver:$CLASSPATH

 -- Arnaud Vandyck <avdyk@debian.org>, Mon Oct 11 01:37:06 2004