From ffbbc31fbded2ffb8130f5dd2915e0dcf9b62582 Mon Sep 17 00:00:00 2001 From: Simon Templer Date: Thu, 25 Jan 2024 16:19:00 +0100 Subject: [PATCH] docs: fix statement on host name based JARs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef11a9bb..c1c662b0 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Host name based resource JARs are used to load resources that come from a specif These kind of JARs are build from resources downloaded to `resources/hosts/`. The folder structure beneath must match the paths the resources are available at on the original host. -The task that creates the JARs adds these files to the package `to.wetransform.offline-resources.hosts.` and respective subpackages. +The task that creates the JARs adds these files to the folder `to/wetransform/offline-resources/hosts/` and respective subfolders. This is used for example by kelvin in the respective [implementation for loading the offline resources](https://github.com/wetransform/kelvin/blob/master/deegree-core/deegree-core-commons/src/main/java/org/deegree/commons/offlineresources/OfflineResources.java)