File: .classpath

package info (click to toggle)
openjfx 11.0.11%2B0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 275,424 kB
  • sloc: cpp: 1,732,108; java: 773,686; ansic: 578,662; xml: 78,166; perl: 20,754; javascript: 17,832; objc: 17,397; ruby: 13,675; asm: 9,171; python: 8,857; sh: 3,719; makefile: 2,975; yacc: 405
file content (22 lines) | stat: -rw-r--r-- 872 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<classpath>
  <classpathentry kind="output" path="bin"/>
  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
  <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
  <classpathentry kind="src" exported="true" path="src/main/java"/>
  <classpathentry kind="src" exported="true" path="src/test/java">
  <attributes>
      <attribute name="optional" value="true"/>
    </attributes>
  </classpathentry>
  <classpathentry kind="src" exported="true" path="src/main/resources">
  <attributes>
      <attribute name="optional" value="true"/>
    </attributes>
  </classpathentry>
  <classpathentry kind="src" exported="true" path="src/test/resources">
  <attributes>
      <attribute name="optional" value="true"/>
    </attributes>
  </classpathentry>
  <classpathentry kind="src" exported="true" path="/controls"/>
</classpath>