Add info on binary builds.
This commit is contained in:
parent
2a24e4faf8
commit
aa0d7c5380
|
@ -42,7 +42,7 @@
|
||||||
the Contacts Sample application (ie those that target CAS, container adapters and X509 usage),
|
the Contacts Sample application (ie those that target CAS, container adapters and X509 usage),
|
||||||
you will need to build Acegi Security from source.
|
you will need to build Acegi Security from source.
|
||||||
|
|
||||||
<p>The acegi-security-xx-src.zip is intended to use with IDEs. It does not contain the
|
<p>The acegi-security-xx-src.zip is intended for use with IDEs. It does not contain the
|
||||||
files needed to compile Acegi Security. It also does not contain the sources to the
|
files needed to compile Acegi Security. It also does not contain the sources to the
|
||||||
sample applications. If you need any of these files, please download from SVN.</p>
|
sample applications. If you need any of these files, please download from SVN.</p>
|
||||||
|
|
||||||
|
@ -56,10 +56,14 @@
|
||||||
<p>Detailed instructions on downloading from CVS and building from source
|
<p>Detailed instructions on downloading from CVS and building from source
|
||||||
are provided on the <a href="building.html">Building with Maven</a>
|
are provided on the <a href="building.html">Building with Maven</a>
|
||||||
page.</p>
|
page.</p>
|
||||||
<h2>CVS Snapshots</h2>
|
<h2>SVN Snapshots and Daily Builds</h2>
|
||||||
<p>
|
<p>
|
||||||
If you don't wish to access SVN directly, we provide
|
If you don't wish to access SVN directly, we provide
|
||||||
<a href="http://acegisecurity.sourceforge.net/nightly/">nightly SVN exports</a> for your convenience.
|
<a href="http://acegisecurity.sourceforge.net/nightly/">nightly SVN exports</a> for your convenience.
|
||||||
|
There is also an automated build which uploads bundle of Acegi Security jar files to the same location.
|
||||||
|
Both binary and source archives have the date of the build and the SVN revision number appended to the filename,
|
||||||
|
so you can match them up easily.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue