<?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/">
	<name>Simple Theme Changer</name>
	<id>fustrate:themechanger</id>
	<type>modification</type>
	<version>1.0.3</version>

	<!-- SMF 2.0 -->

	<install for="2.0-2.0.99">
		<readme type="file" parsebbc="true">readme.txt</readme>
		<modification>install_2-0.xml</modification>
		<modification>languages.xml</modification>
	</install>

	<uninstall for="2.0-2.0.99">
		<readme type="inline">I'm sorry that things didn't work out between us... we can still be friends though!</readme>
		<modification reverse="true">install_2-0.xml</modification>
		<modification reverse="true">languages.xml</modification>
	</uninstall>

	<!-- SMF 1.1 -->

	<install for="1.1-1.1.99">
		<readme type="file" parsebbc="true">readme.txt</readme>
		<modification>install_1-1-x.xml</modification>
		<modification>languages.xml</modification>
	</install>

	<uninstall for="1.1-1.1.99">
		<readme type="inline">I'm sorry that things didn't work out between us... we can still be friends though!</readme>
		<modification reverse="true">install_1-1-x.xml</modification>
		<modification reverse="true">languages.xml</modification>
	</uninstall>
</package-info>
