annotate .classpath @ 345:8f71c3e6f11d

Change directory structure Maven standard
author sugi
date Wed, 16 Apr 2014 18:26:07 +0900
parents 9e84deb9b1e0
children d46c42352e4f
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.eclipse.jdt.launching.JRE_CONTAINER"/>
8f71c3e6f11d Change directory structure Maven standard
sugi
parents: 316
diff changeset
8 <classpathentry exported="true" kind="con" path="org.springsource.ide.eclipse.gradle.classpathcontainer"/>
8f71c3e6f11d Change directory structure Maven standard
sugi
parents: 316
diff changeset
9 <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
10 <classpathentry kind="output" path="bin"/>
eacd64821039 init project
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
11 </classpath>