Author: sebb
Date: Fri Apr 27 16:44:53 2007
New Revision: 533259

URL: http://svn.apache.org/viewvc?view=rev&rev=533259
Log:
Now using commons-net

Added:
    jakarta/jmeter/branches/rel-2-2/lib/commons-net-1.4.1.jar   (with props)
Modified:
    jakarta/jmeter/branches/rel-2-2/build.properties
    jakarta/jmeter/branches/rel-2-2/build.xml
    jakarta/jmeter/branches/rel-2-2/eclipse.classpath

Modified: jakarta/jmeter/branches/rel-2-2/build.properties
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/build.properties?view=diff&rev=533259&r1=533258&r2=533259
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/build.properties (original)
+++ jakarta/jmeter/branches/rel-2-2/build.properties Fri Apr 27 16:44:53 2007
@@ -11,6 +11,7 @@
 # commons-lang is currently only needed by velocity; but could be useful for 
BeanShell
 commons-lang.jar            = ${lib.dir}/commons-lang-2.3.jar
 commons-logging.jar         = ${lib.dir}/commons-logging-1.1.jar
+commons-net.jar             = ${lib.dir}/commons-net-1.4.1.jar
 
 excalibur-compatibility.jar = ${lib.dir}/excalibur-compatibility-1.1.jar
 excalibur-datasource.jar    = ${lib.dir}/excalibur-datasource-1.1.1.jar

Modified: jakarta/jmeter/branches/rel-2-2/build.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/build.xml?view=diff&rev=533259&r1=533258&r2=533259
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/build.xml (original)
+++ jakarta/jmeter/branches/rel-2-2/build.xml Fri Apr 27 16:44:53 2007
@@ -298,6 +298,7 @@
     <include name="${commons-jexl.jar}"/>
     <include name="${commons-lang.jar}"/>
     <include name="${commons-logging.jar}"/>
+    <include name="${commons-net.jar}"/>
     <include name="${excalibur-logger.jar}"/>
     <include name="${excalibur-i18n.jar}"/>
     <include name="${excalibur-compatibility.jar}"/>
@@ -349,6 +350,7 @@
     <pathelement location="${commons-jexl.jar}"/>
     <pathelement location="${commons-lang.jar}"/>
     <pathelement location="${commons-logging.jar}"/>
+    <pathelement location="${commons-net.jar}"/>
     <pathelement location="${excalibur-compatibility.jar}"/>
     <pathelement location="${excalibur-datasource.jar}"/>
     <pathelement location="${excalibur-i18n.jar}"/>

Modified: jakarta/jmeter/branches/rel-2-2/eclipse.classpath
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/eclipse.classpath?view=diff&rev=533259&r1=533258&r2=533259
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/eclipse.classpath (original)
+++ jakarta/jmeter/branches/rel-2-2/eclipse.classpath Fri Apr 27 16:44:53 2007
@@ -28,6 +28,7 @@
        <classpathentry kind="lib" path="lib/commons-jexl-1.1.jar"/>
        <classpathentry kind="lib" path="lib/commons-lang-2.3.jar"/>
        <classpathentry kind="lib" path="lib/commons-logging-1.1.jar"/>
+       <classpathentry kind="lib" path="lib/commons-net-1.4.1.jar"/>
        <classpathentry kind="lib" path="lib/excalibur-datasource-1.1.1.jar"/>
        <classpathentry kind="lib" path="lib/excalibur-instrument-1.0.jar"/>
        <classpathentry kind="lib" path="lib/excalibur-logger-1.1.jar"/>

Added: jakarta/jmeter/branches/rel-2-2/lib/commons-net-1.4.1.jar
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/lib/commons-net-1.4.1.jar?view=auto&rev=533259
==============================================================================
Binary file - no diff available.

Propchange: jakarta/jmeter/branches/rel-2-2/lib/commons-net-1.4.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to