Hi,

I am trying to exclude some packages of my source tree from the automatically generated jar file. Is that possible?

For example, if I have the following source tree

+- src/ |
  +- main/
     +- java/
        +- com/
           +- mycompany/
              +- package1/
| +- ... |
              +- package2/
| +- ... |
              +- package3/
| +- ... |


Is there a way to exclude all files from package3 or a specific file from package3 in my jar file?
Thanks,

-Alexander

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

Reply via email to