You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by nb...@apache.org on 2004/02/18 22:52:11 UTC

cvs commit: jakarta-velocity-tools build.xml

nbubna      2004/02/18 13:52:11

  Modified:    .        build.xml
  Log:
  use license 2.0 and include NOTICE file in distros
  
  Revision  Changes    Path
  1.36      +23 -7     jakarta-velocity-tools/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/build.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- build.xml	30 Jan 2004 00:58:01 -0000	1.35
  +++ build.xml	18 Feb 2004 21:52:11 -0000	1.36
  @@ -1,4 +1,18 @@
   <!--
  +  Copyright 2003-2004 The Apache Software Foundation.
  +
  +  Licensed under the Apache License, Version 2.0 (the "License");
  +  you may not use this file except in compliance with the License.
  +  You may obtain a copy of the License at
  +
  +     http://www.apache.org/licenses/LICENSE-2.0
  +
  +  Unless required by applicable law or agreed to in writing, software
  +  distributed under the License is distributed on an "AS IS" BASIS,
  +  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +  See the License for the specific language governing permissions and
  +  limitations under the License.
  +
     $Id$
   -->
   <project name="velocity-tools" default="all" basedir=".">
  @@ -387,6 +401,14 @@
             depends="jar.struts,jar.view,jar.generic,examples,javadoc,docs"
             description="Builds everything and creates the binary distribution files">
   
  +    <!-- Gather misc docs/files -->
  +    <mkdir dir="${release.dir}"/>
  +    <copy todir="${release.dir}" file="${basedir}/LICENSE"/>
  +    <copy todir="${release.dir}" file="${basedir}/NOTICE"/>
  +    <copy todir="${release.dir}" file="${basedir}/STATUS"/>
  +    <copy todir="${release.dir}" file="${basedir}/README.txt"/>
  +    <copy todir="${release.dir}" file="${basedir}/WHY_THREE_JARS.txt"/>
  +
       <!-- Gather all project jars -->
       <mkdir dir="${release.dir}/lib"/>
       <copy todir="${release.dir}/lib">
  @@ -419,12 +441,6 @@
           <include name="**" />
         </fileset>
       </copy>
  -
  -    <!-- Gather misc docs/files -->
  -    <copy todir="${release.dir}" file="${basedir}/README.txt"/>
  -    <copy todir="${release.dir}" file="${basedir}/STATUS"/>
  -    <copy todir="${release.dir}" file="${basedir}/LICENSE"/>
  -    <copy todir="${release.dir}" file="${basedir}/WHY_THREE_JARS.txt"/>
   
       <!-- Create binary distribution files -->
       <zip zipfile="${dist.dir}/${project.id}.zip"
  
  
  

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