I'd like to review the contents of the release packages.  IMO, we don't need
to put generated files in the source releases.  The source releases don't,
but the source + phoenix releases do.  Neither needs to have the generated
HTML.

The following are based on the v2.1 branch; I haven't checked for any
packaging changes in HEAD.

The fileset for Source + Phoenix is:

   <fileset dir=".">
 -     <include name="${dist.dir}/**"/>
 -     <exclude name="${dist.dir}/downloads/**"/>
 -     <exclude name="${dist.dir}/apps/*.sar"/>
       <exclude name=""/>
       <include name="*.txt"/>
       <include name="*.xml"/>
       <include name="KEYS"/>
       <include name="README"/>
       <include name="build.*"/>
       <include name="lib/**"/>
       <include name="${phoenix.dir}/**"/>
       <include name="proposals/**"/>
       <include name="src/**"/>
       <include name="tools/**"/>
 -     <include name="www/**"/>
 +     <include name="www/rfclist/**"/>
   </fileset>

The -/+ indicate changes that would remove dist and the generated www/ from
the package.  I don't see why they are included, since they are generated.

The fileset for Source is:

   <fileset dir=".">
       <include name="src/**"/>
       <include name="lib/**"/>
 -     <include name="${phoenix.lib.dir}/**"/>
       <include name="proposals/**"/>
 -     <include name="www/**"/>
 +     <include name="www/rfclist/**"/>
       <include name="tools/**"/>
       <include name="*.xml"/>
       <include name="*.txt"/>
       <include name="README"/>
       <include name="KEYS"/>
       <include name="build.*"/>
   </fileset>

dist/ isn't present, but I'd remove the generated www/ and the phoenix lib,
since I'm just not sure why phoenix-bin/lib/ is included if phoenix-bin
isn't.

The binary and binary w/Mailet SDK package contents seem to be appropriate.

        --- Noel


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

Reply via email to