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?
source share