File: .classpath

package info (click to toggle)
closure-compiler 20130227%2Bdfsg1-10
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 12,776 kB
  • ctags: 45,946
  • sloc: java: 175,338; xml: 371; makefile: 19; sh: 6
file content (27 lines) | stat: -rw-r--r-- 1,360 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
        <classpathentry including="**/*.java" kind="src" output="build/test-classes" path="test"/>
        <classpathentry including="**/*.java" kind="src" path="src"/>
        <classpathentry including="**/*.java" kind="src" path="gen"/>
        <classpathentry kind="lib" path="lib/ant.jar"/>
        <classpathentry kind="lib" path="lib/ant-launcher.jar"/>
        <classpathentry kind="lib" path="lib/args4j.jar"/>
        <classpathentry kind="lib" path="lib/guava.jar"/>
        <classpathentry kind="lib" path="lib/jarjar.jar"/>
        <classpathentry kind="lib" path="lib/json.jar"/>
        <classpathentry kind="lib" path="lib/jsr305.jar"/>
        <classpathentry kind="lib" path="lib/junit.jar"/>
        <classpathentry kind="lib" path="lib/caja-r4314.jar"/>
        <classpathentry kind="lib" path="lib/protobuf-java.jar"/>

        <!--
        You need to tell Eclipse to build the compiler jar first, and then
        normal source warnings will work because it will pick up the artifact.

        If anyone has any better ideas, I'd be glad to hear them.
        -->
        <classpathentry kind="lib" path="build/lib/rhino.jar"/>

        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="output" path="build/classes"/>
</classpath>