summaryrefslogtreecommitdiff
path: root/mocca-1.2.11/BKUFonts/pom.xml
diff options
context:
space:
mode:
authormcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-01-26 16:27:04 +0000
committermcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2010-01-26 16:27:04 +0000
commit667af128d0adfeee2aa4748ab58411c91bc4905f (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /mocca-1.2.11/BKUFonts/pom.xml
parentd89f36b67ea1d838a78523538a24e044518f3587 (diff)
downloadmocca-667af128d0adfeee2aa4748ab58411c91bc4905f.tar.gz
mocca-667af128d0adfeee2aa4748ab58411c91bc4905f.tar.bz2
mocca-667af128d0adfeee2aa4748ab58411c91bc4905f.zip
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/branches/mocca-1.2.11-sha2@600 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'mocca-1.2.11/BKUFonts/pom.xml')
-rw-r--r--mocca-1.2.11/BKUFonts/pom.xml41
1 files changed, 0 insertions, 41 deletions
diff --git a/mocca-1.2.11/BKUFonts/pom.xml b/mocca-1.2.11/BKUFonts/pom.xml
deleted file mode 100644
index 0326c28d..00000000
--- a/mocca-1.2.11/BKUFonts/pom.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>bku</artifactId>
- <groupId>at.gv.egiz</groupId>
- <version>1.2.11</version>
- </parent>
- <groupId>at.gv.egiz</groupId>
- <artifactId>BKUFonts</artifactId>
- <version>1.2</version>
- <name>BKU Fonts</name>
- <description>
- This module is used in validator(s) and viewer and is a direct dependency of
- - BKUViewer (attention, this is the validator!)
- TextValidator depends on the fonts. (compile scope, make available for BKULocal/Online TextValidator)
- (TextValidator should rather use a FontProvider)
- - BKUOnline:
- - direct/provided if jar inclusion in applet dir, but do not enforce inclusion as WEB-INF/lib
- - transitive from BKUViewer if unpack-fonts to applet dir
- - 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)
-
-
- 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>
- <resource>
- <directory>src/main/fonts</directory>
- </resource>
- </resources>
- </build>
-</project> \ No newline at end of file