You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by re...@locus.apache.org on 2000/06/15 05:23:55 UTC

cvs commit: jakarta-slide build.xml

remm        00/06/14 20:23:55

  Modified:    .        build.xml
  Log:
  - Fix to the avalon-dist target
  
  Revision  Changes    Path
  1.14      +3 -0      jakarta-slide/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml	2000/06/14 06:22:59	1.13
  +++ build.xml	2000/06/15 03:23:55	1.14
  @@ -237,6 +237,9 @@
        basedir="${catalina.build}/classes"
        manifest="${slide.build}/classes/MANIFEST.MF" 
        includes="LICENSE,README,CHANGELOG,conf/**,org/apache/tomcat/**" />
  +    <copydir src="src/conf/catalina/standalone" 
  +     dest="${avalon.dist}/bin" 
  +     excludes="**/bin/**,**/CVS/**" />
       
     </target>