Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Creating Runnable-Jars like Eclipse Export does

Hi,

i'm trying to build runnable jars like the export wizard in eclipse produces. I found a lot of plugins and tutorials on how to that if you manage dependencies by maven. But i have an eclipse plugin and i'm building it using manifest first configuration. As the rest of the project is built in that way i don't want to change the whole thing for that single one and so i'm looking for a solution to do it the tycho way ;-) Is there one?

Regards,
Johannes

Back to the top