sbrewin     2004/02/21 09:33:40

  Modified:    .        build.xml
  Log:
  Fix for http://nagoya.apache.org/jira/secure/ViewIssue.jspa?key=JAMES-154

  

  Updated build.xml to copy ../apps/conf/james-fetchmail.xml and 
../apps/conf/samples/james/*.xml to the .sar.
  
  Revision  Changes    Path
  1.143     +12 -5     james-server/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/james-server/build.xml,v
  retrieving revision 1.142
  retrieving revision 1.143
  diff -u -r1.142 -r1.143
  --- build.xml 19 Feb 2004 10:12:34 -0000      1.142
  +++ build.xml 21 Feb 2004 17:33:40 -0000      1.143
  @@ -207,10 +207,10 @@
       -->
       <target name="prepare-mxinfo">
          <phoenix-mxinfo destdir="${build.classes}">
  -       <fileset dir="${java.dir}">
  -         <include name="**" />
  -       </fileset>
  -       <mxinfo/>
  +         <fileset dir="${java.dir}">
  +           <include name="**" />
  +         </fileset>
  +         <mxinfo/>
          </phoenix-mxinfo>
       </target>
   
  @@ -485,10 +485,17 @@
             <include name="cornerstone-sockets-impl-1.0.jar"/>
             <include name="cornerstone-datasources-api-1.0.jar"/>
             <include name="cornerstone-datasources-impl-1.0.jar"/>
  +          
           </lib>
           <zipfileset dir="${conf.dir}" fullpath="conf/sqlResources.xml">
             <include name="sqlResources.xml"/>
           </zipfileset>
  +        <zipfileset dir="${conf.dir}" fullpath="conf/james-fetchmail.xml">
  +          <include name="james-fetchmail.xml"/>
  +        </zipfileset>
  +        <zipfileset dir="${conf.dir}/samples/fetchmail" 
prefix="conf/samples/fetchmail">
  +          <include name="*.xml"/>
  +        </zipfileset>                
         </sar>
       </target>
   
  
  
  

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

Reply via email to