When I create Eclipse plug-in project, and after that try to build it with Maven/Tycho, one of the generated files is build.properties file. It contains several entries which describe what part of the project to be built.
My question is, what are the valid entries for build.properties file in a Tycho build? Is there any official documentation where I can see all valid entries for it?