forked from senseidb/bobo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
39 lines (39 loc) · 2.53 KB
/
.classpath
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
38
39
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="bobo-bench/src"/>
<classpathentry kind="src" path="bobo-perf/src"/>
<classpathentry kind="src" path="bobo-tools/src"/>
<classpathentry kind="src" path="bobo-solr/src"/>
<classpathentry kind="src" path="bobo-browse/src"/>
<classpathentry kind="src" path="bobo-service/src"/>
<classpathentry kind="src" path="test/src"/>
<classpathentry exported="true" kind="lib" path="lib/master/commons-cli.jar"/>
<classpathentry exported="true" kind="lib" path="lib/master/commons-collections.jar"/>
<classpathentry exported="true" kind="lib" path="lib/master/commons-digester.jar"/>
<classpathentry exported="true" kind="lib" path="lib/master/commons-httpclient.jar"/>
<classpathentry exported="true" kind="lib" path="lib/master/commons-logging.jar"/>
<classpathentry exported="true" kind="lib" path="lib/master/dwr.jar"/>
<classpathentry exported="true" kind="lib" path="lib/master/fastutil.jar"/>
<classpathentry exported="true" kind="lib" path="lib/master/json.jar"/>
<classpathentry exported="true" kind="lib" path="lib/master/log4j.jar"/>
<classpathentry exported="true" kind="lib" path="lib/master/servlet-api.jar"/>
<classpathentry exported="true" kind="lib" path="lib/master/spring-webmvc.jar"/>
<classpathentry exported="true" kind="lib" path="lib/master/spring.jar"/>
<classpathentry exported="true" kind="lib" path="lib/master/xercesImpl.jar"/>
<classpathentry exported="true" kind="lib" path="lib/master/xmlParserAPIs.jar"/>
<classpathentry exported="true" kind="lib" path="lib/master/xstream.jar"/>
<classpathentry exported="true" kind="lib" path="lib/test/junit.jar"/>
<classpathentry exported="true" kind="lib" path="lib/master/commons-configuration.jar"/>
<classpathentry exported="true" kind="lib" path="lib/master/commons-lang.jar"/>
<classpathentry exported="true" kind="lib" path="lib/solr/solr-core.jar"/>
<classpathentry exported="true" kind="lib" path="lib/solr/solr-solrj.jar"/>
<classpathentry exported="true" kind="lib" path="lib/master/ant.jar"/>
<classpathentry kind="lib" path="lib/master/zoie-2.0.0.jar"/>
<classpathentry kind="lib" path="lib/solr/commons-codec.jar"/>
<classpathentry kind="lib" path="lib/solr/slf4j-api.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/master/kamikaze.jar"/>
<classpathentry kind="lib" path="lib/master/protobuf-java.jar"/>
<classpathentry kind="lib" path="lib/master/lucene-core.jar"/>
<classpathentry kind="output" path="output"/>
</classpath>