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 2017/06/29 10:45:47 UTC

[11/11] jena git commit: Add jena-spatial to Dev build

Add jena-spatial to Dev build


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/13aa5535
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/13aa5535
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/13aa5535

Branch: refs/heads/master
Commit: 13aa5535a859b43c3c4ffe805c0151291ddc79a5
Parents: b436c72
Author: Andy Seaborne <an...@apache.org>
Authored: Thu Jun 29 11:45:27 2017 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Thu Jun 29 11:45:27 2017 +0100

----------------------------------------------------------------------
 pom.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/13aa5535/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6bdeebd..acb8c74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
         
         <module>jena-text</module>
         <!--<module>jena-text-es</module>-->
-        <!--<module>jena-spatial</module>-->
+        <module>jena-spatial</module>
         <!--<module>jena-fuseki1</module>-->
         <module>jena-fuseki2</module>
 
@@ -153,9 +153,7 @@
         <module>jena-cmds</module>
 
         <module>jena-text</module>
-        <!-- Move later? -->
         <module>jena-text-es</module>
-
         <module>jena-spatial</module>
         <module>jena-csv</module>
 
@@ -173,6 +171,7 @@
         <module>jena-integration-tests</module>
 
         <module>jena-permissions</module>
+        <module>jena-extras</module>
 
         <module>jena-jdbc</module>
         <!-- Removed because this breaks the build after the 
@@ -184,7 +183,6 @@
         <module>apache-jena</module>
         <module>apache-jena-osgi</module>
 
-        <module>jena-extras</module>
       </modules>
     </profile>
   </profiles>