<?xml version="1.0" encoding="utf-8"?>
<install type="component" version="1.5.0">
	<name>Cart32</name>
	<!-- The following elements are optional and free of formatting conttraints -->
	<creationDate>2010-02-15</creationDate>
	<author>Shannon McMurtrey</author>
	<authorEmail>shannon@cart32.com</authorEmail>
	<authorUrl>http://www.cart32.com</authorUrl>
	<copyright>Copyright 2010</copyright>
	<license>Cart32.com</license>
	<!--  The version string is recorded in the components table -->
	<version>7.00</version>
	<!-- The description is optional and defaults to the name -->
	<description>Cart32 Administration panel for Joomla</description>

	<!-- Site Main File Copy Section -->
	<!-- Note the folder attribute: This attribute describes the folder
      to copy FROM in the package to install therefore files copied
      in this section are copied from /site/ in the package -->
	<files folder="site">
		<filename>controller.php</filename>
		<filename>cart32.php</filename>
		<filename>index.html</filename>
		<filename>views/index.html</filename>
		<filename>views/cart32/index.html</filename>
		<filename>views/cart32/view.html.php</filename>
		<filename>views/cart32/tmpl/default.php</filename>
		<filename>views/cart32/tmpl/index.html</filename>
	</files>

	<administration>
		<!-- Administration Menu Section -->
		<menu>Cart32 Administration Panel</menu>

		<!-- Administration Main File Copy Section -->
		<files folder="admin">
			<filename>cart32.php</filename>
			<filename>index.html</filename>
		</files>  
	</administration>
</install>
