Switch to unified view

a/.classpath b/.classpath
...
...
20
    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
20
    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
21
        <attributes>
21
        <attributes>
22
            <attribute name="maven.pomderived" value="true"/>
22
            <attribute name="maven.pomderived" value="true"/>
23
        </attributes>
23
        </attributes>
24
    </classpathentry>
24
    </classpathentry>
25
  <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
26
      <attributes>
27
          <attribute name="maven.pomderived" value="true"/>
28
      </attributes>
29
  </classpathentry>
30
  <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
31
      <attributes>
32
          <attribute name="maven.pomderived" value="true"/>
33
      </attributes>
34
  </classpathentry>
25
    <classpathentry kind="output" path="target/classes"/>
35
    <classpathentry kind="output" path="target/classes"/>
26
</classpath>
36
</classpath>