You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ch...@apache.org on 2016/02/09 11:31:36 UTC

svn commit: r1729350 - /sling/trunk/contrib/extensions/tracer/pom.xml

Author: chetanm
Date: Tue Feb  9 10:31:36 2016
New Revision: 1729350

URL: http://svn.apache.org/viewvc?rev=1729350&view=rev
Log:
SLING-5459 - Recording of tracer logs

Add link to Tracer docs in Bundle Headers

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

Modified: sling/trunk/contrib/extensions/tracer/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/tracer/pom.xml?rev=1729350&r1=1729349&r2=1729350&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/tracer/pom.xml (original)
+++ sling/trunk/contrib/extensions/tracer/pom.xml Tue Feb  9 10:31:36 2016
@@ -54,6 +54,13 @@
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
         <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Bundle-DocURL>
+              https://sling.apache.org/documentation/bundles/log-tracers.html
+            </Bundle-DocURL>
+          </instructions>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.felix</groupId>