Author: sebb
Date: Sat Jan 9 14:58:56 2010
New Revision: 897466
URL: http://svn.apache.org/viewvc?rev=897466&view=rev
Log:
Document tweaks
Modified:
jakarta/jmeter/trunk/build.xml
Modified: jakarta/jmeter/trunk/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=897466&r1=897465&r2=897466&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Sat Jan 9 14:58:56 2010
@@ -984,11 +984,14 @@
<!-- Exclude any files that might be present from testing the release -->
<exclude name="${dest.jar.jmeter}/*.log"/>
<include name="${dest.jar.jmeter}/examples/**"/>
+ <!-- JMX files are in the non-native section -->
<exclude name="${dest.jar.jmeter}/examples/*.jmx"/>
<include name="${dest.printable_docs}/**"/>
+ <!-- Binary file types -->
<exclude name="${dest.printable_docs}/**/*.pdf"/>
<exclude name="${dest.printable_docs}/**/*.jmx"/>
<include name="${extras.dir}/**"/>
+ <!-- Binary file types -->
<exclude name="${extras.dir}/*.jar"/>
<exclude name="${extras.dir}/*.jpg"/>
<exclude name="${extras.dir}/*.jmx"/>
@@ -1033,10 +1036,12 @@
<include name="NOTICE"/>
<include name="README"/>
<include name="${src.dir}/**"/>
+ <!-- Exclude binary types -->
<exclude name="${src.dir}/**/*.gif"/>
<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 name="${src.docs}/images/**"/>
<exclude name="${src.docs}/**/*.jmx"/>
<exclude name="${src.docs}/**/*.pdf"/>
@@ -1047,6 +1052,7 @@
<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: [email protected]
For additional commands, e-mail: [email protected]