Skip to content

Commit f320e84

Browse files
author
Glyn Normington
committed
Clarify detection criteria and tags
[#52140727]
1 parent a76bb02 commit f320e84

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

docs/container-java-main.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ The Java Main Class Container allows applications that provide a class with a `m
33

44
| Detection ||
55
| --- | ---
6-
| **Criteria** | `Main-Class` attribute set in `META-INF/MANIFEST.MF` or `java_main_class` set
7-
| **Tags** | `java-main`
6+
| **Detection Criteria** | `Main-Class` attribute set in `META-INF/MANIFEST.MF` or `java_main_class` set
7+
| **Tags** | `java-main` is printed to standard output by the buildpack detect script
88

99
## Configuration
1010
The container can be configured by modifying the [`config/main.yml`][main_yml] file.

docs/container-tomcat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ The Tomcat Container allows web application to be run. These applications are r
33

44
| Detection ||
55
| --- | ---
6-
| **Criteria** | Existence of a `WEB-INF/` folder in the application directory
7-
| **Tags** | `tomcat-<version>`
6+
| **Detection Criteria** | Existence of a `WEB-INF/` folder in the application directory
7+
| **Tags** | `tomcat-<version>` is printed to standard output by the buildpack detect script
88

99
## Configuration
1010
The container can be configured by modifying the [`config/tomcat.yml`][tomcat_yml] file. The container uses the [`Repository` utility support][util_repositories] and so it supports the [version syntax][version_syntax] defined there.

docs/framework-java_opts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ The `JAVA_OPTS` Framework contributes arbitrary Java options to the application
33

44
| Detection ||
55
| --- | ---
6-
| **Criteria** | `java_opts` set
7-
| **Tags** | `openjdk-<version>`
6+
| **Detection Criteria** | `java_opts` set
7+
| **Tags** | `openjdk-<version>` is printed to standard output by the buildpack detect script
88

99
## Configuration
1010
The framework can be configured by modifying the [`config/java_opts.yml`][java_opts_yml] file.

docs/jre-openjdk.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ The OpenJDK JRE provides Java runtimes from the [OpenJDK][openjdk] project. Ver
66

77
| Detection ||
88
| --- | ---
9-
| **Tags** | `openjdk-<version>`
9+
| **Detection Criteria** | Unconditional
10+
| **Tags** | `openjdk-<version>` is printed to standard output by the buildpack detect script
1011

1112

1213
## Configuration

0 commit comments

Comments
 (0)