You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2005/11/17 19:02:31 UTC

svn commit: r345294 - /jakarta/jmeter/branches/rel-2-1/build.xml

Author: sebb
Date: Thu Nov 17 10:02:27 2005
New Revision: 345294

URL: http://svn.apache.org/viewcvs?rev=345294&view=rev
Log:
Report depends on components

Modified:
    jakarta/jmeter/branches/rel-2-1/build.xml

Modified: jakarta/jmeter/branches/rel-2-1/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/build.xml?rev=345294&r1=345293&r2=345294&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/build.xml (original)
+++ jakarta/jmeter/branches/rel-2-1/build.xml Thu Nov 17 10:02:27 2005
@@ -651,6 +651,7 @@
         <path refid="classpath"/>
         <pathelement location="${build.jorphan}"/>
         <pathelement location="${build.core}"/>
+        <pathelement location="${build.components}"/>
       </classpath>
     </javac>
   </target>



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


Re: svn commit: r345294 - /jakarta/jmeter/branches/rel-2-1/build.xml

Posted by Peter Lin <wo...@gmail.com>.
thanks for fixing that. I was going to check in the change tonight.

peter


On 11/17/05, sebb@apache.org <se...@apache.org> wrote:
>
> Author: sebb
> Date: Thu Nov 17 10:02:27 2005
> New Revision: 345294
>
> URL: http://svn.apache.org/viewcvs?rev=345294&view=rev
> Log:
> Report depends on components
>
> Modified:
> jakarta/jmeter/branches/rel-2-1/build.xml
>
> Modified: jakarta/jmeter/branches/rel-2-1/build.xml
> URL:
> http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/build.xml?rev=345294&r1=345293&r2=345294&view=diff
>
> ==============================================================================
> --- jakarta/jmeter/branches/rel-2-1/build.xml (original)
> +++ jakarta/jmeter/branches/rel-2-1/build.xml Thu Nov 17 10:02:27 2005
> @@ -651,6 +651,7 @@
> <path refid="classpath"/>
> <pathelement location="${build.jorphan}"/>
> <pathelement location="${build.core}"/>
> + <pathelement location="${build.components}"/>
> </classpath>
> </javac>
> </target>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org
>
>