An empty bin directory, or bin and its contents? I could have sworn the
latter. If not, check src.xml too I used the same pattern there.
On Oct 27, 2010 5:57 PM, "Benson Margulies" <[email protected]> wrote:
> from distribution/src/main/assembly/bin.xml, this won't put anything
> into examples except bin.
>
> <fileSet>
> <directory>../examples/bin</directory>
> <outputDirectory>examples/bin</outputDirectory>
> <fileMode>0755</fileMode>
> <excludes>
> <exclude>work</exclude>
> <exclude>work/**</exclude>
> </excludes>
> </fileSet>