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

[sling-org-apache-sling-hc-support] branch master updated: SLING-9859 Use Conditional-Package for felix generalchecks util package

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7c331cd  SLING-9859 Use Conditional-Package for felix generalchecks util package
7c331cd is described below

commit 7c331cde0c821c35e60cd2c8e7323a4e765f5ba4
Author: georg.henzler <ge...@netcentric.biz>
AuthorDate: Wed Oct 28 00:22:38 2020 +0100

    SLING-9859 Use Conditional-Package for felix generalchecks util package
---
 pom.xml | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 49e6f93..678f5ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,11 +32,11 @@
     <packaging>bundle</packaging>
     <version>1.0.7-SNAPSHOT</version>
 
-    <name>Apache Sling Health Check Support Components</name>
+    <name>Apache Sling Health Check Support Bundle</name>
     <inceptionYear>2013</inceptionYear>
     
     <description>
-        Default Sling Health Check Support Components
+        Additional generic Health Checks in Sling.
     </description>
 
     <scm>
@@ -44,7 +44,7 @@
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-support.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-hc-support.git</url>
       <tag>HEAD</tag>
-  </scm>
+    </scm>
 
     <build>
         <plugins>
@@ -52,6 +52,11 @@
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Conditional-Package>org.apache.felix.hc.generalchecks.util</Conditional-Package>
+                    </instructions>
+                </configuration>
             </plugin>
         </plugins>
     </build>
@@ -73,7 +78,7 @@
             <artifactId>osgi.annotation</artifactId>
             <version>6.0.1</version>
             <scope>provided</scope>
-        </dependency>    
+        </dependency>
     
         <dependency>
             <groupId>org.apache.felix</groupId>