You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2004/03/27 00:21:17 UTC

cvs commit: jakarta-tapestry/support build.xml

hlship      2004/03/26 15:21:17

  Modified:    support  build.xml
  Log:
  Cleanup some of the dynamic download logic in the build scripts.
  
  Revision  Changes    Path
  1.7       +3 -1      jakarta-tapestry/support/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/support/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml	4 Feb 2004 22:46:04 -0000	1.6
  +++ build.xml	26 Mar 2004 23:21:17 -0000	1.7
  @@ -44,7 +44,9 @@
   
   		<copy file="build.properties" todir="${work.dir}/config"/>
   		
  -		<ant inheritAll="false" dir="${work.dir}" target="dist"/>
  +		<ant inheritAll="false" dir="${work.dir}" target="dist">
  +			<property name="ext.dist.dir" location="ext-dist"/>
  +		</ant>
   		
   		<property file="${work.dir}/config/Version.properties"/>
   
  
  
  

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