Author: rwesten
Date: Fri Dec  9 15:54:07 2011
New Revision: 1212485

URL: http://svn.apache.org/viewvc?rev=1212485&view=rev
Log:
STANBOL-411: corrected "geo:lon" to "geo:long" in the LDPath examples used for 
the Test

Modified:
    
incubator/stanbol/trunk/entityhub/jersey/src/main/resources/org/apache/stanbol/entityhub/jersey/templates/org/apache/stanbol/entityhub/jersey/resource/EntityhubRootResource/inc_ldpath.ftl
    
incubator/stanbol/trunk/entityhub/jersey/src/main/resources/org/apache/stanbol/entityhub/jersey/templates/org/apache/stanbol/entityhub/jersey/resource/ReferencedSiteRootResource/inc_ldpath.ftl
    
incubator/stanbol/trunk/entityhub/jersey/src/main/resources/org/apache/stanbol/entityhub/jersey/templates/org/apache/stanbol/entityhub/jersey/resource/SiteManagerRootResource/inc_ldpath.ftl

Modified: 
incubator/stanbol/trunk/entityhub/jersey/src/main/resources/org/apache/stanbol/entityhub/jersey/templates/org/apache/stanbol/entityhub/jersey/resource/EntityhubRootResource/inc_ldpath.ftl
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/jersey/src/main/resources/org/apache/stanbol/entityhub/jersey/templates/org/apache/stanbol/entityhub/jersey/resource/EntityhubRootResource/inc_ldpath.ftl?rev=1212485&r1=1212484&r2=1212485&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/entityhub/jersey/src/main/resources/org/apache/stanbol/entityhub/jersey/templates/org/apache/stanbol/entityhub/jersey/resource/EntityhubRootResource/inc_ldpath.ftl
 (original)
+++ 
incubator/stanbol/trunk/entityhub/jersey/src/main/resources/org/apache/stanbol/entityhub/jersey/templates/org/apache/stanbol/entityhub/jersey/resource/EntityhubRootResource/inc_ldpath.ftl
 Fri Dec  9 15:54:07 2011
@@ -69,7 +69,7 @@ labels = rdfs:label :: xsd:string;
 comment = rdfs:comment[@en] :: xsd:string;
 categories = dct:subject :: xsd:anyURI;
 homepage = foaf:homepage :: xsd:anyURI;
-location = fn:concat("[",geo:lat,",",geo:lon,"]") :: xsd:string;</textarea>
+location = fn:concat("[",geo:lat,",",geo:long,"]") :: xsd:string;</textarea>
     <input type="submit" value="Execute" onclick="executeLDPath(); return 
false;" /></p>
 </form>
 </p>

Modified: 
incubator/stanbol/trunk/entityhub/jersey/src/main/resources/org/apache/stanbol/entityhub/jersey/templates/org/apache/stanbol/entityhub/jersey/resource/ReferencedSiteRootResource/inc_ldpath.ftl
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/jersey/src/main/resources/org/apache/stanbol/entityhub/jersey/templates/org/apache/stanbol/entityhub/jersey/resource/ReferencedSiteRootResource/inc_ldpath.ftl?rev=1212485&r1=1212484&r2=1212485&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/entityhub/jersey/src/main/resources/org/apache/stanbol/entityhub/jersey/templates/org/apache/stanbol/entityhub/jersey/resource/ReferencedSiteRootResource/inc_ldpath.ftl
 (original)
+++ 
incubator/stanbol/trunk/entityhub/jersey/src/main/resources/org/apache/stanbol/entityhub/jersey/templates/org/apache/stanbol/entityhub/jersey/resource/ReferencedSiteRootResource/inc_ldpath.ftl
 Fri Dec  9 15:54:07 2011
@@ -70,7 +70,7 @@ labels = rdfs:label :: xsd:string;
 comment = rdfs:comment[@en] :: xsd:string;
 categories = dct:subject :: xsd:anyURI;
 homepage = foaf:homepage :: xsd:anyURI;
-location = fn:concat("[",geo:lat,",",geo:lon,"]") :: xsd:string;</textarea>
+location = fn:concat("[",geo:lat,",",geo:long,"]") :: xsd:string;</textarea>
     <input type="submit" value="Execute" onclick="executeLDPath(); return 
false;" /></p>
 </form>
 </p>

Modified: 
incubator/stanbol/trunk/entityhub/jersey/src/main/resources/org/apache/stanbol/entityhub/jersey/templates/org/apache/stanbol/entityhub/jersey/resource/SiteManagerRootResource/inc_ldpath.ftl
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/jersey/src/main/resources/org/apache/stanbol/entityhub/jersey/templates/org/apache/stanbol/entityhub/jersey/resource/SiteManagerRootResource/inc_ldpath.ftl?rev=1212485&r1=1212484&r2=1212485&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/entityhub/jersey/src/main/resources/org/apache/stanbol/entityhub/jersey/templates/org/apache/stanbol/entityhub/jersey/resource/SiteManagerRootResource/inc_ldpath.ftl
 (original)
+++ 
incubator/stanbol/trunk/entityhub/jersey/src/main/resources/org/apache/stanbol/entityhub/jersey/templates/org/apache/stanbol/entityhub/jersey/resource/SiteManagerRootResource/inc_ldpath.ftl
 Fri Dec  9 15:54:07 2011
@@ -69,7 +69,7 @@ labels = rdfs:label :: xsd:string;
 comment = rdfs:comment[@en] :: xsd:string;
 categories = dct:subject :: xsd:anyURI;
 homepage = foaf:homepage :: xsd:anyURI;
-location = fn:concat("[",geo:lat,",",geo:lon,"]") :: xsd:string;</textarea>
+location = fn:concat("[",geo:lat,",",geo:long,"]") :: xsd:string;</textarea>
     <input type="submit" value="Execute" onclick="executeLDPath(); return 
false;" /></p>
 </form>
 </p>


Reply via email to