aboutsummaryrefslogtreecommitdiffstats
path: root/extensions/units.lv2/manifest.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-20 23:08:57 +0000
committerDavid Robillard <d@drobilla.net>2011-11-20 23:08:57 +0000
commit725d4a404b838da6b67d9da66228a1125bddef57 (patch)
treea1daab3d767c85b1b67ff3a9eb60d54721b2e5fc /extensions/units.lv2/manifest.ttl
parent5ae0165d6d0420e95e22c1451e319b9e83398c28 (diff)
downloadlv2-725d4a404b838da6b67d9da66228a1125bddef57.tar.xz
Lay out repository structure to match include and URI structure.
Treat lv2core like all the other specifications in gendoc.py.
Diffstat (limited to 'extensions/units.lv2/manifest.ttl')
-rw-r--r--extensions/units.lv2/manifest.ttl9
1 files changed, 0 insertions, 9 deletions
diff --git a/extensions/units.lv2/manifest.ttl b/extensions/units.lv2/manifest.ttl
deleted file mode 100644
index 2c41838..0000000
--- a/extensions/units.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/extensions/units>
- a lv2:Specification ;
- lv2:minorVersion 5 ;
- lv2:microVersion 2 ;
- rdfs:seeAlso <units.ttl> .
-