annotate .classpath @ 19:ea83f4be0cc9
remove is and os
fix numberOfRectangle fill().
author |
Taninari YU <you@cr.ie.u-ryukyu.ac.jp> |
date |
Wed, 29 Aug 2012 21:28:18 +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>
|