4

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?

oberlies
  • 11,503
  • 4
  • 63
  • 110
moisko
  • 101
  • 1
  • 10

2 Answers2

5

Since Tycho 0.21.0, there is a documentation page which lists all build.properties entries supported by Tycho. It also points to alternatives for non-supported entries.

oberlies
  • 11,503
  • 4
  • 63
  • 110
0

See

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

in your eclipse help documentation.

Torsten
  • 6,184
  • 1
  • 34
  • 31