You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2003/11/13 09:33:44 UTC

cvs commit: jakarta-tomcat-5 build.xml

remm        2003/11/13 00:33:44

  Modified:    .        build.xml
  Log:
  - Include the manager in the embed package.
  
  Revision  Changes    Path
  1.167     +6 -3      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.166
  retrieving revision 1.167
  diff -u -r1.166 -r1.167
  --- build.xml	11 Nov 2003 10:59:26 -0000	1.166
  +++ build.xml	13 Nov 2003 08:33:44 -0000	1.167
  @@ -489,7 +489,7 @@
     </target>
   -->
   
  -  <target name="build-all" depends="init,deploy-static,build,build-webapps,embed,compat,deployer" 
  +  <target name="build-all" depends="init,deploy-static,build,build-webapps,compat,deployer" 
             description="build tomcat, webapps, embed, compat, deployer" />
   
   
  @@ -700,7 +700,10 @@
   
       <mkdir dir="embed/webapps"/>
       <copy todir="embed/webapps" >
  -       <fileset dir="build/webapps" includes="ROOT/**"/>
  +       <fileset dir="dist/webapps" includes="ROOT/**"/>
  +    </copy>
  +    <copy todir="embed/webapps" >
  +       <fileset dir="dist/server/webapps" includes="manager/**"/>
       </copy>
       
     </target>
  @@ -1257,7 +1260,7 @@
   
   
     <!-- ====================== DIST: Create Archives ======================= -->
  -  <target name="dist" depends="deploy,dist-static,dist-javadoc"
  +  <target name="dist" depends="deploy,dist-static,dist-javadoc,embed"
      description="Create binary distribution">
     </target>
   
  
  
  

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