mbenson 2005/01/21 07:12:55
Modified: docs/manual/CoreTasks libraries.html
Log:
Nitpicking.
Revision Changes Path
1.4 +13 -15 ant/docs/manual/CoreTasks/libraries.html
Index: libraries.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/libraries.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libraries.html 21 Jan 2005 13:15:34 -0000 1.3
+++ libraries.html 21 Jan 2005 15:12:54 -0000 1.4
@@ -21,11 +21,11 @@
This task can:
</p>
<ol>
- <li>Download publicly published JAR files by version.</li>
+ <li>Download publicly published JAR files by version</li>
<li>Download JAR files from private file: or http: repositories</li>
<li>Cache the JAR files in a directory tree</li>
<li>Check for updates on a regular schedule</li>
- <li>Build paths for compilation/execution.</li>
+ <li>Build paths for compilation/execution</li>
<li>Fail the build if needed libraries are missing</li>
<li>Force an update of all libraries</li>
<li>Skip all downloading when offline
@@ -90,7 +90,7 @@
<h4>library</h4>
-This is the core of the system; a library to (potentially) download.
+This is the core of the system: a library to (potentially) download.
<table border="1" cellpadding="2" cellspacing="0">
<tr>
@@ -140,8 +140,8 @@
<h4>Repository</h4>
<p>
-A repository is Ant datatype that extends the <code>Repository</code> type.
-Ant only ships with one: the mavenrepository. If no repository is
+A repository is an Ant datatype that extends the <code>Repository</code>
+type. Ant only ships with one: the mavenrepository. If no repository is
declared inline, and no repositoryref attribute set, the task
will default to the maven repository.
</p>
@@ -241,9 +241,8 @@
</P>
<p>
-Developers may add new polices (such
-as signing incoming files) by adding new datatypes extending the
-<code>LibraryPolicy</code> class. </P>
+Developers may add new policies (such as signing incoming files) by adding
+new datatypes extending the <code>LibraryPolicy</code> class. </P>
<h4>noupdate</h4>
@@ -253,7 +252,7 @@
<p>Example:</p>
<pre>
- <noupdate />
+ <noupdate />
</pre>
<h4>forceupdate</h4>
@@ -262,7 +261,7 @@
the build will halt.</P>
<p>Example:</p>
<pre>
- <forceupdate />
+ <forceupdate />
</pre>
<h4>timestamp</h4>
@@ -273,7 +272,7 @@
<p>Example:</p>
<pre>
- <timestamp />
+ <timestamp />
</pre>
<h4>scheduledupdate</h4>
@@ -322,7 +321,7 @@
<p>Example:</p>
<pre>
- <scheduledupdate days="1" hours="3" minutes="17" />
+ <scheduledupdate days="1" hours="3" minutes="17" />
</pre>
<P>Check for an update every 27 hours, 17 minutes. </P>
@@ -357,7 +356,7 @@
<p>Example:</p>
<pre>
- <assertdownloaded cound="4" />
+ <assertdownloaded count="4" />
</pre>
<h3>Examples</h3>
@@ -391,8 +390,7 @@
<library project="doomed" archive="dead-code"
suffix=".war"
destinationName="product.war"
- version="LATEST"
- />
+ version="LATEST" />
<scheduledupdate markerfile="build/lib/marker.properties"
hours="11" />
</libraries>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]