You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:25:55 UTC

[sling-org-apache-sling-tracer] 11/49: SLING-5459 - Recording of tracer logs

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-tracer.git

commit d00749f3c72820e596c947aac9539e5b2c3120d9
Author: Chetan Mehrotra <ch...@apache.org>
AuthorDate: Tue Feb 9 10:31:36 2016 +0000

    SLING-5459 - Recording of tracer logs
    
    Add link to Tracer docs in Bundle Headers
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1729350 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index d6ed36c..2918dd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.