On 3/29/06, Dennis Kempin <[EMAIL PROTECTED]> wrote:
> I would like to have a "./src/main/api" folder besides "./src/main/java"
> and pack them into two different jars, to provide a single jar that only
> contains the API that is needed to use my library.
Typically you would create a parent project with two subprojects: api
and core, for example. In other words, your directories would become
api/src/main/java
and
core/src/main/java
Jochen
--
Whenever you find yourself on the side of the
majority, it is time to pause and reflect.
(Mark Twain)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]