Example
The following plugin.xml file specifies that the
myAntTargetBeforeChunk target is always run before the chunk step in the
pre-processing stage.
<plugin id="com.example.extendchunk">
<feature extension="depend.preprocess.chunk.pre"
value="myAntTargetBeforeChunk"/>
</plugin>
It assumes that the myAntTargetBeforeChunk target has already been defined and
integrated.