summaryrefslogtreecommitdiffstats
path: root/filedistribution/pom.xml
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2016-08-26 15:18:27 +0200
committerArne H Juul <arnej@yahoo-inc.com>2016-08-31 10:37:15 +0200
commita20eb6eab5fe27128055f0f88166eec05e0413ac (patch)
treec958c9e3df840b07480ddfad7bf5138f68eb1035 /filedistribution/pom.xml
parentbca73f4f4e56d0a016b99b3917a075823c193c57 (diff)
subscribe to ranking constants config
* move the .def file for filedistributorrpc to fileacquirerer, and compile a minimal C++ library from it that can be used by both searchcore and file distribution * proton now subscribes to filedistributorrpc as a bootstrap config * and subscribes to ranking-constants as part of the documentdb config * when loading a config snapshot, make an empty ranking-constants.cfg if it did not already exist
Diffstat (limited to 'filedistribution/pom.xml')
-rw-r--r--filedistribution/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/filedistribution/pom.xml b/filedistribution/pom.xml
index d6885bc0667..c186f4928bb 100644
--- a/filedistribution/pom.xml
+++ b/filedistribution/pom.xml
@@ -29,8 +29,7 @@
<configuration>
<defFilesDirectories>
src/vespa/filedistribution/distributor,
- src/vespa/filedistribution/model,
- src/vespa/filedistribution/rpcconfig
+ src/vespa/filedistribution/model
</defFilesDirectories>
</configuration>
<executions>