foaf_user/commit

Make dependency on foaf through foaf_schema.pl

authorJan Wielemaker
Mon Nov 29 16:57:23 2010 +0100
committerJan Wielemaker
Mon Nov 29 16:57:23 2010 +0100
commite4cba43ea04f246925ac8203ec303a57d50aa839
tree56bc2e96f15c3f80236a7895db2bf19e7ab1a55f
parent20569db7d955e155d5813e4fd4754bef0f385c88
Diff style: patch stat
diff --git a/applications/foaf_user_profile.pl b/applications/foaf_user_profile.pl
index a2ac70d..4899e4e 100644
--- a/applications/foaf_user_profile.pl
+++ b/applications/foaf_user_profile.pl
@@ -33,6 +33,7 @@
 :- use_module(user(user_db)).
 :- use_module(library(error)).
 :- use_module(library(option)).
+:- use_module(library(foaf_schema)).
 :- use_module(library(semweb/rdf_foaf)).
 :- use_module(library(semweb/rdf_db)).
 :- use_module(library(semweb/rdfs)).
diff --git a/config-available/foaf_user.pl b/config-available/foaf_user.pl
index 1333e5b..03fe255 100644
--- a/config-available/foaf_user.pl
+++ b/config-available/foaf_user.pl
@@ -1,6 +1,5 @@
 :- module(conf_foaf_user, []).
-:- use_module(config_available(foaf)).
-:- use_module(foaf_user(applications/foaf_user_profile)).
+:- use_module(applications(foaf_user_profile)).
 :- use_module(user(user_db)).
 :- use_module(cliopatria(hooks)).