forked from google/closure-compiler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
17 lines (17 loc) · 947 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/debugger/**|**/gwt/**" including="**/*.java|**/*.js|**/*.properties" kind="src" path="src"/>
<classpathentry including="**/*.java" kind="src" path="gen"/>
<classpathentry including="**/*.java" kind="src" output="build/test-classes" path="test"/>
<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/gson.jar"/>
<classpathentry kind="lib" path="lib/guava.jar"/>
<classpathentry kind="lib" path="lib/jsr305.jar"/>
<classpathentry kind="lib" path="lib/junit.jar"/>
<classpathentry kind="lib" path="lib/protobuf-java.jar"/>
<classpathentry kind="lib" path="lib/truth.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>