You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-dev@james.apache.org by si...@james.apache.org on 2004/04/16 07:04:33 UTC

[Apache James Wiki] Updated: CustomMailetPackages

   Date: 2004-04-15T22:04:32
   Editor: 64.0.254.106 <>
   Wiki: Apache James Wiki
   Page: CustomMailetPackages
   URL: http://wiki.apache.org/james/CustomMailetPackages

   Corrected typo in ant file snippet: 'SARINF' should be 'SAR-INF'

Change Log:

------------------------------------------------------------------------------
@@ -94,10 +94,10 @@
 
 
 
-           <echo>Updating [${sar.work.dir}/SARINF/lib/james.jar] by adding our custom mailet classes from [${compiled.dir}] </echo>
-           <jar jarfile="${sar.work.dir}/SARINF/lib/james.jar" basedir="${compiled.dir}" update="true" />
+           <echo>Updating [${sar.work.dir}/SAR-INF/lib/james.jar] by adding our custom mailet classes from [${compiled.dir}] </echo>
+           <jar jarfile="${sar.work.dir}/SAR-INF/lib/james.jar" basedir="${compiled.dir}" update="true" />
 
-           <echo>Re-adding [${sar.work.dir}/SARINF/lib/james.jar] into [${updated.sar.file}]</echo>
+           <echo>Re-adding [${sar.work.dir}/SAR-INF/lib/james.jar] into [${updated.sar.file}]</echo>
 
            <copy file="${src.sar.file}" todir="${dist}" />