annotate .classpath @ 29:57eb5575e6c4
MyRfbProto for client and proxy.
author |
one |
date |
Sat, 01 Sep 2012 20:08:03 +0900 |
parents |
30bd62abf424 |
children |
f70008073a03 |
rev |
line source |
5
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
|
2 <classpath>
|
|
3 <classpathentry kind="src" path="src/main/java"/>
|
|
4 <classpathentry kind="src" path="src/viewer_swing/java"/>
|
|
5 <classpathentry kind="src" path="src/viewer_swing/resources"/>
|
7
|
6 <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
7 <classpathentry exported="true" kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
|
|
8 <classpathentry kind="output" path="bin"/>
|
5
|
9 </classpath>
|