

When generating individual source bundles, this changes to be based on a given ugin property was used by features to include source without having a source feature (even though behind the scenes an entire source feature was generated). This can be accomplished with the addition of arguments to the generate.feature ugin generates a source bundle based on a given feature. Some plug-ins that were included in the originating feature (ie doc plugins) may not have source and should be excluded from the generated source feature. This is useful for adding doc plug-ins to the source feature. Plug-ins that were included in the source feature via the syntax will not get corresponding source bundles. In the new way, the source feature will include a source bundle for each plug-in/fragment listed in the original feature. Before, the source feature would have included 1 source plugin + a source fragment for each platform being built. In a feature's build.properties file, the generate.feature property tells pde.build to generate a source = [, [, generating individual source bundles, this property remains as before, the difference will be noticed in the resulting source feature. However, generally, things are never that easy. If you are lucky, this is all that is required. This tells pde.build that you want to generate the new-style source bundles. In your build configuration's build.properties file, set the property 7 sourceTemplatePlugin vs sourceTemplateBundle.
