You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2016/02/17 14:39:56 UTC

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

Author: rombert
Date: Wed Feb 17 13:39:56 2016
New Revision: 1730833

URL: http://svn.apache.org/viewvc?rev=1730833&view=rev
Log:
SLING-5528 - Allow discovery of sources of the bundles currently deployed in a Sling runtime

Add the tooling/support/source bundle to the reactor pom.

Modified:
    sling/trunk/pom.xml

Modified: sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=1730833&r1=1730832&r2=1730833&view=diff
==============================================================================
--- sling/trunk/pom.xml (original)
+++ sling/trunk/pom.xml Wed Feb 17 13:39:56 2016
@@ -86,6 +86,7 @@
         <!-- Tooling Support -->
         <module>tooling/support/install</module>
         <module>tooling/support/provisioning-model</module>
+        <module>tooling/support/source</module>
 
         <!-- The Sling API -->
         <module>bundles/api</module>