forked from splunk/splunk-sdk-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
37 lines (37 loc) · 2.07 KB
/
.classpath
File metadata and controls
37 lines (37 loc) · 2.07 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
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="splunk"/>
<classpathentry kind="src" path="splunk-sdk"/>
<classpathentry kind="src" path="tests"/>
<classpathentry kind="src" path="examples/explorer"/>
<classpathentry kind="src" path="examples/export"/>
<classpathentry kind="src" path="examples/index"/>
<classpathentry kind="src" path="examples/info"/>
<classpathentry kind="src" path="examples/search"/>
<classpathentry kind="src" path="examples/search_blocking"/>
<classpathentry kind="src" path="examples/search_oneshot"/>
<classpathentry kind="src" path="examples/search_realtime"/>
<classpathentry kind="src" path="examples/spurl"/>
<classpathentry kind="src" path="examples/tail"/>
<classpathentry kind="lib" path="lib/commons-cli-1.2.jar"/>
<classpathentry kind="lib" path="lib/junit-4.8.1.jar"/>
<classpathentry kind="lib" path="lib/org-openide-actions.jar"/>
<classpathentry kind="lib" path="lib/org-openide-awt.jar"/>
<classpathentry kind="lib" path="lib/org-openide-compat.jar"/>
<classpathentry kind="lib" path="lib/org-openide-dialogs.jar"/>
<classpathentry kind="lib" path="lib/org-openide-execution.jar"/>
<classpathentry kind="lib" path="lib/org-openide-explorer.jar"/>
<classpathentry kind="lib" path="lib/org-openide-filesystems.jar"/>
<classpathentry kind="lib" path="lib/org-openide-io.jar"/>
<classpathentry kind="lib" path="lib/org-openide-loaders.jar"/>
<classpathentry kind="lib" path="lib/org-openide-modules.jar"/>
<classpathentry kind="lib" path="lib/org-openide-nodes.jar"/>
<classpathentry kind="lib" path="lib/org-openide-options.jar"/>
<classpathentry kind="lib" path="lib/org-openide-text.jar"/>
<classpathentry kind="lib" path="lib/org-openide-util-enumerations.jar"/>
<classpathentry kind="lib" path="lib/org-openide-util-lookup.jar"/>
<classpathentry kind="lib" path="lib/org-openide-util.jar"/>
<classpathentry kind="lib" path="lib/org-openide-windows.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="out/production/tests"/>
</classpath>