summaryrefslogtreecommitdiffstats
path: root/.classpath
blob: 7f8bc252a996900ae00125cde9c7dd42a40c109e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <!-- Defines your source folder -->
  <classpathentry kind="src" output="bin/classes" path="src/main/java"> 
    <attributes>
      <attribute name="optional" value="true"/>
  </attributes>
  </classpathentry>
  <classpathentry kind="src" output="bin/test-classes" path="src/test/java">
    <attributes>
      <attribute name="optional" value="true"/>
      <attribute name="test" value="true"/>
    </attributes>
  </classpathentry>
    <!-- Defines the standard Java System Library -->
    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    <!-- Defines where compiled .class files go -->
    <classpathentry kind="output" path="bin"/>
</classpath>