You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2013/11/03 20:03:23 UTC

svn commit: r1538418 - /commons/proper/pool/trunk/build.xml

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">



Re: svn commit: r1538418 - /commons/proper/pool/trunk/build.xml

Posted by Phil Steitz <ph...@gmail.com>.
On 11/3/13 11:03 AM, markt@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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org