forked from google/closure-compiler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
25 lines (22 loc) · 1.21 KB
/
.classpath
File metadata and controls
25 lines (22 loc) · 1.21 KB
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
<?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/json.jar"/>
<classpathentry kind="lib" path="lib/jsr305.jar"/>
<classpathentry kind="lib" path="lib/junit.jar"/>
<classpathentry kind="lib" path="lib/mockito-core.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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>