Build.properties - Valid Tycho String Entries

When I create an Eclipse plug-in project, and then try to create it using Maven / Tycho, one of the generated files will be the build.properties file. It contains several entries that describe how much of the project will be built.

My question is: what are the valid entries for the build.properties file in the Tycho assembly? Is there any official documentation where I can see all valid entries?

+4
source share
2 answers

Starting with Tycho 0.21.0, there is a documentation page in which all build.properties entries are supported by Tycho . It also points to alternatives for unsupported entries.

+5
source

Cm.

Plug-in Development Environment Guide > Reference > Build Configuration Feature and Plug-in Build Configuration Properties 

in the eclipse reference documentation.

0
source

All Articles