swish/commit

Enable new upstream libraries

authorJan Wielemaker
Wed Jun 28 16:18:56 2017 +0200
committerJan Wielemaker
Wed Jun 28 16:18:56 2017 +0200
commitc08ea2cf019baccd7d81037c2768a163df682044
treebbc41843e7c02aea0f221860c9885f136bbe28f1
parentf96a47a7bc6eb03207a5a3e18f5858c5971743b2
Diff style: patch stat
diff --git a/applications/swish.pl b/applications/swish.pl
index a4b6171..73fecd8 100644
--- a/applications/swish.pl
+++ b/applications/swish.pl
@@ -190,6 +190,9 @@ swish_csv:write_answers(Answers, VarTerm, _Options) :-
 :- use_rendering(swish:rdf).
 :- use_module(swish:library(swish/render)).
 :- use_module(swish:library(swish/trace)).
+:- use_module(swish:library(swish/projection)).
+:- use_module(swish:library(swish/jquery)).
+:- use_module(swish:library(swish/dashboard)).
 :- use_module(swish:library(pengines_io)).
 :- use_module(swish:library(semweb/rdf_db)).
 :- use_module(swish:library(semweb/rdfs)).