X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=doc%2Fbuilding.md;h=3122efb0cb19c3fc92808fc90fc19691a422ee80;hb=dfeb3218d3ffbe36bb289ebfacbe2ed23ba26cc1;hp=f2d832a934e6fbc6cd34275f78fa21769f5d9668;hpb=a0ca13ac05f537ec85620b982650df13826c121e;p=jalview.git 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