diff options
author | David Robillard <d@drobilla.net> | 2011-11-13 23:54:46 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-13 23:54:46 +0000 |
commit | 708a01ffb58ed30bb813fbfedca19d16d33ac887 (patch) | |
tree | 1796ec9aee3dec3c6a070b20f2c332c9cb973775 /ext/persist.lv2/manifest.ttl | |
parent | 50a323df04a85993f0e296e07ce26ed66f883cc4 (diff) | |
download | lv2-708a01ffb58ed30bb813fbfedca19d16d33ac887.tar.xz |
Remove persist extension
Diffstat (limited to 'ext/persist.lv2/manifest.ttl')
-rw-r--r-- | ext/persist.lv2/manifest.ttl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/persist.lv2/manifest.ttl b/ext/persist.lv2/manifest.ttl deleted file mode 100644 index da2513c..0000000 --- a/ext/persist.lv2/manifest.ttl +++ /dev/null @@ -1,9 +0,0 @@ -@prefix lv2: <http://lv2plug.in/ns/lv2core#> . -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . - -<http://lv2plug.in/ns/ext/persist> - a lv2:Specification ; - lv2:minorVersion 0 ; - lv2:microVersion 3 ; - rdfs:seeAlso <persist.ttl> . - |