Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] How to exclude eclipsec.exe in a product build?

In your eclipse-repository project, assuming that you have a <product-id>.product file, you can place another file in the same directory called <product-id>.p2.inf 

For the contents of your p2.inf file you can put a p2 touchpoint to remove the file:

instructions.configure=org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/eclipsec.exe);

HTH,
Greg

On Mon, Aug 6, 2012 at 11:20 PM, Jens Theeß <theess@xxxxxxxxxxxx> wrote:
Hi,

is it possible to exclude the "eclipsec.exe" from a product built using the "eclipse-repository" packaging? We fear that an additional executable in the product will confuse some of our customers. I'm using Tycho 0.15.0.

Greetings,
Jens

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



--
Greg Amerson
Liferay, Inc.
www.liferay.com
---
8-9 October 2012 | Liferay North America Symposium | liferay.com/northamerica2012
16-17 October 2012 | Liferay Europe Symposium | liferay.com/europe2012
24-25 October 2012 | Liferay Spain Symposium | liferay.com/spain2012


Back to the top