diff options
author | mcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-05-07 14:54:05 +0000 |
---|---|---|
committer | mcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-05-07 14:54:05 +0000 |
commit | b43405cdb052201de6ef66d44e473cb74c55d4b0 (patch) | |
tree | 255834ca283d9876a6ed8dce4c96312d2d083333 /BKUFonts/pom.xml | |
parent | 05f3154d9f0f78646a8b2b51593e7ebdbac9faca (diff) | |
download | mocca-b43405cdb052201de6ef66d44e473cb74c55d4b0.tar.gz mocca-b43405cdb052201de6ef66d44e473cb74c55d4b0.tar.bz2 mocca-b43405cdb052201de6ef66d44e473cb74c55d4b0.zip |
Updated project documentation.
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@730 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUFonts/pom.xml')
-rw-r--r-- | BKUFonts/pom.xml | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/BKUFonts/pom.xml b/BKUFonts/pom.xml index abcb8339..592c5b38 100644 --- a/BKUFonts/pom.xml +++ b/BKUFonts/pom.xml @@ -16,26 +16,9 @@ | remains (not true for provided), see BKUViewer, BKULocal and | BKUOnline --> - This module is used in validator(s) and viewer and is a direct dependency of - - bkucommon (direct runtime dependency) - - BKUViewer (transitive runtime from bkucommon) - TextValidator depends on the fonts. (TextValidator should rather use a FontProvider) - - BKUOnline (transitive runtime from bkucommon/bkuviewer) - unpack-fonts to applet dir and include jar in WEB-INF/lib - - BKULocal (transitive runtime from bkucommon/bkuviewer) - - removed the BKUCommonGUI (runtime; propagate dependency to BKUApplet): - no real dependency: BKUCommonGUI contains SecureFontProvider interface only - (which does not state how fonts are loaded); implementations should depend no BKUFonts - (ResourceFontLoader in BKULocal depends on the fonts, however URLFontLoader in BKUApplet doesn't. - BKUOnline however depends on BKUFonts for providing the fonts as web-resource for the applet) + Fonts used by validators and viewers - at.gv.egiz.bku.text.TextValidator and xxx.LocalFontProvider load fonts from classpath, - resource name must be known, TODO: encapsulate resource loading (FontProvider constants?) - - at.gv.egiz.bku.online.applet.URLFontLoader loads (unpacked) font files from applet codebase, - resource names _must_ be known since applet has no BKUFonts dependency - </description> <build> <resources> |