The POM-less Eclipse projects that Tycho now supports (see http://blog.vogella.com/2015/12/15/pom-less-tycho-builds-for-structured-environments/) are not recognised by version-tiger, so I guess their MANIFEST.MF files will need to be updated by hand. It shouldn't be too difficult to
- recognise child projects without POM (i.e. children of projects with POM) that look like Eclipse plugin, test, feature and repo projects and follow Tycho's naming conventions
- make re-versioning behave as if they had a POM, i.e. update the MANIFEST.MF according to the parent's (new) version.
It does not make sense to be able to select (or de-select) such POM-less projects independently from their parents (with pom), but the user interface could indicate they are considered and will be update, e.g. by auto-(de)selecting them with their parent.
The POM-less Eclipse projects that Tycho now supports (see http://blog.vogella.com/2015/12/15/pom-less-tycho-builds-for-structured-environments/) are not recognised by version-tiger, so I guess their MANIFEST.MF files will need to be updated by hand. It shouldn't be too difficult to
It does not make sense to be able to select (or de-select) such POM-less projects independently from their parents (with pom), but the user interface could indicate they are considered and will be update, e.g. by auto-(de)selecting them with their parent.