Author: niallp
Date: Sat Jan 12 16:51:43 2008
New Revision: 611513
URL: http://svn.apache.org/viewvc?rev=611513&view=rev
Log:
minor site improvements
Modified:
commons/proper/io/trunk/src/site/site.xml
commons/proper/io/trunk/xdocs/building.xml
commons/proper/io/trunk/xdocs/index.xml
Modified: commons/proper/io/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/src/site/site.xml?rev=611513&r1=611512&r2=611513&view=diff
==============================================================================
--- commons/proper/io/trunk/src/site/site.xml (original)
+++ commons/proper/io/trunk/src/site/site.xml Sat Jan 12 16:51:43 2008
@@ -38,7 +38,7 @@
<item name="Team" href="/team-list.html"/>
<item name="Tasks" href="/tasks.html"/>
<item name="Proposal" href="/proposal.html"/>
- <item name="SVN repository"
href="http://svn.apache.org/viewvc/commons/proper/io/trunk/"/>
+ <item name="SVN repository" href="/source-repository.html"/>
<item name="Javadoc (SVN latest)" href="apidocs/index.html"/>
</menu>
Modified: commons/proper/io/trunk/xdocs/building.xml
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/xdocs/building.xml?rev=611513&r1=611512&r2=611513&view=diff
==============================================================================
--- commons/proper/io/trunk/xdocs/building.xml (original)
+++ commons/proper/io/trunk/xdocs/building.xml Sat Jan 12 16:51:43 2008
@@ -74,6 +74,15 @@
<!-- ================================================== -->
<section name="Ant Goals">
<p>
+ <strong>Note:</strong>
+ <ul>
+ <li>The ant build is JDK dependant. Building with JDK 1.3 excludes
+ JDK 1.4 dependant classes.</li>
+ <li>Dependencies are automatically downloaded if not specified
explicitly in
+ a <code>build.properties</code> file.</li>
+ </ul>
+ </p>
+ <p>
The following <strong><i>Ant</i></strong> commands can be used to build io:
</p>
<ul>
@@ -83,10 +92,6 @@
<li><code>ant jar</code> - build the jar</li>
<li><code>ant dist</code> - Create the source and binary distributions</li>
</ul>
- <p>
- <strong>N.B.</strong>The ant build is JDK dependant. Building with JDK 1.3
excludes
- JDK 1.4 dependant classes.
- </p>
</section>
<!-- ================================================== -->
</body>
Modified: commons/proper/io/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/xdocs/index.xml?rev=611513&r1=611512&r2=611513&view=diff
==============================================================================
--- commons/proper/io/trunk/xdocs/index.xml (original)
+++ commons/proper/io/trunk/xdocs/index.xml Sat Jan 12 16:51:43 2008
@@ -56,7 +56,7 @@
<li>The <a href="apidocs/index.html">latest SVN</a></li>
</ul>
<p>
-The <a href="cvs-usage.html">subversion repository</a> can be
+The <a href="source-repository.html">subversion repository</a> can be
<a href="http://svn.apache.org/viewvc/commons/proper/io/trunk/">browsed</a>.
</p>
</section>