From 809f5ae5999901be62f9d0cc1eb8a2d0f4806780 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 Apr 2011 21:56:29 +0000 Subject: Rename slv2 to lilv. API breakage was proving too much of a hassle, and would be even further of a mess after release and packaging. Best to make a clean break now, and fix installation to support parallel installs and prevent this kind of problem in the future. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3217 a436a847-0d15-0410-975c-d299462d15a1 --- slv2.ttl | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 slv2.ttl (limited to 'slv2.ttl') diff --git a/slv2.ttl b/slv2.ttl deleted file mode 100644 index 3ef133b..0000000 --- a/slv2.ttl +++ /dev/null @@ -1,29 +0,0 @@ -@prefix rdf: . -@prefix rdfs: . -@prefix : . -@prefix foaf: . - - - a :Project ; - :bug-database ; - :developer [ - a foaf:Person ; - rdfs:seeAlso ; - foaf:homepage ; - foaf:mbox_sha1sum "253b3c58086250260bac1232d744d150274ad308" ; - foaf:name "David Robillard" - ] ; - :download-page ; - :homepage ; - :license ; - :name "SLV2" ; - :programming-language "C", "Turtle" ; - :repository [ - :browse ; - :location ; - a :SVNRepository - ] ; - :shortdesc "Library for simple use of LV2 plugins" ; - :shortname "SLV2" . - - -- cgit v1.2.1