You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2021/12/16 12:07:02 UTC

[sling-org-apache-sling-feature-launcher] branch master updated: Remove a launcher output that doesn't apply anymore

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8814f95  Remove a launcher output that doesn't apply anymore
8814f95 is described below

commit 8814f950964e600273e93beb17637319fd148157
Author: Karl Pauls <pa...@apache.org>
AuthorDate: Thu Dec 16 13:06:57 2021 +0100

    Remove a launcher output that doesn't apply anymore
---
 src/main/java/org/apache/sling/feature/launcher/impl/Main.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/feature/launcher/impl/Main.java b/src/main/java/org/apache/sling/feature/launcher/impl/Main.java
index 0a5d12b..7e1a82d 100644
--- a/src/main/java/org/apache/sling/feature/launcher/impl/Main.java
+++ b/src/main/java/org/apache/sling/feature/launcher/impl/Main.java
@@ -370,8 +370,6 @@ public class Main {
 
                 writer.println("");
                 writer.println("Java options could be set using the env var 'JAVA_OPTS'");
-                writer.println(
-                        "Classpath could be changed using the env var 'JAVA_CP' (default:`/opt/run/launcher.jar`)");
                 writer.flush();
             }
         }