<macromedia-extension
	name="Resize Selected Objects"
	version="1.0"
	type="Command">

	<!-- List the required/compatible products -->
	
	<products>
		<product name="Fireworks" version="6" primary="true" /> 
	</products> 

	<!-- Describe the author -->
	
	<author name="John Dunning" />

	<!-- Describe the extension -->
	
	<description>
	<![CDATA[
	This command lets you make precise, single-pixel adjustments to the size of a selected object without using the Scale tool.  It resizes each selected object independently, which the Scale tool cannot do.
	]]>
	</description>

	<!-- Describe where the extension shows in the UI of the product -->

	<ui-access>
	<![CDATA[
	To use Resize Selected Objects, select an object, and then choose Commands > Resize Selected Objects.
	]]>
	</ui-access>

	<!-- Describe the files that comprise the extension -->
	
	<files>
		<file name="Resize Selected Objects.swf" destination="$fireworks/configuration/commands/" />
	</files>

	<!-- Describe the changes to the configuration -->
	
	<configuration-changes>
	</configuration-changes>

</macromedia-extension>