You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by si...@apache.org on 2019/06/18 22:22:26 UTC

[sling-org-apache-sling-feature-inventoryprinter] branch r2f updated: [r2f] InventoryPrinter.TITLE aligned with all Sling InventoryPrinter naming convention

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

simonetripodi pushed a commit to branch r2f
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-inventoryprinter.git


The following commit(s) were added to refs/heads/r2f by this push:
     new 07d4232  [r2f] InventoryPrinter.TITLE aligned with all Sling InventoryPrinter naming convention
07d4232 is described below

commit 07d423292ef18d624b6920bb9709b588659628e0
Author: Simo Tripodi <st...@adobe.com>
AuthorDate: Wed Jun 19 00:22:19 2019 +0200

    [r2f] InventoryPrinter.TITLE aligned with all Sling InventoryPrinter
    naming convention
---
 .../inventoryservice/impl/BaseFeature2CurrentRuntimePrinter.java        | 2 +-
 .../sling/feature/inventoryservice/impl/FeaturesInventoryPrinter.java   | 2 +-
 .../inventoryservice/impl/RuntimeEnvironment2FeatureModelPrinter.java   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/sling/feature/inventoryservice/impl/BaseFeature2CurrentRuntimePrinter.java b/src/main/java/org/apache/sling/feature/inventoryservice/impl/BaseFeature2CurrentRuntimePrinter.java
index fc89538..2e459e0 100644
--- a/src/main/java/org/apache/sling/feature/inventoryservice/impl/BaseFeature2CurrentRuntimePrinter.java
+++ b/src/main/java/org/apache/sling/feature/inventoryservice/impl/BaseFeature2CurrentRuntimePrinter.java
@@ -35,7 +35,7 @@ import org.osgi.service.component.annotations.Reference;
     service = InventoryPrinter.class,
     property = {
         NAME + "=r2f_base2runtime",
-        TITLE + "=Apache Sling Runtime Environment to Feature Model converter - Base 2 Runtime diff Generator",
+        TITLE + "=Sling Runtime Environment to Feature Model converter - Base 2 Runtime diff Generator",
         FORMAT + "=JSON"
     },
     reference = {
diff --git a/src/main/java/org/apache/sling/feature/inventoryservice/impl/FeaturesInventoryPrinter.java b/src/main/java/org/apache/sling/feature/inventoryservice/impl/FeaturesInventoryPrinter.java
index 618f8bc..7f291af 100644
--- a/src/main/java/org/apache/sling/feature/inventoryservice/impl/FeaturesInventoryPrinter.java
+++ b/src/main/java/org/apache/sling/feature/inventoryservice/impl/FeaturesInventoryPrinter.java
@@ -36,7 +36,7 @@ import org.osgi.service.component.annotations.Reference;
     service = InventoryPrinter.class,
     property = {
         NAME + "=launch_feature",
-        TITLE + "=Launch Feature",
+        TITLE + "=Sling Launch Feature",
         FORMAT + "=JSON"
     },
     reference = {
diff --git a/src/main/java/org/apache/sling/feature/inventoryservice/impl/RuntimeEnvironment2FeatureModelPrinter.java b/src/main/java/org/apache/sling/feature/inventoryservice/impl/RuntimeEnvironment2FeatureModelPrinter.java
index 3fe5c4b..a9f016c 100644
--- a/src/main/java/org/apache/sling/feature/inventoryservice/impl/RuntimeEnvironment2FeatureModelPrinter.java
+++ b/src/main/java/org/apache/sling/feature/inventoryservice/impl/RuntimeEnvironment2FeatureModelPrinter.java
@@ -32,7 +32,7 @@ import org.osgi.service.component.annotations.Reference;
     service = InventoryPrinter.class,
     property = {
         NAME + "=r2f_runtime",
-        TITLE + "=Apache Sling Runtime Environment to Feature Model converter - Runtime Generator",
+        TITLE + "=Sling Runtime Environment to Feature Model converter - Runtime Generator",
         FORMAT + "=JSON"
     },
     reference = {