Add jena-csv as module to main builds
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/da76ae38 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/da76ae38 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/da76ae38 Branch: refs/heads/master Commit: da76ae38c68f99b82c3d66af6d68694af35e0695 Parents: 8646fc6 Author: [email protected] <[email protected]> Authored: Thu Oct 2 10:34:38 2014 +0100 Committer: [email protected] <[email protected]> Committed: Thu Oct 2 10:34:38 2014 +0100 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/da76ae38/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bd2184c..15201de 100644 --- a/pom.xml +++ b/pom.xml @@ -67,6 +67,7 @@ <module>jena-tdb</module> <module>jena-text</module> <module>jena-spatial</module> + <module>jena-csv</module> <!-- Slow to build - exclude from dev build --> <!-- <module>jena-sdb</module> --> @@ -100,6 +101,7 @@ <module>jena-text</module> <module>jena-spatial</module> + <module>jena-csv</module> <module>jena-sdb</module>
