On Fri, 12 Apr 2002, S�ren Neigaard <[EMAIL PROTECTED]> wrote:
> If I have the following structure:
> 
> /build/dk
> /build/test
> 
> Each containing classes, and "dk" and "test" being Java
> packages. How do I then make a JAR containing only the "dk" package?

<jar ...>
  <fileset dir="/build" includes="dk/**" />
</jar>

You really should try reading the manual.

Stefan

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

Reply via email to