You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2013/08/01 21:54:19 UTC

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

Author: rvesse
Date: Thu Aug  1 19:54:19 2013
New Revision: 1509399

URL: http://svn.apache.org/r1509399
Log:
Remove Jena JDBC from main build because it is hanging on Apache build server

Modified:
    jena/trunk/pom.xml

Modified: jena/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/pom.xml?rev=1509399&r1=1509398&r2=1509399&view=diff
==============================================================================
--- jena/trunk/pom.xml (original)
+++ jena/trunk/pom.xml Thu Aug  1 19:54:19 2013
@@ -60,7 +60,8 @@
     <module>jena-text</module>
     <module>jena-sdb</module>
     <module>jena-fuseki</module>
-    <module>jena-jdbc</module>
+    <!-- Currently the following builds locally but hangs on Apache Jenkins -->
+    <!--<module>jena-jdbc</module>-->
 
     <!-- Delivery modules - after build modules --> 
     <module>apache-jena-libs</module>