pgoldstein    2002/12/14 12:41:36

  Modified:    .        build.xml
  Log:
  Updating product version to 2.1
  Adding fixcrlf statements for the xdocs and the generated HTML.
  Fixing the source distributions so that they include required Phoenix files.
  
  Revision  Changes    Path
  1.115     +9 -2      jakarta-james/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/build.xml,v
  retrieving revision 1.114
  retrieving revision 1.115
  diff -u -r1.114 -r1.115
  --- build.xml 30 Oct 2002 21:04:12 -0000      1.114
  +++ build.xml 14 Dec 2002 20:41:36 -0000      1.115
  @@ -27,7 +27,7 @@
       <property file="${user.home}/.ant.properties"/>
       <property name="name" value="james"/>
       <property name="Name" value="James"/>
  -    <property name="version" value="2.1a1-cvs"/>
  +    <property name="version" value="2.1"/>
       <property name="year" value="1999-2002"/>
       <!-- There should be no need to override default compiler but need to change
       javac task to run without this -->
  @@ -170,6 +170,7 @@
           <fixcrlf srcdir="${java.dir}" includes="**/*.minfo" eol="lf" tab="remove" 
tablength="4" />
           <fixcrlf srcdir="${java.dir}" includes="**/*.xinfo" eol="lf" tab="remove" 
tablength="4" />
           <fixcrlf srcdir="${java.dir}" includes="**/*.html" eol="lf" tab="remove" 
tablength="4" />
  +        <fixcrlf srcdir="${xdocs.dir}" includes="**/*.xml" eol="lf" tab="remove" 
tablength="4" />
           <fixcrlf srcdir="${conf.dir}" includes="**/*.xml" eol="lf" tab="remove" 
tablength="4" />
           <fixcrlf srcdir="${dist.dir}/bin" includes="run.sh" eol="lf"/>
           <fixcrlf srcdir="${dist.dir}/bin" includes="run.bat" eol="crlf"/>
  @@ -337,6 +338,8 @@
                   <include name="mailet/**"/>
               </fileset>
           </copy>
  +        <fixcrlf srcdir="${www.dir}" includes="**/*.html" eol="lf" tab="remove" 
tablength="4" />
  +        <fixcrlf srcdir="${www.dir}" includes="**/*.css" eol="lf" tab="remove" 
tablength="4" />
       </target>
       <!--
          ===================================================================
  @@ -445,6 +448,7 @@
               <fileset dir=".">
                   <include name="src/**"/>
                   <include name="lib/**"/>
  +                <include name="${phoenix.lib.dir}/**"/>
                   <include name="proposals/**"/>
                   <include name="www/**"/>
                   <include name="tools/**"/>
  @@ -459,6 +463,7 @@
               <tarfileset dir="." username="${name}" group="${name}">
                   <include name="src/**"/>
                   <include name="lib/**"/>
  +                <include name="${phoenix.lib.dir}/**"/>
                   <include name="proposals/**"/>
                   <include name="www/**"/>
                   <include name="tools/**"/>
  @@ -484,6 +489,7 @@
                   <include name="README"/>
                   <include name="build.*"/>
                   <include name="lib/**"/>
  +                <include name="${phoenix.dir}/**"/>
                   <include name="proposals/**"/>
                   <include name="src/**"/>
                   <include name="tools/**"/>
  @@ -501,6 +507,7 @@
                   <include name="README"/>
                   <include name="build.*"/>
                   <include name="lib/**"/>
  +                <include name="${phoenix.dir}/**"/>
                   <include name="proposals/**"/>
                   <include name="src/**"/>
                   <include name="tools/**"/>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to