@@ -381,12 +381,12 @@ expected.</P>
</libraries>
</pre>
<P >Load in versions from a file, then download the relevant archives. No
<p >Load in versions from a file, then download the relevant archives. No
update schedule is defined, but a path is created for insertion into a
classpath. This property file driven dependency model is what we recommend
over hard coding versions in a build file.
</P >
<PRE > <libraries destDir="build/lib" offline="${offline}" flatten="true">
</p >
<pre > <libraries destDir="build/lib" offline="${offline}" flatten="true">
<mavenrepository url="${private.server}"/>
<library project="doomed" archive="dead-code"
suffix=".war"
@@ -395,11 +395,13 @@ over hard coding versions in a build file.
<scheduledupdate markerfile="build/lib/marker.properties"
hours="11" />
</libraries>
</PRE >
</pre >
<P >Download doomed/dead-code.LATEST.war from a private repository, save it to
<p >Download doomed/dead-code.LATEST.war from a private repository, save it to
build/lib/product.war with an update schedule of every eleven hours.
</P>
</p>
<hr/>
<p align="center">Copyright © 2005 The Apache Software Foundation. All rights
Reserved.</p>