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/11/07 10:15:59 UTC

[sling-org-apache-sling-settings] 08/11: Add site generation properties and Bundle-DocURL manifest header

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

rombert pushed a commit to annotated tag org.apache.sling.settings-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-settings.git

commit d766e1e733ad12abdd25d4f2834c830663a4e9a2
Author: Felix Meschberger <fm...@apache.org>
AuthorDate: Fri Aug 27 05:57:27 2010 +0000

    Add site generation properties and Bundle-DocURL manifest header
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/settings@990028 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 38d96cf..3c1fafd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,11 @@
         </url>
     </scm>
 
+    <properties>
+        <site.jira.version.id>12315254</site.jira.version.id>
+        <site.javadoc.exclude>**.impl.**</site.javadoc.exclude>
+    </properties>
+
     <build>
         <plugins>
             <plugin>
@@ -56,6 +61,9 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
+                        <Bundle-DocURL>
+                            http://sling.apache.org/site/sling-settings-orgapacheslingsettings.html
+                        </Bundle-DocURL>
                         <Export-Package>
                             org.apache.sling.settings;version=1.0.0
                         </Export-Package>

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