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 2013/08/29 11:52:07 UTC

svn commit: r1518554 - /jena/trunk/pom.xml

Author: andy
Date: Thu Aug 29 09:52:07 2013
New Revision: 1518554

URL: http://svn.apache.org/r1518554
Log:
Remove jena-sdb from the default build

Modified:
    jena/trunk/pom.xml

Modified: jena/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/pom.xml?rev=1518554&r1=1518553&r2=1518554&view=diff
==============================================================================
--- jena/trunk/pom.xml (original)
+++ jena/trunk/pom.xml Thu Aug 29 09:52:07 2013
@@ -67,7 +67,8 @@
 				<module>jena-arq</module>
 				<module>jena-tdb</module>
 				<module>jena-text</module>
-				<module>jena-sdb</module>
+				<!-- Slow to build - exclude from default dev build -->
+				<!-- <module>jena-sdb</module> -->
 				<module>jena-fuseki</module>
 				<module>jena-security</module>
 				<!-- Slow to build - exclude from default dev build -->