On 11/3/13 11:03 AM, ma...@apache.org wrote: > Author: markt > Date: Sun Nov 3 19:03:22 2013 > New Revision: 1538418 > > URL: http://svn.apache.org/r1538418 > Log: > Document class path requirements > > Modified: > commons/proper/pool/trunk/build.xml > > Modified: commons/proper/pool/trunk/build.xml > URL: > http://svn.apache.org/viewvc/commons/proper/pool/trunk/build.xml?rev=1538418&r1=1538417&r2=1538418&view=diff > ============================================================================== > --- commons/proper/pool/trunk/build.xml (original) > +++ commons/proper/pool/trunk/build.xml Sun Nov 3 19:03:22 2013 > @@ -15,6 +15,12 @@ > limitations under the License. > --> > <!-- $Id$ --> > +<!-- > + This build script requires that the class path (set via the classpath > property > + or the command line class path contains the following libraries: > + - JUnit 4.11 or later > + - cglib 3.0 or later > +--> > <project name="commons-pool" default="test" basedir="."> > > <target name="init"> > > >
Ignore my last post. This is good enough. Please go ahead with final RC if everything else is ready. Phil --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org