From b43405cdb052201de6ef66d44e473cb74c55d4b0 Mon Sep 17 00:00:00 2001 From: mcentner Date: Fri, 7 May 2010 14:54:05 +0000 Subject: Updated project documentation. git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@730 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUFonts/pom.xml | 19 +------------------ BKUFonts/src/site/apt/index.apt | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 18 deletions(-) create mode 100644 BKUFonts/src/site/apt/index.apt (limited to 'BKUFonts') 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 - diff --git a/BKUFonts/src/site/apt/index.apt b/BKUFonts/src/site/apt/index.apt new file mode 100644 index 00000000..6ed73926 --- /dev/null +++ b/BKUFonts/src/site/apt/index.apt @@ -0,0 +1,25 @@ + --- + About + --- + EGIZ + --- + 2010 + --- + +BKU Fonts + + This module provides fonts 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) + + -- cgit v1.2.3