You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2013/10/18 11:41:27 UTC

svn commit: r1533370 - /sling/trunk/contrib/extensions/cache/pom.xml

Author: bdelacretaz
Date: Fri Oct 18 09:41:27 2013
New Revision: 1533370

URL: http://svn.apache.org/r1533370
Log:
SLING-2555 - disable portal module which dependends on whiteboard modules

Modified:
    sling/trunk/contrib/extensions/cache/pom.xml

Modified: sling/trunk/contrib/extensions/cache/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/cache/pom.xml?rev=1533370&r1=1533369&r2=1533370&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/cache/pom.xml (original)
+++ sling/trunk/contrib/extensions/cache/pom.xml Fri Oct 18 09:41:27 2013
@@ -47,7 +47,11 @@
       <module>ehcache</module>
       <module>impl</module>
       <module>infinispan</module>
+
+      <!-- 
+      portal is under https://svn.apache.org/repos/asf/sling/whiteboard/portal, let's disable it for now
       <module>portal</module>
+      -->
     </modules>
 
 </project>