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:46:43 UTC

[sling-org-apache-sling-feature-inventoryprinter] branch r2f updated: [r2f] InventoryPrinter.TITLE and InventoryPrinter.NAME 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 049d62a  [r2f] InventoryPrinter.TITLE and InventoryPrinter.NAME aligned with all Sling InventoryPrinter naming convention
049d62a is described below

commit 049d62ae1751d6533b5f5709da71ae3e06906ac4
Author: Simo Tripodi <st...@adobe.com>
AuthorDate: Wed Jun 19 00:46:36 2019 +0200

    [r2f] InventoryPrinter.TITLE and InventoryPrinter.NAME aligned with all
    Sling InventoryPrinter naming convention
---
 .../inventoryservice/impl/BaseFeature2CurrentRuntimePrinter.java      | 4 ++--
 .../sling/feature/inventoryservice/impl/FeaturesInventoryPrinter.java | 2 +-
 .../inventoryservice/impl/RuntimeEnvironment2FeatureModelPrinter.java | 4 ++--
 3 files changed, 5 insertions(+), 5 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 2e459e0..8b4ddcf 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
@@ -34,8 +34,8 @@ import org.osgi.service.component.annotations.Reference;
 @Component(
     service = InventoryPrinter.class,
     property = {
-        NAME + "=r2f_base2runtime",
-        TITLE + "=Sling Runtime Environment to Feature Model converter - Base 2 Runtime diff Generator",
+        NAME + "=launch2runtime_feature",
+        TITLE + "=Sling launch 2 runtime diff",
         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 7f291af..1118fe8 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 + "=Sling 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 a9f016c..a93f9ff 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
@@ -31,8 +31,8 @@ import org.osgi.service.component.annotations.Reference;
 @Component(
     service = InventoryPrinter.class,
     property = {
-        NAME + "=r2f_runtime",
-        TITLE + "=Sling Runtime Environment to Feature Model converter - Runtime Generator",
+        NAME + "=runtime_feature",
+        TITLE + "=Sling runtime Feature",
         FORMAT + "=JSON"
     },
     reference = {