Wizard actions

This block is optional, it defines additional actions to do after creating the project.

action

<action>
	<run>
	...
	<open>
	...
</action>
			

It represents the action block and contains any number of run and open elements. All these actions are executed in order.

run

<run command=command />
			

This element allow to run the command command after creating the new project. The output of the command is redirected to one Anjuta message window.

open

<open file=file_name />
			

This element will open the file file_name in Anjuta.