Folks,

    <zip zipfile="${bin.dist.dir}/src.zip" compress="false">
        <zipfileset dir="src/java"/>
    </zip>

The above seems to be typical in build files.  i.e. binary distributions 
include source.

I'm a little uncomfortable as this means that downloaders can see source 
but have no ability to compile it as related non java source and files 
are missing.  Are we really happy with this?

- Paul


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

Reply via email to