annotate .classpath @ 346:d46c42352e4f

change images position. It is under src/main/resources
author sugi
date Mon, 21 Apr 2014 19:57:44 +0900
parents 8f71c3e6f11d
children f025283c1e2a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
eacd64821039 init project
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
eacd64821039 init project
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 <classpath>
345
8f71c3e6f11d Change directory structure Maven standard
sugi
parents: 316
diff changeset
3 <classpathentry kind="src" path="src/main/java"/>
8f71c3e6f11d Change directory structure Maven standard
sugi
parents: 316
diff changeset
4 <classpathentry kind="src" path="src/main/resources"/>
8f71c3e6f11d Change directory structure Maven standard
sugi
parents: 316
diff changeset
5 <classpathentry kind="src" path="src/test/java"/>
8f71c3e6f11d Change directory structure Maven standard
sugi
parents: 316
diff changeset
6 <classpathentry kind="src" path="src/test/resources"/>
8f71c3e6f11d Change directory structure Maven standard
sugi
parents: 316
diff changeset
7 <classpathentry exported="true" kind="con" path="org.springsource.ide.eclipse.gradle.classpathcontainer"/>
8f71c3e6f11d Change directory structure Maven standard
sugi
parents: 316
diff changeset
8 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
0
eacd64821039 init project
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
9 <classpathentry kind="output" path="bin"/>
eacd64821039 init project
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
10 </classpath>