You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ss...@apache.org on 2013/02/25 10:52:15 UTC

git commit: fixed package names in some service files in the parsers/serializers

Updated Branches:
  refs/heads/master 34dbbd5d7 -> e2d8d3451


fixed package names in some service files in the parsers/serializers


Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/e2d8d345
Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/e2d8d345
Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/e2d8d345

Branch: refs/heads/master
Commit: e2d8d345126c4b012e6fdb6ee3e5e8b06fa281a9
Parents: 34dbbd5
Author: Sebastian Schaffert <ss...@apache.org>
Authored: Mon Feb 25 10:52:02 2013 +0100
Committer: Sebastian Schaffert <ss...@apache.org>
Committed: Mon Feb 25 10:52:02 2013 +0100

----------------------------------------------------------------------
 .../services/org.openrdf.rio.RDFWriterFactory      |    2 +-
 .../services/org.openrdf.rio.RDFWriterFactory      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/e2d8d345/commons/sesame-tools-rio-jsonld/src/main/resources/META-INF/services/org.openrdf.rio.RDFWriterFactory
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-jsonld/src/main/resources/META-INF/services/org.openrdf.rio.RDFWriterFactory b/commons/sesame-tools-rio-jsonld/src/main/resources/META-INF/services/org.openrdf.rio.RDFWriterFactory
index 1e8c30e..72b825d 100644
--- a/commons/sesame-tools-rio-jsonld/src/main/resources/META-INF/services/org.openrdf.rio.RDFWriterFactory
+++ b/commons/sesame-tools-rio-jsonld/src/main/resources/META-INF/services/org.openrdf.rio.RDFWriterFactory
@@ -1 +1 @@
-at.newmedialab.sesame.rio.jsonld.JsonLdWriterFactory
\ No newline at end of file
+org.apache.marmotta.commons.sesame.rio.jsonld.JsonLdWriterFactory
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/e2d8d345/commons/sesame-tools-rio-rdfjson/src/main/resources/META-INF/services/org.openrdf.rio.RDFWriterFactory
----------------------------------------------------------------------
diff --git a/commons/sesame-tools-rio-rdfjson/src/main/resources/META-INF/services/org.openrdf.rio.RDFWriterFactory b/commons/sesame-tools-rio-rdfjson/src/main/resources/META-INF/services/org.openrdf.rio.RDFWriterFactory
index 201bbaa..b224d1c 100644
--- a/commons/sesame-tools-rio-rdfjson/src/main/resources/META-INF/services/org.openrdf.rio.RDFWriterFactory
+++ b/commons/sesame-tools-rio-rdfjson/src/main/resources/META-INF/services/org.openrdf.rio.RDFWriterFactory
@@ -1 +1 @@
-at.newmedialab.sesame.rio.rdfjson.RDFJsonWriterFactory
\ No newline at end of file
+org.apache.marmotta.commons.sesame.rio.rdfjson.RDFJsonWriterFactory
\ No newline at end of file