vumix/commit

fix dependencies

authorJacco van Ossenbruggen
Tue Apr 10 17:56:51 2012 +0200
committerJacco van Ossenbruggen
Tue Apr 10 17:56:51 2012 +0200
commite443267c34164c10a88490afd1a9554505f8629e
tree421219c70fd4a34b2ac3cf4a506d59d703c8fe23
parent7221e32b331e95aa753138435605bef922c059e4
Diff style: patch stat
diff --git a/applications/p1.pl b/applications/p1.pl
index 8606ab4..0315588 100644
--- a/applications/p1.pl
+++ b/applications/p1.pl
@@ -21,7 +21,7 @@
 :- use_module(library(instance_search)).
 :- use_module(library(graph_version)).
 
-:- use_module(applications(annotation)).
+:- use_module(api(annotation)).
 :- use_module(library(user_process)).
 
 
diff --git a/applications/vumix.pl b/applications/vumix.pl
index cdb7a8e..c5940fd 100644
--- a/applications/vumix.pl
+++ b/applications/vumix.pl
@@ -21,7 +21,7 @@
 :- use_module(library(instance_search)).
 :- use_module(library(graph_version)).
 
-:- use_module(applications(annotation)).
+:- use_module(api(annotation)).
 :- use_module(library(user_process)).
 
 
diff --git a/applications/vumix_p0.pl b/applications/vumix_p0.pl
index a02921e..1826a70 100644
--- a/applications/vumix_p0.pl
+++ b/applications/vumix_p0.pl
@@ -21,7 +21,7 @@
 :- use_module(library(instance_search)).
 :- use_module(library(graph_version)).
 
-:- use_module(applications(annotation)).
+:- use_module(api(annotation)).
 :- use_module(library(user_process)).
 
 :- use_module(api(reconcile)).
diff --git a/config-available/load_mbh_example.pl b/config-available/load_mbh_example.pl
index bf244c6..8214bff 100644
--- a/config-available/load_mbh_example.pl
+++ b/config-available/load_mbh_example.pl
@@ -3,7 +3,7 @@
 :- use_module(library('semweb/rdf_library')).
 :- use_module(library('semweb/rdf_db')).
 :- use_module(library(http/http_dispatch)).
-
+:- use_module(applications(vumix)).  % this defines the http_vumix http handler used below ...
 
 mbh_example :-
 	rdf_load(rdf('mbh_example.ttl')), % load example video and config file