<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="system">
	<name>System - Koowa</name>
	<author>Johan Janssens</author>
	<creationDate>February 2008</creationDate>
	<copyright>(C) 2007 - 2010 Johan Janssens. All rights reserved.</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.0</version>
	<description>Rapid Extension Development framework. Please check if you have PHP 5.2+ before publishing this plugin.</description>	
	
	<!--  Files -->
	<files folder="plugins/system">
		<filename plugin="koowa">koowa.php</filename>
	</files>
	
	<!--  Media -->
	<media destination="lib_koowa" folder="media/lib_koowa">
		<folder>images</folder>
		<folder>js</folder>
		<folder>css</folder>
	</media>
	
	<media destination="com_default" folder="media/com_default">
		<folder>images</folder>
		<folder>js</folder>
		<folder>css</folder>
	</media>
	
</install>