You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2016/11/13 21:10:33 UTC

svn commit: r1769548 - /sling/whiteboard/olli/caching/pom.xml

Author: olli
Date: Sun Nov 13 21:10:32 2016
New Revision: 1769548

URL: http://svn.apache.org/viewvc?rev=1769548&view=rev
Log:
add caching modules

Modified:
    sling/whiteboard/olli/caching/pom.xml

Modified: sling/whiteboard/olli/caching/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/olli/caching/pom.xml?rev=1769548&r1=1769547&r2=1769548&view=diff
==============================================================================
--- sling/whiteboard/olli/caching/pom.xml (original)
+++ sling/whiteboard/olli/caching/pom.xml Sun Nov 13 21:10:32 2016
@@ -33,4 +33,9 @@
 
   <name>Apache Sling - Commons Caching Builder</name>
 
+  <modules>
+    <module>org.apache.sling.commons.caching</module>
+    <module>org.apache.sling.commons.caching.ehcache</module>
+  </modules>
+
 </project>