aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-sampler.lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-16 04:10:17 +0000
committerDavid Robillard <d@drobilla.net>2012-08-16 04:10:17 +0000
commit3907dc1f3e36ce13f951ab6b9d9dccd0d7fa39b3 (patch)
tree011434bca3e4bd7276feed6a4b381d0d76a70c37 /plugins/eg-sampler.lv2
parent0284a7aac6d39a4ca1c13d051ec16dfccfeb36d6 (diff)
downloadlv2-3907dc1f3e36ce13f951ab6b9d9dccd0d7fa39b3.tar.xz
Associate plugins with a project rather than put doap:Project metadata on plugins.
Diffstat (limited to 'plugins/eg-sampler.lv2')
-rw-r--r--plugins/eg-sampler.lv2/sampler.ttl1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/eg-sampler.lv2/sampler.ttl b/plugins/eg-sampler.lv2/sampler.ttl
index 140992e..60bf901 100644
--- a/plugins/eg-sampler.lv2/sampler.ttl
+++ b/plugins/eg-sampler.lv2/sampler.ttl
@@ -28,6 +28,7 @@
a lv2:Plugin ;
doap:name "Example Sampler" ;
doap:license <http://opensource.org/licenses/isc> ;
+ lv2:project <http://lv2plug.in/ns/lv2> ;
lv2:requiredFeature urid:map ,
work:schedule ;
lv2:optionalFeature lv2:hardRTCapable ;