Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] Purpose of generate.feature@ in build.properties



----- Original Message -----
> From: "Lars Vogel" <lars.vogel@xxxxxxxxxxx>
> To: "Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>
> Sent: Tuesday, 12 January, 2016 1:04:30 PM
> Subject: [platform-releng-dev] Purpose of generate.feature@ in	build.properties
> 
> Friends of Platform releng,
> 
> I'm noticed generate.feature@ entries in the build.properties of
> several features in releng. I have
> not noticed such entries before.
> 
> How is this information used?

Hey Lars,
I think this is leftover from the old pde.build. See [1] for how it was used.
With Tycho generating source features nowadays all these generate.feature directives are configurations for tycho-source-feature-plugin in the respective feature pom.xml.
IMHO, could safely be deleted.

[1] http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Ftasks%2Fpde_source_generation.htm



Alexander Kurtakov
Red Hat Eclipse team

> 
> For example in org.eclipse.sdk (feature)
> 
> generate.feature@org.eclipse.platform.source=org.eclipse.platform,feature@xxxxxxxxxxxxxxx.source,feature@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.source;optional="true",plugin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx;unpack="false",\
>   plugin@xxxxxxxxxxxxxx.source;version=1.8.4.qualifier;unpack="false",\
>   plugin@xxxxxxxxxxxxxxx.source;version=0.1.46.qualifier;unpack="false",\
>   exclude@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> 
> Best regards, Lars
> 
> --
> Eclipse Platform UI and e4 project co-lead
> CEO vogella GmbH
> 
> Haindaalwisch 17a, 22395 Hamburg
> Amtsgericht Hamburg: HRB 127058
> Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
> USt-IdNr.: DE284122352
> Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web:
> http://www.vogella.com
> _______________________________________________
> platform-releng-dev mailing list
> platform-releng-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/platform-releng-dev


Back to the top