You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@hyperreal.org on 1999/11/28 19:03:37 UTC

cvs commit: jakarta-tomcat build.xml

costin      99/11/28 10:03:36

  Modified:    .        build.xml
  Log:
  Added tomcat.conf to the generated build.
  
  Revision  Changes    Path
  1.12      +1 -0      jakarta-tomcat/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml	1999/11/06 00:19:44	1.11
  +++ build.xml	1999/11/28 18:03:36	1.12
  @@ -40,6 +40,7 @@
       <copyfile src="LICENSE" dest="${tomcat.build}/LICENSE"/>
       <copyfile src="src/etc/readme" dest="${tomcat.build}/README"/>
       <copyfile src="src/etc/faq" dest="${tomcat.build}/FAQ"/>
  +    <copyfile src="src/etc/tomcat.conf" dest="${tomcat.build}/etc/tomcat.conf"/>
   
       <copyfile src="src/etc/SimpleStartup.java"
                 dest="${tomcat.build}/etc/SimpleStartup.java"/>