blob: ae62baa74502c8421cd102a6d2c6a509b1ad79b0 (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="api/|env/|processing/domaingraph/applet/|yacy/|api/bookmarks/|api/bookmarks/posts/|api/bookmarks/tags/|api/bookmarks/xbel/|solr/|gsa/|solr/collection1/|api/blacklists/|proxymsg/|p2p/" kind="src" path="htroot"/>
<classpathentry kind="src" path="source"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=yacy&ivyXmlPath=ivy.xml&confs=compile">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/solr9-bridge-solr-api-9.10.1.jar"/>
<classpathentry kind="lib" path="lib/solr9-bridge-solr-core-9.10.1.jar"/>
<classpathentry kind="lib" path="lib/solr9-bridge-solr-scripting-9.10.1.jar"/>
<classpathentry kind="lib" path="lib/solr9-bridge-solr-solrj-9.10.1.jar"/>
<classpathentry kind="lib" path="lib/solr9-bridge-solr-solrj-streaming-9.10.1.jar"/>
<classpathentry kind="lib" path="lib/solr9-bridge-solr-solrj-zookeeper-9.10.1.jar"/>
<classpathentry kind="lib" path="lib/solr9-bridge-jetty-alpn-java-client-10.0.26.jar"/>
<classpathentry kind="lib" path="lib/solr9-bridge-jetty-client-10.0.26.jar"/>
<classpathentry kind="lib" path="lib/solr9-bridge-jetty-http-10.0.26.jar"/>
<classpathentry kind="lib" path="lib/solr9-bridge-jetty-io-10.0.26.jar"/>
<classpathentry kind="lib" path="lib/solr9-bridge-jetty-util-10.0.26.jar"/>
<classpathentry kind="lib" path="lib/solr9-bridge-http2-client-10.0.26.jar"/>
<classpathentry kind="lib" path="lib/solr9-bridge-http2-common-10.0.26.jar"/>
<classpathentry kind="lib" path="lib/solr9-bridge-http2-http-client-transport-10.0.26.jar"/>
<classpathentry kind="output" path="gen"/>
</classpath>
|