From dfeb3218d3ffbe36bb289ebfacbe2ed23ba26cc1 Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Fri, 11 Dec 2020 17:14:26 +0000 Subject: [PATCH] JAL-3594 Changed building.md to reflect change of name of channel_properties to channel.props --- doc/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/building.md b/doc/building.md index f2d832a..3122efb 100644 --- a/doc/building.md +++ b/doc/building.md @@ -490,7 +490,7 @@ then it will use the `default` directory. Inside the `utils/channels/` directory are: - a file `channel_gradle.properties`. This will be used by the `build.gradle` script (i.e. any gradle build) to *override* the values found in `gradle.properties`. - an `images` directory used to store different images referred to in this channels's `channel_gradle.properties`. -- a `resources` directory which is merged into the javliew.jar's own resources directory. Importantly it contains a `channel_properties` file and another `images` dir which contains properties and images used by the application (in `jalview.util.ChannelProperties`), such as icon files or banner images, and the `app_name` property used as the display name for the application (e.g. "Jalview Develop") inside the application code. Please see the `getProperty` and `getImage` methods in `jalview.bin.ChannelProperties` to access these channel based resources. +- a `resources` directory which is merged into the javliew.jar's own resources directory. Importantly it contains a `channel.props` file and another `images` dir which contains properties and images used by the application (in `jalview.util.ChannelProperties`), such as icon files or banner images, and the `app_name` property used as the display name for the application (e.g. "Jalview Develop") inside the application code. Please see the `getProperty` and `getImage` methods in `jalview.bin.ChannelProperties` to access these channel based resources. #### JALVIEW_VERSION and the RELEASE file -- 1.7.10.2