Target responsible for delegating target calls to plug-in's build.xml
scripts. Plugins are sorted according to the requires chain. Fragments
are inserted afterward
throws: CoreException -
Return a properties object constructed from the build.properties file
for the given feature. If no file exists, then an empty properties
object is returned.
Properties the feature's build.properties throws: CoreException - See Also: Feature
getNormalizedName
public static String getNormalizedName(IFeature feature)(Code)
public void setAnalyseChildren(boolean generate)(Code)
Set the boolean for whether or not children scripts should be generated.
Parameters: generate - true if the children scripts should begenerated, false otherwise
setBinaryFeatureGeneration
public void setBinaryFeatureGeneration(boolean binaryFeatureGeneration)(Code)
Sets the binaryFeatureGeneration.
Parameters: binaryFeatureGeneration - The binaryFeatureGeneration to set