<?xml version="1.0"?>
<!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
	<id>yodaofdarkness:tagging</id>
	<name>Simple Tagging</name>
	<type>modification</type>
	<version>1.0.2</version>

	<install for="2.0 RC1 - 2.0.99">
		<code>install.php</code>
		<readme type="file" parsebbc="true">readme.txt</readme>
		<modification type="file" format="xml">install.xml</modification>
		<modification type="file" format="xml">install_display_template.xml</modification>
		<modification type="file" format="xml">languages.xml</modification>
		<require-file name="Tagging.php" destination="$sourcedir" />
		<require-file name="Tagging.template.php" destination="$themedir" />
		<require-file name="tagging.js" destination="$boarddir/Themes/default/scripts" />
	</install>

	<upgrade from="1.0">
		<readme type="file" parsebbc="true">readme.txt</readme>
		<modification type="file" format="xml">upgrade_1-0.xml</modification>
		<require-file name="tagging.js" destination="$boarddir/Themes/default/scripts" />
	</upgrade>

	<upgrade from="1.0.1">
		<readme type="file" parsebbc="true">readme.txt</readme>
		<modification type="file" format="xml">upgrade_1-0-1.xml</modification>
	</upgrade>

	<uninstall>
		<modification type="file" format="xml" reverse="true">install.xml</modification>
		<modification type="file" format="xml" reverse="true">install_display_template.xml</modification>
		<modification type="file" format="xml" reverse="true">languages.xml</modification>
		<remove-file name="$sourcedir/Tagging.php" />
		<remove-file name="$themedir/Tagging.template.php" />
		<remove-file name="$boarddir/Themes/default/scripts/tagging.js" />
	</uninstall>
</package-info>
