aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-27 20:30:14 +0000
committerDavid Robillard <d@drobilla.net>2013-01-27 20:30:14 +0000
commit322105561fa73239fae9d1f4215b250682a02564 (patch)
treeb771ab4cf6811795f340e4533f5b2e2691f174ff /lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl
parent8fc9914200ae63c00182cdf6c535828c94848b1d (diff)
downloadlv2-322105561fa73239fae9d1f4215b250682a02564.tar.xz
Remove atom:stringType in favour of owl:onDatatype so generic tools can understand and validate atom literals.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl')
-rw-r--r--lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl4
1 files changed, 3 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl b/lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl
index dce66ba..ca33803 100644
--- a/lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl
+++ b/lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl
@@ -13,10 +13,12 @@
doap:developer <http://drobilla.net/drobilla#me> ;
doap:release [
doap:revision "1.3" ;
- doap:created "2013-01-16" ;
+ doap:created "2013-01-27" ;
dcs:changeset [
dcs:item [
rdfs:label "Fix lv2_atom_sequence_end()."
+ ] , [
+ rdfs:label "Remove atom:stringType in favour of owl:onDatatype so generic tools can understand and validate atom literals."
]
]
] , [