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 <[email protected]>
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();
}
}