<macromedia-extension
	name="Add Arrowheads"
	version="1.0"
	type="Command">

	<!-- List the required/compatible products -->
	
	<products>
		<product name="Fireworks" version="6" primary="true" /> 
	</products> 

	<!-- Describe the author -->
	
	<author name="Kleanthis Economou" />

	<!-- Describe the extension -->
	
	<description>
	<![CDATA[
	This command allows you to add any of 17 arrowhead styles to selected open paths.
	]]>
	</description>

	<!-- Describe where the extension shows in the UI of the product -->

	<ui-access>
	<![CDATA[
	To use Arrowheads, select an open vector path, then in the Commands menu select Creative > Add Arrowheads.
	]]>
	</ui-access>

	<!-- Describe the files that comprise the extension -->
	
	<files>
		<file name="Add Arrowheads.swf" destination="$fireworks/configuration/commands/Creative/" />
	</files>

	<!-- Describe the changes to the configuration -->
	
	<configuration-changes>
	</configuration-changes>

</macromedia-extension>