From b31e71c04bf37f91159fcd5d9ad567c4c21dfd04 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Feb 2007 16:40:55 +0000 Subject: Updated URLs. git-svn-id: http://svn.drobilla.net/lad/ingen@310 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/client/Loader.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libs/client/Loader.cpp') diff --git a/src/libs/client/Loader.cpp b/src/libs/client/Loader.cpp index f33b7e97..95c29933 100644 --- a/src/libs/client/Loader.cpp +++ b/src/libs/client/Loader.cpp @@ -35,8 +35,8 @@ Loader::Loader(SharedPtr engine, SharedPtr nam _namespaces = SharedPtr(new Namespaces()); (*_namespaces)["xsd"] = "http://www.w3.org/2001/XMLSchema#"; - (*_namespaces)["ingen"] = "http://codeson.net/ns/ingen#"; - (*_namespaces)["ingenuity"] = "http://codeson.net/ns/ingenuity#"; + (*_namespaces)["ingen"] = "http://drobilla.net/ns/ingen#"; + (*_namespaces)["ingenuity"] = "http://drobilla.net/ns/ingenuity#"; (*_namespaces)["lv2"] = "http://lv2plug.in/ontology#>"; } @@ -61,7 +61,7 @@ Loader::load(const Glib::ustring& filename, // FIXME: kluge unsigned char* document_uri_str = raptor_uri_filename_to_uri_string(filename.c_str()); Glib::ustring document_uri = (const char*)document_uri_str; - //Glib::ustring document_uri = "file:///home/dave/code/codesonnet/ingen/src/progs/ingenuity/test2.ingen.ttl"; + //Glib::ustring document_uri = "file:///home/dave/code/drobillanet/ingen/src/progs/ingenuity/test2.ingen.ttl"; if (patch_uri == "") patch_uri = "<>"; // FIXME: Will load every patch in the file? -- cgit v1.2.1