You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by la...@locus.apache.org on 2000/09/10 21:00:40 UTC

cvs commit: jakarta-tomcat build.xml

larryi      00/09/10 12:00:40

  Modified:    .        build.xml
  Log:
  Include facade22 source with "dist" build
  
  Revision  Changes    Path
  1.79      +1 -0      jakarta-tomcat/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- build.xml	2000/09/09 23:28:04	1.78
  +++ build.xml	2000/09/10 19:00:40	1.79
  @@ -428,6 +428,7 @@
       <mkdir dir="${tomcat.home}"/>
       <copydir src="${tomcat.build}" dest="${tomcat.home}"/>
       <copydir src="src/share/org" dest="${tomcat.home}/src/org"/>
  +    <copydir src="src/facade22/org" dest="${tomcat.home}/src/org"/>
       <copyfile src="${servlet.jar}" dest="${tomcat.home}/lib/servlet.jar"/>
       <copyfile src="${jaxp}/jaxp.jar" dest="${tomcat.home}/lib/jaxp.jar"/>
       <copyfile src="${jaxp}/parser.jar" dest="${tomcat.home}/lib/parser.jar"/>