@@ -140,8 +140,8 @@ This is the core of the system; a library to (potentially) download.
Repository
-A repository is Ant datatype that extends the Repository
type.
-Ant only ships with one: the mavenrepository. If no repository is
+A repository is an Ant datatype that extends the Repository
+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.
@@ -241,9 +241,8 @@ situation is left to the experimentor, though reading the source will help.
-Developers may add new polices (such
-as signing incoming files) by adding new datatypes extending the
-LibraryPolicy
class.
+Developers may add new policies (such as signing incoming files) by adding
+new datatypes extending the LibraryPolicy
class.
noupdate
@@ -253,7 +252,7 @@ equivalent of the offline flag.
Example:
- <noupdate />
+ <noupdate />
forceupdate
@@ -262,7 +261,7 @@ equivalent of the offline flag.
the build will halt.
Example:
- <forceupdate />
+ <forceupdate />
timestamp
@@ -273,7 +272,7 @@ It is equivalent to setting the useTimestamp
flag.
Example:
- <timestamp />
+ <timestamp />
scheduledupdate
@@ -322,7 +321,7 @@ passed, or the set of files to check has to have changed.
Example:
- <scheduledupdate days="1" hours="3" minutes="17" />
+ <scheduledupdate days="1" hours="3" minutes="17" />
Check for an update every 27 hours, 17 minutes.
@@ -357,7 +356,7 @@ expected.
Example:
- <assertdownloaded cound="4" />
+ <assertdownloaded count="4" />
Examples
@@ -391,8 +390,7 @@ over hard coding versions in a build file.
<library project="doomed" archive="dead-code"
suffix=".war"
destinationName="product.war"
- version="LATEST"
- />
+ version="LATEST" />
<scheduledupdate markerfile="build/lib/marker.properties"
hours="11" />
</libraries>