Skip to content

Commit 14cc98f

Browse files
author
Niall Pemberton
committed
minor site improvements
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@611513 13f79535-47bb-0310-9956-ffa450edef68
1 parent a5f2052 commit 14cc98f

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<item name="Team" href="/team-list.html"/>
3939
<item name="Tasks" href="/tasks.html"/>
4040
<item name="Proposal" href="/proposal.html"/>
41-
<item name="SVN repository" href="http://svn.apache.org/viewvc/commons/proper/io/trunk/"/>
41+
<item name="SVN repository" href="/source-repository.html"/>
4242
<item name="Javadoc (SVN latest)" href="apidocs/index.html"/>
4343
</menu>
4444

xdocs/building.xml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,15 @@ limitations under the License.
7373
</section>
7474
<!-- ================================================== -->
7575
<section name="Ant Goals">
76+
<p>
77+
<strong>Note:</strong>
78+
<ul>
79+
<li>The ant build is JDK dependant. Building with JDK 1.3 excludes
80+
JDK 1.4 dependant classes.</li>
81+
<li>Dependencies are automatically downloaded if not specified explicitly in
82+
a <code>build.properties</code> file.</li>
83+
</ul>
84+
</p>
7685
<p>
7786
The following <strong><i>Ant</i></strong> commands can be used to build io:
7887
</p>
@@ -83,10 +92,6 @@ limitations under the License.
8392
<li><code>ant jar</code> - build the jar</li>
8493
<li><code>ant dist</code> - Create the source and binary distributions</li>
8594
</ul>
86-
<p>
87-
<strong>N.B.</strong>The ant build is JDK dependant. Building with JDK 1.3 excludes
88-
JDK 1.4 dependant classes.
89-
</p>
9095
</section>
9196
<!-- ================================================== -->
9297
</body>

xdocs/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The JavaDoc API documents are available online:
5656
<li>The <a href="apidocs/index.html">latest SVN</a></li>
5757
</ul>
5858
<p>
59-
The <a href="cvs-usage.html">subversion repository</a> can be
59+
The <a href="source-repository.html">subversion repository</a> can be
6060
<a href="http://svn.apache.org/viewvc/commons/proper/io/trunk/">browsed</a>.
6161
</p>
6262
</section>

0 commit comments

Comments
 (0)