You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tdk-dev@turbine.apache.org by jv...@apache.org on 2001/10/23 17:25:35 UTC

cvs commit: jakarta-turbine-tdk build-tomcat323.xml

jvanzyl     01/10/23 08:25:35

  Added:       .        build-tomcat323.xml
  Log:
  - build file for assembling the tdk with tomcat3
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-tdk/build-tomcat323.xml
  
  Index: build-tomcat323.xml
  ===================================================================
  <?xml version="1.0"?>
  <!-- Build file for creating the TDK -->
  
  <project name="container" default="main" basedir=".">
  
    <property file="${user.home}/build.properties" />
    <property file="build.properties" />
    <property file="build-tomcat323.properties"/>
    
    <target name="main">
      
      <copy todir="${tdk.root.dir}">
        <fileset dir="${tdk.tomcat.dist}">
          <exclude name="webapps/**"/>
          <exclude name="src/**"/>
          <exclude name="LICENSE"/>
          <exclude name="RELEASE*"/>
          <exclude name="NEW_SPECS.txt"/>
          <exclude name="KEYS"/>
        </fileset>
      </copy>
    
      <copy 
        todir="${tdk.share.dir}/lib"
        file="${tdk.servletJar}"
      />
  
      <copy todir="${tdk.root.dir}" overwrite="yes">
        <fileset dir="${tdk.containerSrc}/${tdk.servletContainer}"/>
      </copy>
  
      <chmod dir="${tdk.root.dir}/bin" perm="+x" includes="**/*.sh"/>
    </target>
  
    <target name="production-dist">
    </target>
  </project>
  
  
  

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