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 2007/07/04 03:51:41 UTC

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

Author: sebb
Date: Tue Jul  3 18:51:40 2007
New Revision: 553038

URL: http://svn.apache.org/viewvc?view=rev&rev=553038
Log:
Don't create site or api docs at distribution time as they are in SVN

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

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=553038&r1=553037&r2=553038
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/build.xml (original)
+++ jakarta/jmeter/branches/rel-2-2/build.xml Tue Jul  3 18:51:40 2007
@@ -1063,7 +1063,7 @@
 	Creates runtime and source distributions and site documentation
 	-->
 	<target name="distribution" 
-		depends="clean,install,docs-all,test,_distribution"
+		depends="clean,install,docs-printable,test,_distribution"
 		description="Build JMeter for end-user distribution"/>
 
 	<target
@@ -1303,8 +1303,6 @@
     <delete file="${lib.dir}/jorphan.jar"/>
     <delete dir="${dest.jar}" includes="*.jar"/>
     <delete dir="${build.dir}"/>
-    <delete dir="${dest.docs.api}"/>
-    <delete dir="${dest.docs}"/>
     <delete dir="${dest.printable_docs}"/>
     <delete dir="${dist.dir}"/>
     <delete dir="${site.dir}"/>
@@ -1384,9 +1382,6 @@
         <fileset file="${src.docs}/usermanual/*.pdf"/>
     </copy>
   </target>
-
-  <target name="docs-all" depends="docs-site,docs-printable,docs-api" 
-  	description="Generate documentation. (site, printable, api)"/>
 
   <target name="test" depends="compile-tests,_test,batchtest" description="Run tests"/>
   



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