Skip to content

Commit

Permalink
Port site from Doxia 1 to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Feb 1, 2025
1 parent c4ef211 commit 189bf39
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 17 deletions.
13 changes: 7 additions & 6 deletions src/site/xdoc/guide/classdiagrams.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<document>

<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Class Diagrams</title>
<author email="[email protected]">Commons Documentation Team</author>
Expand All @@ -25,19 +26,19 @@
<body>

<section name="PoolingDataSource">
<img src="../images/uml/PoolingDataSource.gif" />
<img src="../images/uml/PoolingDataSource.gif" alt="Poolinf data source"/>
</section>

<section name="PoolingConnection">
<img src="../images/uml/PoolingConnection.gif" />
<img src="../images/uml/PoolingConnection.gif" alt="Pooling connection"/>
</section>

<section name="Delegating">
<img src="../images/uml/Delegating.gif" />
<img src="../images/uml/Delegating.gif" alt="Delegating"/>
</section>

<section name="AbandonedObjectPool">
<img src="../images/uml/AbandonedObjectPool.gif" />
<img src="../images/uml/AbandonedObjectPool.gif" alt="Abandoned object pool"/>
</section>

</body>
Expand Down
9 changes: 5 additions & 4 deletions src/site/xdoc/guide/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<document>

<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Developers Guide</title>
<author email="[email protected]">Commons Documentation Team</author>
Expand All @@ -26,13 +27,13 @@

<section name="BasicDataSource">
<center>
<img src="../images/uml/BasicDataSource.gif" />
<img src="../images/uml/BasicDataSource.gif" alt="Basic data source"/>
</center>
</section>

<section name="ConnectionFactory">
<center>
<img src="../images/uml/ConnectionFactory.gif" />
<img src="../images/uml/ConnectionFactory.gif" alt="Connection factory" />
</center>
</section>

Expand Down
5 changes: 3 additions & 2 deletions src/site/xdoc/guide/jndi-howto.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<document>

<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>JNDI Howto</title>
<author email="[email protected]">Commons Documentation Team</author>
Expand Down
11 changes: 6 additions & 5 deletions src/site/xdoc/guide/sequencediagrams.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<document>

<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Sequence Diagrams</title>
<author email="[email protected]">Commons Documentation Team</author>
Expand All @@ -25,15 +26,15 @@
<body>

<section name="createDataSource">
<img src="../images/uml/createDataSource.gif" />
<img src="../images/uml/createDataSource.gif" alt="Create data source"/>
</section>

<section name="getConnection">
<img src="../images/uml/getConnection.gif" />
<img src="../images/uml/getConnection.gif" alt="Get connection"/>
</section>

<section name="prepareStatement">
<img src="../images/uml/prepareStatement.gif" />
<img src="../images/uml/prepareStatement.gif" alt="Pprepare statement"/>
</section>

</body>
Expand Down

0 comments on commit 189bf39

Please sign in to comment.