jar {
    into( 'META-INF/lib' ) {
        from configurations.runtime
    }
}

I believe

On Wed, 2010-06-23 at 16:57 +0200, Sten Roger Sandvik wrote:
> 
> Hi.
> 
> Using gradle 0.9-preview-3 and have some trouble using copyspec in
> jar. Want to include some jars (not explode) into my target jar. My
> code right now is this:
> 
>     jar {
>         from configurations.runtime
>         into 'META-INF/lib'
>     }
> 
> When using this all my other files are also placed under META-INF/lib
> not just the runtime jar's. Tried a couple of variants, but no luck.
> Any tips?
> 
> BR,
> Sten Roger Sandvik
> 

-- 
Steve Ebersole <[email protected]>
http://hibernate.org


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to