Author: bayard
Date: Wed Mar 19 09:16:57 2008
New Revision: 638920
URL: http://svn.apache.org/viewvc?rev=638920&view=rev
Log:
Making the release notes list a html list
Modified:
commons/proper/lang/trunk/xdocs/building.xml
Modified: commons/proper/lang/trunk/xdocs/building.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/xdocs/building.xml?rev=638920&r1=638919&r2=638920&view=diff
==============================================================================
--- commons/proper/lang/trunk/xdocs/building.xml (original)
+++ commons/proper/lang/trunk/xdocs/building.xml Wed Mar 19 09:16:57 2008
@@ -28,14 +28,15 @@
<a href="http://ant.apache.org">Ant</a> as a build system.
</p>
<p>
- You may also be interested in the upgrade notes:<br />
- <br />
- Upgrade <a href="upgradeto2_4.html">from 2.3 to 2.4</a><br />
- Upgrade <a href="upgradeto2_3.html">from 2.2 to 2.3</a><br />
- Upgrade <a href="upgradeto2_2.html">from 2.1 to 2.2</a><br />
- Upgrade <a href="upgradeto2_1.html">from 2.0 to 2.1</a><br />
- Upgrade <a href="upgradeto2_0.html">from 1.0 to 2.0</a><br />
+ You may also be interested in the upgrade notes:
</p>
+<ul>
+ <li>Upgrade <a href="upgradeto2_4.html">from 2.3 to 2.4</a></li>
+ <li>Upgrade <a href="upgradeto2_3.html">from 2.2 to 2.3</a></li>
+ <li>Upgrade <a href="upgradeto2_2.html">from 2.1 to 2.2</a></li>
+ <li>Upgrade <a href="upgradeto2_1.html">from 2.0 to 2.1</a></li>
+ <li>Upgrade <a href="upgradeto2_0.html">from 1.0 to 2.0</a></li>
+</ul>
</section>
<!-- ================================================== -->
<section name="Maven Goals">