I'm trying to build an update site using tycho. This update site includes one feature. When I tried to build the update site it was built successfully.
But in the feature I want a certain file to be exist inside the eclipse root after installation of this update site.
So I wrote this in the build.properties
file in the feature:
root.folder.try = file:try.exe
But it gave me a build error.
I packaged the update site using eclipse-repository
and the feature using eclipse-feature
.