From ed78bbe5ba12be1f9bcc736f14c51da6b4f639f3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 8 Feb 2012 04:56:24 +0000 Subject: Rearrange tree so top level can be used as an include path for standard style LV2 includes. --- lv2/lv2plug.in/ns/lv2core/manifest.ttl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lv2/lv2plug.in/ns/lv2core/manifest.ttl (limited to 'lv2/lv2plug.in/ns/lv2core/manifest.ttl') diff --git a/lv2/lv2plug.in/ns/lv2core/manifest.ttl b/lv2/lv2plug.in/ns/lv2core/manifest.ttl new file mode 100644 index 0000000..5733b55 --- /dev/null +++ b/lv2/lv2plug.in/ns/lv2core/manifest.ttl @@ -0,0 +1,10 @@ +@prefix doap: . +@prefix lv2: . +@prefix owl: . +@prefix rdfs: . + + + a doap:Project , lv2:Specification , owl:Ontology ; + lv2:minorVersion 6 ; + lv2:microVersion 1 ; + rdfs:seeAlso , . \ No newline at end of file -- cgit v1.2.1