<macromedia-extension
	name="Layers Commands"
	version="1.0"
	type="Command">

	<!-- List the required/compatible products -->
	
	<products>
		<product name="Fireworks" version="6" primary="true" /> 
	</products> 

	<!-- Describe the author -->
	
	<author name="Macromedia" />

	<!-- Describe the extension -->
	
	<description>
	<![CDATA[
	Commands include Distribute to Layers, Hide Other Layers and Lock Other Layers.<BR>
	Distribute to Layers distributes the selected object(s) to all layers.<BR>
	Hide Other Layers hides all layers except the current layer.<BR>
	Lock Other Layers locks all layers except the layer currently being edited.
	]]>
	</description>

	<!-- Describe where the extension shows in the UI of the product -->

	<ui-access>
	<![CDATA[
	To use one of these commands, choose Commands > Document, and then choose the command from the submenu.
	]]>
	</ui-access>

	<!-- Describe the files that comprise the extension -->
	
	<files>
		<file name="Distribute to Layers.jsf" destination="$fireworks/configuration/commands/Document/" />
		<file name="Hide Other Layers.jsf" destination="$fireworks/configuration/commands/Document/" />
		<file name="Lock Other Layers.jsf" destination="$fireworks/configuration/commands/Document/" />
	</files>

	<!-- Describe the changes to the configuration -->
	
	<configuration-changes>
	</configuration-changes>

</macromedia-extension>