Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] eclipse plugin with embedded jars?

Sure. Just configure the Maven build to copy the file into your source tree, and add that jar through an entry in the Bundle-ClassPath header. You may also need to include the library in the build.properties.

Regards
Tobias

> -----Original Message-----
> From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-
> bounces@xxxxxxxxxxx] On Behalf Of Walter A. Boring IV
> Sent: Samstag, 8. Oktober 2011 01:00
> To: Tycho user list
> Subject: [tycho-user] eclipse plugin with embedded jars?
> 
> Is there a way to get tycho to embed external jars into an eclipse
> plugin jar that tycho builds?
> 
> Thanks,
> Walt
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top