viatra / EMF-IncQuery

This repository is only kept for historic reasons. All development happens on eclipse.org
http://eclipse.org/viatra
13 stars 4 forks source link

Generator fragments erroneously add "queries/" to build.properties #155

Closed istvanrath closed 12 years ago

istvanrath commented 12 years ago

Observed with e.g. the validation generator: an erroneous "queries/" entry is added to the build.properties file, which results in a warning.

abelhegedus commented 12 years ago

This is caused by the shared ProjectGenerationHelper.fillProjectMetadata method, where it is not yet possible to decide which project is built at the moment.

Once we sort out the TOOLS demo release changes and the master branch, I propose to change the IGenerationFragment interface with an added getAdditionalBinIncludes() or similar method, that would return the extra entries to be put into the bundleDesc (e.g. plugin.xml and queries/ for the main project).