view .classpath @ 110:8ae522e1a4bf

add jar (junit and protobuf)
author kazz
date Wed, 04 Aug 2010 21:41:39 +0900
parents e56d1f7af5ce
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="lib" path="lib/protobuf-java-2.3.0.jar"/>
	<classpathentry kind="lib" path="lib/junit.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>