<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="http://git.oriontransfer.org/stylesheets/git-repo.xsl"?>
<!DOCTYPE repo [
  <!ELEMENT repo  (index)>
  <!ATTLIST repo  version CDATA #REQUIRED
                  href    CDATA #REQUIRED>
  <!ELEMENT index (updir?, (file | dir)*)>
  <!ATTLIST index name    CDATA #IMPLIED
                  path    CDATA #IMPLIED
                  rev     CDATA #IMPLIED>
  <!ELEMENT updir EMPTY>
  <!ELEMENT file  EMPTY>
  <!ATTLIST file  name    CDATA #REQUIRED
                  href    CDATA #REQUIRED>
  <!ELEMENT dir   EMPTY>
  <!ATTLIST dir   name    CDATA #REQUIRED
                  href    CDATA #REQUIRED>
]>
<repo version="git" href="http://www.oriontransfer.co.nz/">
	<index rev="9" path="Applications/GPSTool.git">
		<file name=".gitignore" href=".gitignore" />
		<file name=".gitmodules" href=".gitmodules" />
		<file name="COPYING.txt" href="COPYING.txt" />
		<file name="CREDITS.txt" href="CREDITS.txt" />
		<file name="Credits.rtf" href="Credits.rtf" />
		<dir name="External" href="External/" />
		<dir name="GPS Tool.xcodeproj" href="GPS+Tool.xcodeproj/" />
		<dir name="Plugins" href="Plugins/" />
		<dir name="Resources" href="Resources/" />
		<dir name="Source" href="Source/" />
	</index>
</repo>

