annotate .classpath @ 164:28cd6a6c524d

add screen capture example
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 19 Oct 2011 11:57:14 +0900
parents fc77596d3064
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
cbe9c4ac0369 change to javaproject
e085711
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
cbe9c4ac0369 change to javaproject
e085711
parents:
diff changeset
2 <classpath>
cbe9c4ac0369 change to javaproject
e085711
parents:
diff changeset
3 <classpathentry kind="src" path="src"/>
cbe9c4ac0369 change to javaproject
e085711
parents:
diff changeset
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
88
9b3b1e3e7db5 add test routine
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 1
diff changeset
5 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
1
cbe9c4ac0369 change to javaproject
e085711
parents:
diff changeset
6 <classpathentry kind="output" path="bin"/>
cbe9c4ac0369 change to javaproject
e085711
parents:
diff changeset
7 </classpath>