summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorMichael Christen <m.christen@radeberger-gruppe.de>2020-01-15 15:24:36 +0100
committerMichael Christen <m.christen@radeberger-gruppe.de>2020-01-15 15:24:36 +0100
commit4ccd1ea3c063fb3a8b1bfa6be6424f1147c86c4f (patch)
treea69e0abc8d40a956fabc965dcaf1b016b236fe9a /.classpath
parenta20b61f5c0ef7f0c94b2b454d03d8d4c00bcb5d9 (diff)
new servlet path "p2p"
with a test class. Call the class with http://localhost:8090/p2p/seeds.json
Diffstat (limited to '.classpath')
-rw-r--r--.classpath3
1 files changed, 2 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index 3026d1981..11fbb40ce 100644
--- a/.classpath
+++ b/.classpath
@@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="src" path="source"/>
<classpathentry kind="src" path="test/java"/>
- <classpathentry excluding="api/|env/|processing/domaingraph/applet/|yacy/|api/bookmarks/|api/ymarks/|api/bookmarks/posts/|api/bookmarks/tags/|api/bookmarks/xbel/|solr/|gsa/|solr/collection1/|api/blacklists/|proxymsg/" kind="src" path="htroot"/>
+ <classpathentry excluding="api/|env/|processing/domaingraph/applet/|yacy/|api/bookmarks/|api/ymarks/|api/bookmarks/posts/|api/bookmarks/tags/|api/bookmarks/xbel/|solr/|gsa/|solr/collection1/|api/blacklists/|proxymsg/|p2p/" kind="src" path="htroot"/>
<classpathentry excluding="bookmarks/|ymarks/|bookmarks/posts/|bookmarks/tags/|bookmarks/xbel/|blacklists/" kind="src" path="htroot/api"/>
<classpathentry kind="src" path="htroot/env"/>
<classpathentry kind="src" path="htroot/yacy"/>
@@ -13,6 +13,7 @@
<classpathentry kind="src" path="htroot/api/bookmarks/xbel"/>
<classpathentry kind="src" path="htroot/api/blacklists"/>
<classpathentry kind="src" path="htroot/proxymsg"/>
+ <classpathentry kind="src" path="htroot/p2p"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="lib/J7Zip-modified.jar"/>