Strabon
diff 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 | 706b99be9078 |
children | fab420afc6c1 |
line diff
1.1 --- a/pom.xml Mon Nov 05 20:40:17 2012 +0200 1.2 +++ b/pom.xml Tue Nov 06 19:24:43 2012 +0200 1.3 @@ -24,13 +24,13 @@ 1.4 <module>postgis</module> 1.5 <module>monetdb</module> 1.6 <module>generaldb</module> 1.7 - <module>resultio</module> 1.8 + <module>resultio-spatial</module> 1.9 <module>endpoint</module> 1.10 <module>endpoint-client</module> 1.11 </modules> 1.12 1.13 <properties> 1.14 - <eu.earthobservatory.version>3.2.5-SNAPSHOT</eu.earthobservatory.version> 1.15 + <eu.earthobservatory.version>3.2.5-SNAPSHOT</eu.earthobservatory.version> 1.16 <sesame.version>2.6.3</sesame.version> 1.17 <aduna.appbase.version>3.5.0</aduna.appbase.version> 1.18 <!--slf4j.version>1.5.8</slf4j.version--> 1.19 @@ -54,11 +54,57 @@ 1.20 <version>${eu.earthobservatory.version}</version> 1.21 </dependency> 1.22 1.23 + 1.24 + <!-- queryresultio-spatial dependencies--> 1.25 <dependency> 1.26 <groupId>org.openrdf.sesame</groupId> 1.27 - <artifactId>sesame-queryresultio-spatial</artifactId> 1.28 + <artifactId>sesame-queryresultio-spatial-api</artifactId> 1.29 <version>${eu.earthobservatory.version}</version> 1.30 </dependency> 1.31 + <dependency> 1.32 + <groupId>org.openrdf.sesame</groupId> 1.33 + <artifactId>sesame-queryresultio-spatial-sparqlgeojson</artifactId> 1.34 + <version>${eu.earthobservatory.version}</version> 1.35 + </dependency> 1.36 + <dependency> 1.37 + <groupId>org.openrdf.sesame</groupId> 1.38 + <artifactId>sesame-queryresultio-spatial-sparqlhtml</artifactId> 1.39 + <version>${eu.earthobservatory.version}</version> 1.40 + </dependency> 1.41 + <dependency> 1.42 + <groupId>org.openrdf.sesame</groupId> 1.43 + <artifactId>sesame-queryresultio-spatial-sparqlkml</artifactId> 1.44 + <version>${eu.earthobservatory.version}</version> 1.45 + </dependency> 1.46 + <dependency> 1.47 + <groupId>org.openrdf.sesame</groupId> 1.48 + <artifactId>sesame-queryresultio-spatial-sparqlxml</artifactId> 1.49 + <version>${eu.earthobservatory.version}</version> 1.50 + </dependency> 1.51 + <dependency> 1.52 + <groupId>org.openrdf.sesame</groupId> 1.53 + <artifactId>sesame-queryresultio-spatial-text</artifactId> 1.54 + <version>${eu.earthobservatory.version}</version> 1.55 + </dependency> 1.56 + <!-- queryresultio-spatial dependencies--> 1.57 + 1.58 + <!-- sesame queryresultio dependencies --> 1.59 + <dependency> 1.60 + <groupId>org.openrdf.sesame</groupId> 1.61 + <artifactId>sesame-queryresultio-api</artifactId> 1.62 + <version>${sesame.version}</version> 1.63 + </dependency> 1.64 + <dependency> 1.65 + <groupId>org.openrdf.sesame</groupId> 1.66 + <artifactId>sesame-queryresultio-sparqlxml</artifactId> 1.67 + <version>${sesame.version}</version> 1.68 + </dependency> 1.69 + <dependency> 1.70 + <groupId>org.openrdf.sesame</groupId> 1.71 + <artifactId>sesame-queryresultio-text</artifactId> 1.72 + <version>${sesame.version}</version> 1.73 + </dependency> 1.74 + <!-- sesame queryresultio dependencies --> 1.75 1.76 <dependency> 1.77 <groupId>org.openrdf.sesame</groupId> 1.78 @@ -210,6 +256,11 @@ 1.79 <!-- RIO --> 1.80 <dependency> 1.81 <groupId>org.openrdf.sesame</groupId> 1.82 + <artifactId>sesame-rio-api</artifactId> 1.83 + <version>${sesame.version}</version> 1.84 + </dependency> 1.85 + <dependency> 1.86 + <groupId>org.openrdf.sesame</groupId> 1.87 <artifactId>sesame-rio-rdfxml</artifactId> 1.88 <version>${sesame.version}</version> 1.89 </dependency> 1.90 @@ -496,16 +547,16 @@ 1.91 <version>2.2</version> 1.92 </dependency> 1.93 1.94 -<dependency> 1.95 - <groupId>org.jvnet.ogc</groupId> 1.96 - <artifactId>ogc-tools-gml-jts</artifactId> 1.97 - <version>1.0.2</version> 1.98 -</dependency> 1.99 -<dependency> 1.100 - <groupId>com.sun.xml.bind</groupId> 1.101 - <artifactId>jaxb-impl</artifactId> 1.102 - <version>2.1.1</version> 1.103 -</dependency> 1.104 + <dependency> 1.105 + <groupId>org.jvnet.ogc</groupId> 1.106 + <artifactId>ogc-tools-gml-jts</artifactId> 1.107 + <version>1.0.2</version> 1.108 + </dependency> 1.109 + <dependency> 1.110 + <groupId>com.sun.xml.bind</groupId> 1.111 + <artifactId>jaxb-impl</artifactId> 1.112 + <version>2.1.1</version> 1.113 + </dependency> 1.114 1.115 <dependency> 1.116 <groupId>javax</groupId>