<?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>fustrate:whiteboard</id>
	<name>Whiteboard</name>
	<version>1.0</version>
	<type>modification</type>

	<install for="2.0 RC1">
		<readme type="file" parsebbc="true">readme.txt</readme>
		<code>install.php</code>
		<modification format="xml" type="file">install.xml</modification>

		<require-file name="Whiteboard.php" destination="$sourcedir" />
		<require-file name="Whiteboard.template.php" destination="$themedir" />
		<require-file name="Whiteboard.english.php" destination="$languagedir" />
		<require-file name="Whiteboard.english-utf8.php" destination="$languagedir" />
	</install>

	<uninstall for="2.0 RC1">
		<modification format="xml" type="file" reverse="true">install.xml</modification>

		<remove-file name="$sourcedir/Whiteboard.php" />
		<remove-file name="$themedir/Whiteboard.template.php" />
		<remove-file name="$languagedir/Whiteboard.english.php" />
		<remove-file name="$languagedir/Whiteboard.english-utf8.php" />
	</uninstall>
</package-info>
