<?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>[user] BBC Tag</name>
	<id>yodaofdarkness:userbbc</id>
	<type>modification</type>
	<version>1.0.1</version>

	<install>
		<modification type="file" format="xml">install.xml</modification>
		<readme type="file" parsebbc="true">readme.txt</readme>
	</install>

	<uninstall>
		<modification type="file" format="xml" reverse="true">install.xml</modification>
	</uninstall>

	<upgrade from="1.0">
		<modification type="file" format="xml">upgrade.xml</modification>
		<readme type="file" parsebbc="true">readme.txt</readme>
	</upgrade>
</package-info>