The sample plug-in includes the Container-create.xml file in the plans directory. This file defines the steps to be performed by the plug-in, and the components to use in these steps.
This sample plan contains the following elements.
The simpleSteps element calls the install block create.
The component element directs the plan to use the create install steps specified in the Container component
<?xml version="1.0" encoding="UTF-8"?> <executionPlan xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' name='Container-create' version='5.2' xsi:schemaLocation='http://www.sun.com/schema/SPS plan.xsd' xmlns='http://www.sun.com/schema/SPS' path='/com/sun/solaris'> <simpleSteps> <install blockName='create'> <component name='Container' path='/com/sun/solaris'></component> </install> </simpleSteps> </executionPlan>