You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2012/08/01 15:42:26 UTC

svn commit: r1367987 - /jena/trunk/jena-fuseki/config-tdb.ttl

Author: andy
Date: Wed Aug  1 13:42:25 2012
New Revision: 1367987

URL: http://svn.apache.org/viewvc?rev=1367987&view=rev
Log: (empty)

Modified:
    jena/trunk/jena-fuseki/config-tdb.ttl

Modified: jena/trunk/jena-fuseki/config-tdb.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-fuseki/config-tdb.ttl?rev=1367987&r1=1367986&r2=1367987&view=diff
==============================================================================
--- jena/trunk/jena-fuseki/config-tdb.ttl (original)
+++ jena/trunk/jena-fuseki/config-tdb.ttl Wed Aug  1 13:42:25 2012
@@ -36,10 +36,8 @@ tdb:GraphTDB    rdfs:subClassOf  ja:Mode
     fuseki:serviceQuery             "query" ;
     fuseki:serviceQuery             "sparql" ;
     fuseki:serviceUpdate            "update" ;
-    fuseki:serviceUpload            "upload" ;
-    fuseki:serviceReadWriteGraphStore      "data" ;
-    # A separate read-only graph store endpoint:
-    fuseki:serviceReadGraphStore       "get" ;
+    fuseki:serviceReadGraphStore    "data" ;
+    fuseki:serviceReadGraphStore    "get" ;
     fuseki:dataset           <#tdb_dataset_read> ;
     .
 
@@ -70,3 +68,4 @@ tdb:GraphTDB    rdfs:subClassOf  ja:Mode
 ##     ja:context [ ja:cxtName "arq:queryTimeout" ;  ja:cxtValue "1000" ] ;
 ##     # Default graph for query is the (read-only) union of all named graphs.
      .
+1
\ No newline at end of file