aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-10-18 21:08:51 +0000
committerDavid Robillard <d@drobilla.net>2010-10-18 21:08:51 +0000
commit5d5929d732062591213f156433d0bfbff4080a9c (patch)
tree1c15bda66d501ab05741aae72f6989f1a8c393ba
parent3b621cf265aa24226d7db4e9edba7c0a8e4adbde (diff)
downloadlv2-5d5929d732062591213f156433d0bfbff4080a9c.tar.xz
Make uri-map and uri-unmap features as they should be.
-rw-r--r--ext/uri-map.lv2/uri-map.ttl2
-rw-r--r--ext/uri-unmap.lv2/uri-unmap.ttl2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/uri-map.lv2/uri-map.ttl b/ext/uri-map.lv2/uri-map.ttl
index 08b1bbe..e6459c3 100644
--- a/ext/uri-map.lv2/uri-map.ttl
+++ b/ext/uri-map.lv2/uri-map.ttl
@@ -27,7 +27,7 @@
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-<http://lv2plug.in/ns/ext/uri-map> a lv2:Specification ;
+<http://lv2plug.in/ns/ext/uri-map> a lv2:Specification , lv2:Feature ;
doap:license <http://usefulinc.com/doap/licenses/mit> ;
doap:name "LV2 URI Map" ;
doap:release [
diff --git a/ext/uri-unmap.lv2/uri-unmap.ttl b/ext/uri-unmap.lv2/uri-unmap.ttl
index 3e0e74b..46f5fa7 100644
--- a/ext/uri-unmap.lv2/uri-unmap.ttl
+++ b/ext/uri-unmap.lv2/uri-unmap.ttl
@@ -27,7 +27,7 @@
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-<http://lv2plug.in/ns/ext/uri-unmap> a lv2:Specification ;
+<http://lv2plug.in/ns/ext/uri-unmap> a lv2:Specification , lv2:Feature ;
doap:license <http://usefulinc.com/doap/licenses/mit> ;
doap:name "LV2 URI Unmap" ;
doap:release [