You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2011/06/23 16:46:21 UTC

svn commit: r1138908 - /sling/trunk/pom.xml

Author: fmeschbe
Date: Thu Jun 23 14:46:21 2011
New Revision: 1138908

URL: http://svn.apache.org/viewvc?rev=1138908&view=rev
Log:
SLING-2109 Provide System Bundle Extension Fragments for XML and JTA APIs

Modified:
    sling/trunk/pom.xml

Modified: sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=1138908&r1=1138907&r2=1138908&view=diff
==============================================================================
--- sling/trunk/pom.xml (original)
+++ sling/trunk/pom.xml Thu Jun 23 14:46:21 2011
@@ -96,6 +96,8 @@
 
         <!-- The Sling API -->
         <module>bundles/api</module>
+        <module>bundles/extensions/framework-extension-transaction</module>
+        <module>bundles/extensions/framework-extension-xml</module>
 
         <!-- The commons sub project -->
         <module>bundles/commons/classloader</module>