Author: sebb
Date: Sun Nov 29 13:38:52 2009
New Revision: 885226

URL: http://svn.apache.org/viewvc?rev=885226&view=rev
Log:
Standardise on pathelement location

Modified:
    jakarta/jmeter/trunk/build.xml

Modified: jakarta/jmeter/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=885226&r1=885225&r2=885226&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Sun Nov 29 13:38:52 2009
@@ -705,13 +705,13 @@
     <rmic base="${build.core}" 
classname="org.apache.jmeter.engine.RemoteJMeterEngineImpl">
       <classpath>
         <pathelement location="${build.jorphan}"/>
-        <pathelement path="${build.core}"/>
+        <pathelement location="${build.core}"/>
         <path refid="classpath"/>
       </classpath>
     </rmic>
     <rmic base="${build.core}" 
classname="org.apache.jmeter.samplers.RemoteSampleListenerImpl">
       <classpath>
-        <pathelement path="${build.core}"/>
+        <pathelement location="${build.core}"/>
         <path refid="classpath"/>
       </classpath>
     </rmic>



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

Reply via email to