<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="http://www.fustrate.com/dev/sources/Other/package-info.xsl"?>
<!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>fustrate:toksta</id>
	<name>Toksta Integration</name>
	<type>modification</type>
	<version>1.0.1</version>


	<!-- SMF 1.1.x -->


	<install for="1.1 - 1.1.99">
		<readme type="file" parsebbc="true">readme.txt</readme>
		<modification type="file" format="xml">install_1-1.xml</modification>
		<require-file name="toksta_controller.html" destination="$boarddir" />
	</install>

	<uninstall for="1.1 - 1.1.99">
		<modification type="file" format="xml" reverse="true">install_1-1.xml</modification>
		<remove-file name="$boarddir/toksta_controller.html" />
	</uninstall>

	<upgrade from="1.0" for="1.1 - 1.1.99">
		<readme type="file" parsebbc="true">readme.txt</readme>
		<modification type="file" format="xml">upgrade_1-0_smf1-1-x.xml</modification>
	</upgrade>


	<!-- SMF 2.0 -->


	<install for="2.0 - 2.0 RC2">
		<readme type="file" parsebbc="true">readme.txt</readme>
		<modification type="file" format="xml">install_2-0.xml</modification>
		<require-file name="toksta_controller.html" destination="$boarddir" />
	</install>

	<uninstall for="2.0 - 2.0 RC2">
		<modification type="file" format="xml" reverse="true">install_2-0.xml</modification>
		<remove-file name="$boarddir/toksta_controller.html" />
	</uninstall>

	<upgrade from="1.0" for="2.0 - 2.0 RC2">
		<readme type="file" parsebbc="true">readme.txt</readme>
		<modification type="file" format="xml">upgrade_1-0_smf2-0.xml</modification>
	</upgrade>
</package-info>
