Skip to content

Commit

Permalink
docs: fix statement on host name based JARs
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Jan 25, 2024
1 parent faddb31 commit ffbbc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<host-name>`.
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.<host-name>` and respective subpackages.
The task that creates the JARs adds these files to the folder `to/wetransform/offline-resources/hosts/<host-name>` 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)


Expand Down

0 comments on commit ffbbc31

Please sign in to comment.