Selaa lähdekoodia

Add info on binary builds.

Luke Taylor 19 vuotta sitten
vanhempi
commit
aa0d7c5380
1 muutettua tiedostoa jossa 7 lisäystä ja 3 poistoa
  1. 7 3
      doc/xdocs/downloads.html

+ 7 - 3
doc/xdocs/downloads.html

@@ -42,7 +42,7 @@
   the Contacts Sample application (ie those that target CAS, container adapters and X509 usage),
   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
   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
   are provided on the <a href="building.html">Building with Maven</a>
   page.</p>
-  <h2>CVS Snapshots</h2>
+  <h2>SVN Snapshots and Daily Builds</h2>
   <p>
   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>
+
 </body>
 </html>