Skip to content

Commit f79e04d

Browse files
author
Glyn Normington
committed
Clarify that configuration files reside in the buildpack fork
... and not in the application which some people assumed.
1 parent 4ca4205 commit f79e04d

16 files changed

Lines changed: 16 additions & 16 deletions

docs/container-groovy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Any JAR files found in the application are automatically added to the classpath
2424
## Configuration
2525
For general information on configuring the buildpack, refer to [Configuration and Extension][].
2626

27-
The container can be configured by modifying the [`config/groovy.yml`][] file. The container uses the [`Repository` utility support][repositories] and so it supports the [version syntax][] defined there.
27+
The container can be configured by modifying the [`config/groovy.yml`][] file in the buildpack fork. The container uses the [`Repository` utility support][repositories] and so it supports the [version syntax][] defined there.
2828

2929
| Name | Description
3030
| ---- | -----------

docs/container-java_main.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If the main class is Spring Boot's `JarLauncher`, `PropertiesLauncher` or `WarLa
2424
## Configuration
2525
For general information on configuring the buildpack, refer to [Configuration and Extension][].
2626

27-
The container can be configured by creating or modifying the `config/java_main.yml` file.
27+
The container can be configured by creating or modifying the `config/java_main.yml` file in the buildpack fork.
2828

2929
| Name | Description
3030
| ---- | -----------

docs/container-spring_boot_cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In order to specify [Spring profiles][], set the [`SPRING_PROFILES_ACTIVE`][] en
2424
## Configuration
2525
For general information on configuring the buildpack, refer to [Configuration and Extension][].
2626

27-
The container can be configured by modifying the [`config/spring_boot_cli.yml`][] file. The container uses the [`Repository` utility support][repositories] and so it supports the [version syntax][] defined there.
27+
The container can be configured by modifying the [`config/spring_boot_cli.yml`][] file in the buildpack fork. The container uses the [`Repository` utility support][repositories] and so it supports the [version syntax][] defined there.
2828

2929
| Name | Description
3030
| ---- | -----------

docs/container-tomcat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In order to specify [Spring profiles][], set the [`SPRING_PROFILES_ACTIVE`][] en
1717
## Configuration
1818
For general information on configuring the buildpack, refer to [Configuration and Extension][].
1919

20-
The container can be configured by modifying the [`config/tomcat.yml`][] file. The container uses the [`Repository` utility support][repositories] and so it supports the [version syntax][] defined there.
20+
The container can be configured by modifying the [`config/tomcat.yml`][] file in the buildpack fork. The container uses the [`Repository` utility support][repositories] and so it supports the [version syntax][] defined there.
2121

2222
| Name | Description
2323
| ---- | -----------

docs/extending-caches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ end
4141
## Configuration
4242
For general information on configuring the buildpack, refer to [Configuration and Extension][].
4343

44-
Caching can be configured by modifying the [`config/cache.yml`][] file.
44+
Caching can be configured by modifying the [`config/cache.yml`][] file in the buildpack fork.
4545

4646
| Name | Description
4747
| ---- | -----------

docs/extending-repositories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ end
5959
## Configuration
6060
For general information on configuring the buildpack, refer to [Configuration and Extension][].
6161

62-
Repositories can be configured by modifying the [`config/repository.yml`][] file.
62+
Repositories can be configured by modifying the [`config/repository.yml`][] file in the buildpack fork.
6363

6464
| Name | Description
6565
| ---- | -----------

docs/framework-app_dynamics_agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ When binding AppDynamics using a user-provided service, it must have name or tag
2626
## Configuration
2727
For general information on configuring the buildpack, refer to [Configuration and Extension][].
2828

29-
The framework can be configured by modifying the [`config/app_dynamics_agent.yml`][] file. The framework uses the [`Repository` utility support][repositories] and so it supports the [version syntax][] defined there.
29+
The framework can be configured by modifying the [`config/app_dynamics_agent.yml`][] file in the buildpack fork. The framework uses the [`Repository` utility support][repositories] and so it supports the [version syntax][] defined there.
3030

3131
| Name | Description
3232
| ---- | -----------

docs/framework-java_opts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Tags are printed to standard output by the buildpack detect script
1717
## Configuration
1818
For general information on configuring the buildpack, refer to [Configuration and Extension][].
1919

20-
The framework can be configured by creating or modifying the `config/java_opts.yml` file.
20+
The framework can be configured by creating or modifying the `config/java_opts.yml` file in the buildpack fork.
2121

2222
| Name | Description
2323
| ---- | -----------

docs/framework-maria_db_jdbc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Users may optionally provide their own MariaDB or MySQL service. A user-provided
2626
## Configuration
2727
For general information on configuring the buildpack, refer to [Configuration and Extension][].
2828

29-
The framework can be configured by modifying the [`config/maria_db_jdbc.yml`][] file. The framework uses the [`Repository` utility support][repositories] and so it supports the [version syntax][] defined there.
29+
The framework can be configured by modifying the [`config/maria_db_jdbc.yml`][] file in the buildpack fork. The framework uses the [`Repository` utility support][repositories] and so it supports the [version syntax][] defined there.
3030

3131
| Name | Description
3232
| ---- | -----------

docs/framework-new_relic_agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The credential payload of the service may contain the following entries:
2828
## Configuration
2929
For general information on configuring the buildpack, refer to [Configuration and Extension][].
3030

31-
The framework can be configured by modifying the [`config/new_relic_agent.yml`][] file. The framework uses the [`Repository` utility support][repositories] and so it supports the [version syntax][] defined there.
31+
The framework can be configured by modifying the [`config/new_relic_agent.yml`][] file in the buildpack fork. The framework uses the [`Repository` utility support][repositories] and so it supports the [version syntax][] defined there.
3232

3333
| Name | Description
3434
| ---- | -----------

0 commit comments

Comments
 (0)