You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2008/05/05 08:54:55 UTC

svn commit: r653313 - /incubator/sling/trunk/pom.xml

Author: cziegeler
Date: Sun May  4 23:54:55 2008
New Revision: 653313

URL: http://svn.apache.org/viewvc?rev=653313&view=rev
Log:
SLING-406: Move log implementation to commons.

Modified:
    incubator/sling/trunk/pom.xml

Modified: incubator/sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/pom.xml?rev=653313&r1=653312&r2=653313&view=diff
==============================================================================
--- incubator/sling/trunk/pom.xml (original)
+++ incubator/sling/trunk/pom.xml Sun May  4 23:54:55 2008
@@ -71,6 +71,7 @@
 
         <!-- The commons sub project -->
         <module>commons/json</module>
+        <module>commons/log</module>
         <module>commons/mime</module>
         <module>commons/osgi</module>
         <module>commons/testing</module>
@@ -92,7 +93,6 @@
         
         <!-- OSGi -->
         <module>osgi/console-web</module>
-        <module>osgi/log</module>
         <module>osgi/obr</module>
 
         <!-- Sling -->