This file is indexed.

/usr/share/doc/libjibx1.1-java/readme.html is in libjibx1.1-java 1.1.6a-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
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <title>JiBX: 1.1.6 Production Release</title>
      <style type="text/css">
        @import url("./docs/style/tigris.css");
        @import url("./docs/style/maven.css");
    .dtd-comment {
      color: #993399;
      font-weight: bold;
      </style>
      <script type="text/javascript">
        if (document.layers) {
          document.writeln('<link rel="stylesheet" type="text/css" href="./docs/style/ns4_only.css" media="screen" /><link rel="stylesheet" type="text/css" href="./docs/style/maven_ns4_only.css" media="screen" />')
        }
      </script>
      <link rel="stylesheet" type="text/css" href="./docs/style/print.css" media="print" />
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
</head>
<body class="composite">
<div id="banner">
<table border="0" cellspacing="0" cellpadding="8" width="100%">
  <tbody>
    <tr>
      <td><h1>JiBX: 1.1.6 Production Release</h1>
      </td>
      <td>
      <div align="right" id="login"><a href="http://sourceforge.net">
      <img src="http://sourceforge.net/sflogo.php?group_id=69358&amp;type=5"
        width="210" height="62" border="0" alt="SourceForge.net Logo"></a></div>
      </td>
    </tr>
  </tbody>
</table>
</div>
<div id="breadcrumbs">
<table border="0" cellspacing="0" cellpadding="4" width="100%">
  <tbody>
    <tr>
      <td>
        <div align="right">
          <a href="http://www.jibx.org">Home Page</a> |
          <a href="http://www.sourceforge.net/projects/jibx/">SourceForge Page</a> |
          <a href="docs/mail-lists.html">Mailing Lists</a> |
          <a href="http://wiki.jibx.org">Wiki</a> |
          <a href="docs/bugs">Bugs</a> |
          <a href="http://sourceforge.net/project/showfiles.php?group_id=69358">Downloads</a>
        </div>
      </td>
    </tr>
  </tbody>
</table>
</div>
<table border="0" cellspacing="0" cellpadding="8" width="100%" id="main">
  <tbody>
        <tr valign="top">
      <td>
      <div id="bodycol">
      <div class="app">
      <div class="h3">
      <h3>Welcome to the 1.1.6a Production Release</h3>

<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:10pt;font-family:Sans">
<p>This 1.1.6a production release is a minor correction to the 1.1.6 release,
which fixes two particular issues:  Paths on Windows were handled incorrectly in
1.1.6, leading to failures when default values were specified for primitive
values, and the starter project sample had an error in the "bind" Ant task
definition. It includes all the other features of 1.1.6, with support for StAX
parsers and writers, "flexible" unmarshalling for unordered groups, required
elements in unordered groups, and a host of other features added since the 1.0
release. Check the <a href="docs/status.html">Status</a> page of the included
documentation for a more complete list of changes.</p>

<p><i>Incompatibility Note:</i> The 1.1.6 release contains a backward-incompatible
change to the actual binding factory structure. If you compile a binding using
the 1.1.6 binding compiler and then try to use the bound classes with an older
runtime you'll get an error like:</p>
<pre><code>
Unable to access binding information for class xxx.xxx.xxx.Xxx
Make sure classes generated by the binding compiler are available at runtime
</code></pre>
<p>This change was necessary to solve a problem with very large binding
definitions, which previously could create methods in the generated factory
class which were larger than the JVM limit. With this change in place, there
should be no practical limit on the size of bindings.</p>

<p>The <i>docs</i> subdirectory contains the full <a href="./docs/index.html">JiBX
documentation</a>, mirroring the version posted on the web site as of the date of
this release. Even though you've got the documentation locally, you may still
want to check
the <a href="http://www.jibx.org">web site</a> for updates on known problems or
new subprojects. The online <a href="http://www.jibx.org/status.html">Status</a> page
will give you information on problems and updates, so it's good to check that
page periodically for new information.</p>

<p>To help you get started using JiBX, you can find a simple starter project in
the <a href="./starter/index.html">starter</a> directory The starter project is
based on the first sample from the
<a href="./docs/tutorial/binding-tutorial.html">binding tutorial</a>. The source
codes for the full set of samples in the tutorial are also provided,
<a href="./tutorial/index.html">separately</a>.</p>

<h3>Acknowledgements</h3>

<p>This download includes the XPP3 Pull Parser implementation of the XMLPull
parser API. See the <a href="http://www.extreme.indiana.edu/soap/xpp/mxp1/">XPP3
home page</a> for details on the parser.</p>

<p>This download includes the Apache BCEL Byte Code Engineering Library. See the
<a href="http://jakarta.apache.org/bcel">BCEL home page</a> for details on the
library.</p>

<p>This download includes the StAX 1.0 API and WoodStox parser implementation
from the Apach Axis2 project. See the
<a href="http://ws.apache.org/axis2/">Apache Axis2 home page</a> for
details on these libraries.</p>

      </div>
      </div>
      </div>
      </td>
    </tr>
  </tbody>
</table>
<div id="footer">
<table border="0" cellspacing="0" cellpadding="4">
  <tbody>
    <tr>
      <td> &copy; 2003-2007, Dennis M. Sosnoski (<a href="http://www.sosnoski.com">Sosnoski Software Solutions, Inc.</a>).
      Licensed to the JiBX Project for free distribution and use. </td>
    </tr>
  </tbody>
</table>
</div>
<br>
</body>
</html>