<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wink Saville's Blog &#187; Uncategorized</title>
	<atom:link href="http://www.winksaville.com/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.winksaville.com/blog</link>
	<description>My personal notes</description>
	<lastBuildDate>Tue, 08 Sep 2009 14:45:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>git-svn: A workflow</title>
		<link>http://www.winksaville.com/blog/uncategorized/git-svn-a-workflow/</link>
		<comments>http://www.winksaville.com/blog/uncategorized/git-svn-a-workflow/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 21:09:48 +0000</pubDate>
		<dc:creator>wink</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.winksaville.com/blog/uncategorized/git-svn-a-workflow/</guid>
		<description><![CDATA[I&#8217;ve open sourced some code of mine at googlecode.com, http://async-msgcomp.googlecode.com which uses subversion, but at home I&#8217;m using git. Turns out that git supports a bi-directional mechanism for working locally in git but easily using svn as a remote repository.
In my workflow I also have a local server with remote git repository and I&#8217;d like [...]]]></description>
		<wfw:commentRss>http://www.winksaville.com/blog/uncategorized/git-svn-a-workflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android &#8211; use dx to convert a &#8220;.jar&#8221; file to a &#8220;.dex&#8221; file</title>
		<link>http://www.winksaville.com/blog/uncategorized/android-use-dx-to-convert-a-jar-file-to-a-dex-file/</link>
		<comments>http://www.winksaville.com/blog/uncategorized/android-use-dx-to-convert-a-jar-file-to-a-dex-file/#comments</comments>
		<pubDate>Mon, 24 Dec 2007 02:53:09 +0000</pubDate>
		<dc:creator>wink</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.winksaville.com/blog/uncategorized/android-use-dx-to-convert-a-jar-file-to-a-dex-file/</guid>
		<description><![CDATA[If you want to use ant with a buld.xml file to one of the operations that needs to be done is to convert a &#8220;.class&#8221; files to a &#8220;.dex&#8221;. One way to do this using dx is to convert an entire &#8220;.jar&#8221; file. The following command converts com.saville.android.debug.jar, a jar file with two classes, Log [...]]]></description>
		<wfw:commentRss>http://www.winksaville.com/blog/uncategorized/android-use-dx-to-convert-a-jar-file-to-a-dex-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
