Strabon
annotate resultio-spatial/sparqlhtml/pom.xml @ 688:9a4bb8e81273
split queryresultio-spatial into submodules (one for API that provides the stSPARQLQueryResultFormat and one for each writer implementation, e.g., XML, HTML, etc.)
Renamed resultio to resultio-spatial.
Renamed endpoint-client artifact to strabon-endpoint-client.
Moved org.openrdf.resultio.Format to eu.earthobservatory.utils.
Renamed and moved org.openrdf.resultio.stSPARQLQueryResultWriter to eu.earthobservatory.utils.stSPARQLQueryResultToFormatAdapter. This is a factory class for stSPARQLQueryResults.
NOTICE: You should import the whole Strabon project into Eclipse to work with this commit
Renamed resultio to resultio-spatial.
Renamed endpoint-client artifact to strabon-endpoint-client.
Moved org.openrdf.resultio.Format to eu.earthobservatory.utils.
Renamed and moved org.openrdf.resultio.stSPARQLQueryResultWriter to eu.earthobservatory.utils.stSPARQLQueryResultToFormatAdapter. This is a factory class for stSPARQLQueryResults.
NOTICE: You should import the whole Strabon project into Eclipse to work with this commit
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Tue Nov 06 19:24:43 2012 +0200 (2012-11-06) |
parents | |
children | 7089b2d52c7f |
rev | line source |
---|---|
charnik@688 | 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
charnik@688 | 2 |
charnik@688 | 3 <modelVersion>4.0.0</modelVersion> |
charnik@688 | 4 |
charnik@688 | 5 <parent> |
charnik@688 | 6 <groupId>org.openrdf.sesame</groupId> |
charnik@688 | 7 <artifactId>sesame-queryresultio-spatial</artifactId> |
charnik@688 | 8 <version>3.2.5-SNAPSHOT</version> |
charnik@688 | 9 </parent> |
charnik@688 | 10 |
charnik@688 | 11 <artifactId>sesame-queryresultio-spatial-sparqlhtml</artifactId> |
charnik@688 | 12 |
charnik@688 | 13 <name>OpenRDF Sesame: Spatial Query result IO - HTML</name> |
charnik@688 | 14 <description>Spatial Query result IO API</description> |
charnik@688 | 15 |
charnik@688 | 16 <dependencies> |
charnik@688 | 17 <dependency> |
charnik@688 | 18 <groupId>org.openrdf.sesame</groupId> |
charnik@688 | 19 <artifactId>sesame-queryresultio-spatial-api</artifactId> |
charnik@688 | 20 </dependency> |
charnik@688 | 21 <dependency> |
charnik@688 | 22 <groupId>org.openrdf.sesame</groupId> |
charnik@688 | 23 <artifactId>sesame-queryresultio-spatial-sparqlxml</artifactId> |
charnik@688 | 24 </dependency> |
charnik@688 | 25 <dependency> <!-- TO BE REMOVED --> |
charnik@688 | 26 <groupId>org.openrdf.sesame</groupId> |
charnik@688 | 27 <artifactId>sesame-queryalgebra-evaluation-spatial</artifactId> |
charnik@688 | 28 </dependency> |
charnik@688 | 29 |
charnik@688 | 30 <dependency> |
charnik@688 | 31 <groupId>org.slf4j</groupId> |
charnik@688 | 32 <artifactId>slf4j-log4j12</artifactId> |
charnik@688 | 33 </dependency> |
charnik@688 | 34 |
charnik@688 | 35 <dependency> |
charnik@688 | 36 <groupId>junit</groupId> |
charnik@688 | 37 <artifactId>junit</artifactId> |
charnik@688 | 38 <scope>test</scope> |
charnik@688 | 39 </dependency> |
charnik@688 | 40 <!-- |
charnik@688 | 41 <dependency> |
charnik@688 | 42 <groupId>org.openrdf.sesame</groupId> |
charnik@688 | 43 <artifactId>sesame-model</artifactId> |
charnik@688 | 44 </dependency> |
charnik@688 | 45 <dependency> |
charnik@688 | 46 <groupId>org.openrdf.sesame</groupId> |
charnik@688 | 47 <artifactId>sesame-query</artifactId> |
charnik@688 | 48 </dependency> |
charnik@688 | 49 <dependency> |
charnik@688 | 50 <groupId>org.openrdf.sesame</groupId> |
charnik@688 | 51 <artifactId>sesame-rio-api</artifactId> |
charnik@688 | 52 </dependency> |
charnik@688 | 53 <dependency> |
charnik@688 | 54 <groupId>org.openrdf.sesame</groupId> |
charnik@688 | 55 <artifactId>sesame-util</artifactId> |
charnik@688 | 56 </dependency> |
charnik@688 | 57 --> |
charnik@688 | 58 </dependencies> |
charnik@688 | 59 </project> |