Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/docs/examples/config.xml
blob: 7198e37bc3e0ec4ac4d09f0f7ae0ce340511c42b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<muthris>
	<config>
		<!-- Contains a listing of all the folders that should be scanned for levels (.mlvl files) -->
		<level-folders>
			<folder location='/home/doug/workspace/Muthris/docs/examples'/>
		</level-folders>
		
		<!--  -->
		<settings>
		
		</settings>
	</config>
</muthris>