This file is indexed.

/usr/share/doc/libantelope-java/manual/bk02ch03.html is in libantelope-java-doc 3.5.1-2.

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

The actual contents of the file can be viewed below.

1
2
3
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 3. Build File Structure and Formatting</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Antelope Users Guide"><link rel="up" href="bk02.html" title="Ant Coding Style Guidelines"><link rel="prev" href="bk02ch02.html" title="Chapter 2. File Names"><link rel="next" href="bk02ch03s02.html" title="Formatting"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 3. Build File Structure and Formatting</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="bk02ch02.html">Prev</a> </td><th width="60%" align="center">Ant Coding Style Guidelines</th><td width="20%" align="right"> <a accesskey="n" href="bk02ch03s02.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter 3. Build File Structure and Formatting"><div class="titlepage"><div><div><h2 class="title"><a name="id2512794"></a>Chapter 3. Build File Structure and Formatting</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><ul><li><span class="section"><a href="bk02ch03.html#id2512800">Build File Structure</a></span></li><li><span class="section"><a href="bk02ch03s02.html">Formatting</a></span></li></ul></div><div class="section" title="Build File Structure"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2512800"></a>Build File Structure</h2></div></div></div><p>
Ant build files will be arranged with the project description first, followed by "global" properties, followed by targets. Properties and targets do not need to be sorted, however, the default target specified by the project must be the first target listed.
</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="bk02ch02.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="bk02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="bk02ch03s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 2. File Names </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Formatting</td></tr></table></div></body></html>