<?xml version="1.0" encoding="utf-8"?>
<install type="component" version="1.5.0" method="upgrade">
	<name>extensions</name>
	<author>Nooku Project</author>
	<creationDate>April 2010</creationDate>
	<copyright>Copyright (C) 2010 Timble CVBA and Contributors. (http://www.timble.net)</copyright>
	<license>GNU GPLv3 - http://www.gnu.org/licenses/gpl.html</license>
	<authorEmail>info@nooku.org</authorEmail>
	<authorUrl>www.nooku.org</authorUrl>
	<version>0.7</version>
	<description>This is an install and update component for the framework and any core and/or third party Nooku extensions. </description>

	<!-- Application/administrator -->
	<administration>

			<files folder="administrator/components/com_extensions">

				<file>README.php</file>
				<file>extensions.php</file>

				<folder>controllers</folder>
				<folder>helpers</folder>
				<folder>install</folder>
				<folder>models</folder>
				<folder>views</folder>

			</files>

			<languages>
				
			</languages>

	</administration>

	<!--  Media -->
	<media destination="com_extensions" folder="media/com_extensions">
		<folder>js</folder>
		<folder>css</folder>
		<folder>images</folder>
	</media>

	<installfile>install/install.php</installfile>
	<uninstallfile>install/uninstall.php</uninstallfile>

	<languages>
		
	</languages>

	<!-- Application/framework -->
	<framework>

		<file>/plugins/koowa/default.php</file>
		<file>/plugins/system/koowa.php</file>
		<file>/plugins/system/koowa.xml</file>

		<folder src="/site/components/com_default">/components/com_default</folder>
		<folder src="/site/modules/mod_default">/modules/mod_default</folder>
		<folder>/administrator/components/com_default</folder>
		<folder>/administrator/modules/mod_default</folder>
		<folder>/libraries/koowa</folder>
		<folder>/media/lib_koowa</folder>

	</framework>

</install>