annotate .classpath @ 110:8ae522e1a4bf

add jar (junit and protobuf)
author kazz
date Wed, 04 Aug 2010 21:41:39 +0900
parents e56d1f7af5ce
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
083a0b5e12cc Apply Debug Interface version start
fuchita
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
083a0b5e12cc Apply Debug Interface version start
fuchita
parents:
diff changeset
2 <classpath>
083a0b5e12cc Apply Debug Interface version start
fuchita
parents:
diff changeset
3 <classpathentry kind="src" path="src"/>
083a0b5e12cc Apply Debug Interface version start
fuchita
parents:
diff changeset
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
110
8ae522e1a4bf add jar (junit and protobuf)
kazz
parents: 54
diff changeset
5 <classpathentry kind="lib" path="lib/protobuf-java-2.3.0.jar"/>
8ae522e1a4bf add jar (junit and protobuf)
kazz
parents: 54
diff changeset
6 <classpathentry kind="lib" path="lib/junit.jar"/>
0
083a0b5e12cc Apply Debug Interface version start
fuchita
parents:
diff changeset
7 <classpathentry kind="output" path="bin"/>
083a0b5e12cc Apply Debug Interface version start
fuchita
parents:
diff changeset
8 </classpath>