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/01/25 12:31:06 UTC

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

Author: rvesse
Date: Fri Jan 25 11:31:06 2013
New Revision: 1438457

URL: http://svn.apache.org/viewvc?rev=1438457&view=rev
Log:
Add new apache-jena-libs module, a convinience POM artifact that pulls in Core, IRI, ARQ and TDB

Modified:
    jena/trunk/pom.xml

Modified: jena/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/pom.xml?rev=1438457&r1=1438456&r2=1438457&view=diff
==============================================================================
--- jena/trunk/pom.xml (original)
+++ jena/trunk/pom.xml Fri Jan 25 11:31:06 2013
@@ -61,6 +61,8 @@
     <module>jena-sdb</module>
     <module>jena-larq</module>
     -->
+    <!-- Convenience modules -->
+    <module>apache-jena-libs</module>
     <!-- Delivery modules - after build modules --> 
     <module>apache-jena</module>
   </modules>