[tracker] utils/services: Renamed to utils/ontologies
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] utils/services: Renamed to utils/ontologies
- Date: Fri, 15 Mar 2013 11:25:24 +0000 (UTC)
commit bb56dd7998cf85843d0c52fc4e96b2204220e91f
Author: Martyn Russell <martyn lanedo com>
Date: Fri Mar 15 10:45:26 2013 +0000
utils/services: Renamed to utils/ontologies
Less ambiguous
configure.ac | 2 +-
utils/Makefile.am | 2 +-
utils/{services => ontology}/.gitignore | 0
utils/{services => ontology}/Makefile.am | 0
utils/{services => ontology}/README.example | 0
utils/{services => ontology}/data-validator.c | 0
utils/{services => ontology}/file-class.cache.test | 0
utils/{services => ontology}/ontology-validator.c | 0
utils/{services => ontology}/qname-test.c | 2 +-
.../rdfxml2metadatasample.xsl | 0
.../rdfxml2servicesample.xsl | 0
.../rdfxml2unittest_data.xsl | 0
.../rdfxml2unittest_query.xsl | 0
utils/{services => ontology}/rdfxmlsample.xsl | 0
utils/{services => ontology}/resources/LICENSE.txt | 0
.../resources/logo-maemo-ontology.png | Bin 3948 -> 3948 bytes
.../resources/maemo-logo.gif | Bin 3720 -> 3720 bytes
.../resources/nepomuk-logo.png | Bin 11107 -> 11107 bytes
.../{services => ontology}/resources/nie-maemo.css | 0
.../resources/tracker-logo.png | Bin 7331 -> 7331 bytes
utils/{services => ontology}/sample.xsl | 0
utils/{services => ontology}/service2rdf-xml.py | 0
utils/{services => ontology}/service2xml.py | 0
utils/{services => ontology}/ttl2graphviz.c | 0
utils/{services => ontology}/ttl_graphviz.c | 0
utils/{services => ontology}/ttl_graphviz.h | 0
26 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8cb6582..ac2efaa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2370,7 +2370,7 @@ AC_CONFIG_FILES([
tests/tracker-writeback/Makefile
utils/Makefile
utils/gtk-sparql/Makefile
- utils/services/Makefile
+ utils/ontology/Makefile
utils/data-generators/Makefile
utils/data-generators/cc/Makefile
utils/mtp/Makefile
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 4a33c00..28acddd 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.decl
SUBDIRS = \
gtk-sparql \
- services \
+ ontology \
data-generators \
mtp \
tracker-sql
diff --git a/utils/services/.gitignore b/utils/ontology/.gitignore
similarity index 100%
rename from utils/services/.gitignore
rename to utils/ontology/.gitignore
diff --git a/utils/services/Makefile.am b/utils/ontology/Makefile.am
similarity index 100%
rename from utils/services/Makefile.am
rename to utils/ontology/Makefile.am
diff --git a/utils/services/README.example b/utils/ontology/README.example
similarity index 100%
rename from utils/services/README.example
rename to utils/ontology/README.example
diff --git a/utils/services/data-validator.c b/utils/ontology/data-validator.c
similarity index 100%
rename from utils/services/data-validator.c
rename to utils/ontology/data-validator.c
diff --git a/utils/services/file-class.cache.test b/utils/ontology/file-class.cache.test
similarity index 100%
rename from utils/services/file-class.cache.test
rename to utils/ontology/file-class.cache.test
diff --git a/utils/services/ontology-validator.c b/utils/ontology/ontology-validator.c
similarity index 100%
rename from utils/services/ontology-validator.c
rename to utils/ontology/ontology-validator.c
diff --git a/utils/services/qname-test.c b/utils/ontology/qname-test.c
similarity index 97%
rename from utils/services/qname-test.c
rename to utils/ontology/qname-test.c
index 5a634cf..4abd332 100644
--- a/utils/services/qname-test.c
+++ b/utils/ontology/qname-test.c
@@ -25,7 +25,7 @@ srcdir_qname_init (const gchar *luri, const gchar *lprefix)
{
gchar *class_location;
- class_location = g_build_filename (TOP_SRCDIR, "utils", "services", "file-class.cache.test", NULL);
+ class_location = g_build_filename (TOP_SRCDIR, "utils", "ontology", "file-class.cache.test", NULL);
qname_init (luri, lprefix, class_location);
diff --git a/utils/services/rdfxml2metadatasample.xsl b/utils/ontology/rdfxml2metadatasample.xsl
similarity index 100%
rename from utils/services/rdfxml2metadatasample.xsl
rename to utils/ontology/rdfxml2metadatasample.xsl
diff --git a/utils/services/rdfxml2servicesample.xsl b/utils/ontology/rdfxml2servicesample.xsl
similarity index 100%
rename from utils/services/rdfxml2servicesample.xsl
rename to utils/ontology/rdfxml2servicesample.xsl
diff --git a/utils/services/rdfxml2unittest_data.xsl b/utils/ontology/rdfxml2unittest_data.xsl
similarity index 100%
rename from utils/services/rdfxml2unittest_data.xsl
rename to utils/ontology/rdfxml2unittest_data.xsl
diff --git a/utils/services/rdfxml2unittest_query.xsl b/utils/ontology/rdfxml2unittest_query.xsl
similarity index 100%
rename from utils/services/rdfxml2unittest_query.xsl
rename to utils/ontology/rdfxml2unittest_query.xsl
diff --git a/utils/services/rdfxmlsample.xsl b/utils/ontology/rdfxmlsample.xsl
similarity index 100%
rename from utils/services/rdfxmlsample.xsl
rename to utils/ontology/rdfxmlsample.xsl
diff --git a/utils/services/resources/LICENSE.txt b/utils/ontology/resources/LICENSE.txt
similarity index 100%
rename from utils/services/resources/LICENSE.txt
rename to utils/ontology/resources/LICENSE.txt
diff --git a/utils/services/resources/logo-maemo-ontology.png
b/utils/ontology/resources/logo-maemo-ontology.png
similarity index 100%
rename from utils/services/resources/logo-maemo-ontology.png
rename to utils/ontology/resources/logo-maemo-ontology.png
diff --git a/utils/services/resources/maemo-logo.gif b/utils/ontology/resources/maemo-logo.gif
similarity index 100%
rename from utils/services/resources/maemo-logo.gif
rename to utils/ontology/resources/maemo-logo.gif
diff --git a/utils/services/resources/nepomuk-logo.png b/utils/ontology/resources/nepomuk-logo.png
similarity index 100%
rename from utils/services/resources/nepomuk-logo.png
rename to utils/ontology/resources/nepomuk-logo.png
diff --git a/utils/services/resources/nie-maemo.css b/utils/ontology/resources/nie-maemo.css
similarity index 100%
rename from utils/services/resources/nie-maemo.css
rename to utils/ontology/resources/nie-maemo.css
diff --git a/utils/services/resources/tracker-logo.png b/utils/ontology/resources/tracker-logo.png
similarity index 100%
rename from utils/services/resources/tracker-logo.png
rename to utils/ontology/resources/tracker-logo.png
diff --git a/utils/services/sample.xsl b/utils/ontology/sample.xsl
similarity index 100%
rename from utils/services/sample.xsl
rename to utils/ontology/sample.xsl
diff --git a/utils/services/service2rdf-xml.py b/utils/ontology/service2rdf-xml.py
similarity index 100%
rename from utils/services/service2rdf-xml.py
rename to utils/ontology/service2rdf-xml.py
diff --git a/utils/services/service2xml.py b/utils/ontology/service2xml.py
similarity index 100%
rename from utils/services/service2xml.py
rename to utils/ontology/service2xml.py
diff --git a/utils/services/ttl2graphviz.c b/utils/ontology/ttl2graphviz.c
similarity index 100%
rename from utils/services/ttl2graphviz.c
rename to utils/ontology/ttl2graphviz.c
diff --git a/utils/services/ttl_graphviz.c b/utils/ontology/ttl_graphviz.c
similarity index 100%
rename from utils/services/ttl_graphviz.c
rename to utils/ontology/ttl_graphviz.c
diff --git a/utils/services/ttl_graphviz.h b/utils/ontology/ttl_graphviz.h
similarity index 100%
rename from utils/services/ttl_graphviz.h
rename to utils/ontology/ttl_graphviz.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]