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 |
|
rev |
line source |
1
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
|
2 <classpath>
|
|
3 <classpathentry kind="src" path="src"/>
|
|
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
88
|
5 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
|
1
|
6 <classpathentry kind="output" path="bin"/>
|
|
7 </classpath>
|