You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ch...@apache.org on 2012/10/15 16:55:32 UTC

svn commit: r1398316 - in /jena/Scratch/Eyeball/trunk/src/main/resources: ./ etc/ mirror/

Author: chrisdollin
Date: Mon Oct 15 14:55:31 2012
New Revision: 1398316

URL: http://svn.apache.org/viewvc?rev=1398316&view=rev
Log:
Rearranging directories to suite classpaths.

Added:
    jena/Scratch/Eyeball/trunk/src/main/resources/
    jena/Scratch/Eyeball/trunk/src/main/resources/etc/
      - copied from r1396560, jena/Scratch/Eyeball/trunk/etc/
    jena/Scratch/Eyeball/trunk/src/main/resources/etc/eyeball-config.ttl
      - copied unchanged from r1396579, jena/Scratch/Eyeball/trunk/etc/eyeball-config.ttl
    jena/Scratch/Eyeball/trunk/src/main/resources/etc/eyeball-schema.ttl
      - copied unchanged from r1396579, jena/Scratch/Eyeball/trunk/etc/eyeball-schema.ttl
    jena/Scratch/Eyeball/trunk/src/main/resources/etc/eyeball1-config.ttl
      - copied unchanged from r1396579, jena/Scratch/Eyeball/trunk/etc/eyeball1-config.ttl
    jena/Scratch/Eyeball/trunk/src/main/resources/etc/eyeball2-config.ttl
      - copied unchanged from r1396579, jena/Scratch/Eyeball/trunk/etc/eyeball2-config.ttl
    jena/Scratch/Eyeball/trunk/src/main/resources/etc/location-mapping.ttl
      - copied, changed from r1396579, jena/Scratch/Eyeball/trunk/etc/location-mapping.ttl
    jena/Scratch/Eyeball/trunk/src/main/resources/etc/repair-config.ttl
      - copied unchanged from r1396579, jena/Scratch/Eyeball/trunk/etc/repair-config.ttl
    jena/Scratch/Eyeball/trunk/src/main/resources/mirror/
      - copied from r1396560, jena/Scratch/Eyeball/trunk/mirror/
    jena/Scratch/Eyeball/trunk/src/main/resources/mirror/xsd.ttl
      - copied unchanged from r1396579, jena/Scratch/Eyeball/trunk/mirror/xsd.ttl
Removed:
    jena/Scratch/Eyeball/trunk/src/main/resources/etc/eyeball-config.n3
    jena/Scratch/Eyeball/trunk/src/main/resources/etc/eyeball-schema.n3
    jena/Scratch/Eyeball/trunk/src/main/resources/etc/eyeball1-config.n3
    jena/Scratch/Eyeball/trunk/src/main/resources/etc/eyeball2-config.n3
    jena/Scratch/Eyeball/trunk/src/main/resources/etc/location-mapping.n3
    jena/Scratch/Eyeball/trunk/src/main/resources/etc/repair-config.n3
    jena/Scratch/Eyeball/trunk/src/main/resources/mirror/xsd.n3

Copied: jena/Scratch/Eyeball/trunk/src/main/resources/etc/location-mapping.ttl (from r1396579, jena/Scratch/Eyeball/trunk/etc/location-mapping.ttl)
URL: http://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/src/main/resources/etc/location-mapping.ttl?p2=jena/Scratch/Eyeball/trunk/src/main/resources/etc/location-mapping.ttl&p1=jena/Scratch/Eyeball/trunk/etc/location-mapping.ttl&r1=1396579&r2=1398316&rev=1398316&view=diff
==============================================================================
--- jena/Scratch/Eyeball/trunk/etc/location-mapping.ttl (original)
+++ jena/Scratch/Eyeball/trunk/src/main/resources/etc/location-mapping.ttl Mon Oct 15 14:55:31 2012
@@ -9,12 +9,12 @@
 @prefix lm:         <http://jena.hpl.hp.com/2004/08/location-mapping#> .
 
 [] lm:mapping
-   [ lm:name "http://www.w3.org/2000/01/rdf-schema#" ;		    lm:altName "file:mirror/rdfs.rdf" ]
-   , [ lm:name "http://www.w3.org/1999/02/22-rdf-syntax-ns#" ;	lm:altName "file:mirror/rdf.rdf" ] 
-   , [ lm:name "http://purl.org/dc/elements/1.1/" ;		        lm:altName "file:mirror/dc.rdf" ]
-   , [ lm:name "http://purl.org/dc/terms/" ;                    lm:altName "file:mirror/dc-terms.rdf" ]
-   , [ lm:name "http://purl.org/dc/dcmitype/" ;                 lm:altName "file:mirror/dc-dcmitype.rdf" ]
-   , [ lm:name "http://www.w3.org/2002/07/owl#" ;		        lm:altName "file:mirror/owl.rdf" ]
-   , [ lm:name "http://www.w3.org/2001/XMLSchema#" ;            lm:altName "file:mirror/xsd.ttl" ]
-   , [ lm:name "localXSDschema" ;                               lm:altName "file:mirror/xsd.ttl" ]
+   [ lm:name "http://www.w3.org/2000/01/rdf-schema#" ;		lm:altName "mirror/rdfs.rdf" ]
+   , [ lm:name "http://www.w3.org/1999/02/22-rdf-syntax-ns#" ;	lm:altName "mirror/rdf.rdf" ] 
+   , [ lm:name "http://purl.org/dc/elements/1.1/" ;		lm:altName "mirror/dc.rdf" ]
+   , [ lm:name "http://purl.org/dc/terms/" ;                    lm:altName "mirror/dc-terms.rdf" ]
+   , [ lm:name "http://purl.org/dc/dcmitype/" ;                 lm:altName "mirror/dc-dcmitype.rdf" ]
+   , [ lm:name "http://www.w3.org/2002/07/owl#" ;		lm:altName "mirror/owl.rdf" ]
+   , [ lm:name "http://www.w3.org/2001/XMLSchema#" ;            lm:altName "mirror/xsd.ttl" ]
+   , [ lm:name "localXSDschema" ;                               lm:altName "mirror/xsd.ttl" ]
    .