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 2010/01/09 16:19:20 UTC

svn commit: r897475 - /jakarta/jmeter/trunk/build.xml

Author: sebb
Date: Sat Jan  9 15:19:20 2010
New Revision: 897475

URL: http://svn.apache.org/viewvc?rev=897475&view=rev
Log:
Inaccurate comment

Modified:
    jakarta/jmeter/trunk/build.xml

Modified: jakarta/jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=897475&r1=897474&r2=897475&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Sat Jan  9 15:19:20 2010
@@ -1041,7 +1041,7 @@
     <exclude name="${src.dir}/**/*.jpg"/>
     <exclude name="${src.dir}/**/*.png"/>
     <include name="${src.docs}/**"/>
-    <!-- Exclude binary types (and JMX, which are not OS-dependent) -->
+    <!-- Exclude binary types (and JMX/JTL, which are not OS-dependent) -->
     <exclude name="${src.docs}/images/**"/>
     <exclude name="${src.docs}/**/*.jmx"/>
     <exclude name="${src.docs}/**/*.pdf"/>
@@ -1052,7 +1052,6 @@
     <include name="build.properties"/>
     <include name="${dest.jar.jmeter}/testfiles/**"/>
     <exclude name="${dest.jar.jmeter}/testfiles/*.jmx"/>
-  	<!-- JTL are temporary log files -->
     <exclude name="${dest.jar.jmeter}/testfiles/*.jtl"/>
     <!-- This one is generated with EOL=LF -->
     <exclude name="${dest.jar.jmeter}/testfiles/BatchTestLocal.xml"/>



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