Smalyshev has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/206471

Change subject: T97095: add customized web.xml with query runtime cap
......................................................................

T97095: add customized web.xml with query runtime cap

Change-Id: I341a24124e0ba55757f90deab1fc2bf5f1871971
---
M dist/pom.xml
M dist/src/assembly/dist.xml
M dist/src/script/RWStore.properties
3 files changed, 9 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikidata/query/rdf 
refs/changes/71/206471/1

diff --git a/dist/pom.xml b/dist/pom.xml
index 65952e4..ab05ee1 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -23,7 +23,7 @@
     <dependency>
       <groupId>com.bigdata</groupId>
       <artifactId>bigdata</artifactId>
-      <version>1.5.1</version>
+      <version>${blazegraph.version}</version>
       <type>war</type>
     </dependency>
     <dependency>
diff --git a/dist/src/assembly/dist.xml b/dist/src/assembly/dist.xml
index 398676e..772a779 100644
--- a/dist/src/assembly/dist.xml
+++ b/dist/src/assembly/dist.xml
@@ -18,10 +18,15 @@
     </fileSet>
 
     <fileSet>
+      <outputDirectory>blazegraph/WEB-INF</outputDirectory>
+      <directory>${project.basedir}/src/config</directory>
+    </fileSet>
+
+    <fileSet>
       <outputDirectory>lib</outputDirectory>
       <directory>${project.basedir}/../tools/target</directory>
       <includes>
-        
<include>wikidata-query-tools-0.0.1-SNAPSHOT-jar-with-dependencies.jar</include>
+        
<include>wikidata-query-tools-${pom.version}-jar-with-dependencies.jar</include>
       </includes>
     </fileSet>
 
diff --git a/dist/src/script/RWStore.properties 
b/dist/src/script/RWStore.properties
index d0d100a..d927d11 100644
--- a/dist/src/script/RWStore.properties
+++ b/dist/src/script/RWStore.properties
@@ -19,7 +19,8 @@
 
com.bigdata.rdf.store.AbstractTripleStore.axiomsClass=com.bigdata.rdf.axioms.NoAxioms
 
 # Use the default vocabulary for now.
-com.bigdata.rdf.store.AbstractTripleStore.vocabularyClass=com.bigdata.rdf.vocab.DefaultBigdataVocabulary
+com.bigdata.rdf.store.AbstractTripleStore.vocabularyClass=org.wikidata.query.rdf.blazegraph.WikibaseVocabulary$V001
+com.bigdata.rdf.store.AbstractTripleStore.inlineURIFactory=org.wikidata.query.rdf.blazegraph.WikibaseInlineUriFactory
 
com.bigdata.rdf.store.AbstractTripleStore.extensionFactoryClass=org.wikidata.query.rdf.blazegraph.WikibaseExtensionFactory
 
 # These seem to be ubiquitous overwrites.  Not sure why they aren't the 
default but it works.

-- 
To view, visit https://gerrit.wikimedia.org/r/206471
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I341a24124e0ba55757f90deab1fc2bf5f1871971
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/rdf
Gerrit-Branch: master
Gerrit-Owner: Smalyshev <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to