Closed istvanrath closed 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).
Observed with e.g. the validation generator: an erroneous "queries/" entry is added to the build.properties file, which results in a warning.