<?xml version="1.0" encoding="UTF-8"?>
<BulkLoader >
	<name>lazyTest</name>
	<numConnections>5</numConnections>
	<logLevel>10</logLevel>
	<stringSubstitutions>
		<base_path>http://www.emptywhite.com/bulkloader-assets/</base_path>
		<sample_image>cats.jpg</sample_image>
	</stringSubstitutions>
	<allowsAutoIDFromFileName>true</allowsAutoIDFromFileName>
	
	<files>
		<file>
			<url>{base_path}cats.jpg</url>
		</file>
		<file>
			<url>{base_path}movie.flv</url>
			<pausedAtStart>true</pausedAtStart>
			<checkPolicyFile>true</checkPolicyFile>
			<maxTries>5</maxTries>
			<priority>100</priority>
			<weight>4</weight>
		</file>
		
		<file>
			<url>{base_path}some-text.txt</url>
			<preventCache>true</preventCache>
		</file>
		
		<file>
			<url>{base_path}sound-short.mp3</url>
			<id>the-sound</id>
		</file>
		
		<file>
			<url>{base_path}untyped-image</url>
			<type>image</type>
		</file>
		<file>
			<url>{base_path}samplexml.xml</url>
			<headers>
				<header1>value1</header1>
				<header2>value2</header2>
			</headers>
		</file>
		
	</files>
</BulkLoader>