File: .classpath

package info (click to toggle)
piccolo 1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,676 kB
  • sloc: java: 16,496; xml: 259; sh: 18; makefile: 12
file content (11 lines) | stat: -rw-r--r-- 485 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry kind="src" path="src"/>
    <classpathentry kind="src" path="tests"/>
    <classpathentry kind="src" path="examples"/>
    <classpathentry kind="src" path="extras"/>
    <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
    <classpathentry kind="lib" path="lib/junit.jar"/>
    <classpathentry kind="lib" path="lib/swt.jar"/>
    <classpathentry kind="output" path="build"/>
</classpath>