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 2009/07/23 09:57:28 UTC

svn commit: r796973 - /sling/trunk/bundles/commons/log/pom.xml

Author: fmeschbe
Date: Thu Jul 23 07:57:28 2009
New Revision: 796973

URL: http://svn.apache.org/viewvc?rev=796973&view=rev
Log:
Add Bundle-DocURL

Modified:
    sling/trunk/bundles/commons/log/pom.xml

Modified: sling/trunk/bundles/commons/log/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/log/pom.xml?rev=796973&r1=796972&r2=796973&view=diff
==============================================================================
--- sling/trunk/bundles/commons/log/pom.xml (original)
+++ sling/trunk/bundles/commons/log/pom.xml Thu Jul 23 07:57:28 2009
@@ -56,6 +56,9 @@
                         <Bundle-Activator>
                             org.apache.sling.commons.log.internal.Activator
                         </Bundle-Activator>
+                        <Bundle-DocURL>
+                            http://sling.apache.org/site/logging.html
+                        </Bundle-DocURL>
                         <Export-Package>
                             org.apache.commons.logging;version=1.1.1,
                             org.apache.log4j;version=1.2.15,