misko / misko-hevery-blog (http://misko.hevery.com/)

Public repository for my blog posts

Clone this repository (size: 237.2 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/misko/misko-hevery-blog/
commit 5: 150ce85fe2cf
parent 4: 3535123542d8
branch: default
tags: tip
move code into package
Misko Hevery / misko
4 months ago
r5:150ce85fe2cf 8 loc 324 bytes embed / history / annotate / raw /
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="src" path="src-test"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="lib" path="libs/junit.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>