From 83e8c95ea7d257166d350a59bfd81e9833ec14fd Mon Sep 17 00:00:00 2001 From: clemenso Date: Thu, 5 Nov 2009 19:05:14 +0000 Subject: [#484] European Language support git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@535 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUFonts/pom.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 BKUFonts/pom.xml (limited to 'BKUFonts/pom.xml') diff --git a/BKUFonts/pom.xml b/BKUFonts/pom.xml new file mode 100644 index 00000000..a798f5d1 --- /dev/null +++ b/BKUFonts/pom.xml @@ -0,0 +1,43 @@ + + + 4.0.0 + + bku + at.gv.egiz + 1.2.8-SNAPSHOT + + at.gv.egiz + BKUFonts + 1.0 + BKUFonts + + 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 + + + + + + src/main/fonts + + + + -- cgit v1.2.3 From d05668097eb126b4a8a7a88a17c1a8e6b7778521 Mon Sep 17 00:00:00 2001 From: clemenso Date: Tue, 10 Nov 2009 11:03:29 +0000 Subject: git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@538 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUFonts/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BKUFonts/pom.xml') diff --git a/BKUFonts/pom.xml b/BKUFonts/pom.xml index a798f5d1..5df06967 100644 --- a/BKUFonts/pom.xml +++ b/BKUFonts/pom.xml @@ -10,7 +10,7 @@ at.gv.egiz BKUFonts 1.0 - BKUFonts + BKU Fonts This module is used in validator(s) and viewer and is a direct dependency of - BKUViewer (attention, this is the validator!) -- cgit v1.2.3 From 04f0881563fdbecd8223627a7752e27690cc99c2 Mon Sep 17 00:00:00 2001 From: clemenso Date: Fri, 13 Nov 2009 16:18:32 +0000 Subject: [maven-release-plugin] prepare release mocca-1.2.8 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@549 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUFonts/pom.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'BKUFonts/pom.xml') diff --git a/BKUFonts/pom.xml b/BKUFonts/pom.xml index 5df06967..21c7958f 100644 --- a/BKUFonts/pom.xml +++ b/BKUFonts/pom.xml @@ -1,11 +1,9 @@ - - + 4.0.0 bku at.gv.egiz - 1.2.8-SNAPSHOT + 1.2.8 at.gv.egiz BKUFonts @@ -40,4 +38,4 @@ - + \ No newline at end of file -- cgit v1.2.3 From 8814f7675055585933d8dae365cf3a95906fac05 Mon Sep 17 00:00:00 2001 From: clemenso Date: Wed, 18 Nov 2009 17:04:48 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@551 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUFonts/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BKUFonts/pom.xml') diff --git a/BKUFonts/pom.xml b/BKUFonts/pom.xml index 21c7958f..8a9a5ec0 100644 --- a/BKUFonts/pom.xml +++ b/BKUFonts/pom.xml @@ -3,11 +3,11 @@ bku at.gv.egiz - 1.2.8 + 1.2.9-SNAPSHOT at.gv.egiz BKUFonts - 1.0 + 1.1-SNAPSHOT BKU Fonts This module is used in validator(s) and viewer and is a direct dependency of -- cgit v1.2.3 From ceeaeb1790d1ed1ef9565f7c47e8bf247a83f28c Mon Sep 17 00:00:00 2001 From: clemenso Date: Wed, 2 Dec 2009 09:19:40 +0000 Subject: [maven-release-plugin] prepare release mocca-1.2.9 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@558 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUFonts/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BKUFonts/pom.xml') diff --git a/BKUFonts/pom.xml b/BKUFonts/pom.xml index 8a9a5ec0..8a43f504 100644 --- a/BKUFonts/pom.xml +++ b/BKUFonts/pom.xml @@ -3,11 +3,11 @@ bku at.gv.egiz - 1.2.9-SNAPSHOT + 1.2.9 at.gv.egiz BKUFonts - 1.1-SNAPSHOT + 1.1 BKU Fonts This module is used in validator(s) and viewer and is a direct dependency of -- cgit v1.2.3 From f03ce51929e344a92d04aeb4bba473ae47a913b2 Mon Sep 17 00:00:00 2001 From: clemenso Date: Wed, 2 Dec 2009 09:23:50 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@560 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUFonts/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BKUFonts/pom.xml') diff --git a/BKUFonts/pom.xml b/BKUFonts/pom.xml index 8a43f504..40d38a3d 100644 --- a/BKUFonts/pom.xml +++ b/BKUFonts/pom.xml @@ -3,11 +3,11 @@ bku at.gv.egiz - 1.2.9 + 1.2.10-SNAPSHOT at.gv.egiz BKUFonts - 1.1 + 1.2-SNAPSHOT BKU Fonts This module is used in validator(s) and viewer and is a direct dependency of -- cgit v1.2.3 From dbffe94889d61a98733103b43ed30e53cdefd6ac Mon Sep 17 00:00:00 2001 From: clemenso Date: Tue, 5 Jan 2010 12:18:12 +0000 Subject: [maven-release-plugin] prepare release mocca-1.2.10 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@567 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUFonts/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BKUFonts/pom.xml') diff --git a/BKUFonts/pom.xml b/BKUFonts/pom.xml index 40d38a3d..7e7e58c6 100644 --- a/BKUFonts/pom.xml +++ b/BKUFonts/pom.xml @@ -3,11 +3,11 @@ bku at.gv.egiz - 1.2.10-SNAPSHOT + 1.2.10 at.gv.egiz BKUFonts - 1.2-SNAPSHOT + 1.2 BKU Fonts This module is used in validator(s) and viewer and is a direct dependency of -- cgit v1.2.3 From 73065b1be0f839c09e8ca481a20f398167404ce4 Mon Sep 17 00:00:00 2001 From: clemenso Date: Tue, 5 Jan 2010 12:21:05 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@569 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUFonts/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BKUFonts/pom.xml') diff --git a/BKUFonts/pom.xml b/BKUFonts/pom.xml index 7e7e58c6..80993800 100644 --- a/BKUFonts/pom.xml +++ b/BKUFonts/pom.xml @@ -3,11 +3,11 @@ bku at.gv.egiz - 1.2.10 + 1.2.11-SNAPSHOT at.gv.egiz BKUFonts - 1.2 + 1.3-SNAPSHOT BKU Fonts This module is used in validator(s) and viewer and is a direct dependency of -- cgit v1.2.3 From 83bb0738f252ec8b2f428d09b78df05524b97785 Mon Sep 17 00:00:00 2001 From: clemenso Date: Tue, 19 Jan 2010 16:07:04 +0000 Subject: [maven-release-plugin] prepare release mocca-1.2.11 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@586 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUFonts/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BKUFonts/pom.xml') diff --git a/BKUFonts/pom.xml b/BKUFonts/pom.xml index 80993800..4404ba52 100644 --- a/BKUFonts/pom.xml +++ b/BKUFonts/pom.xml @@ -3,11 +3,11 @@ bku at.gv.egiz - 1.2.11-SNAPSHOT + 1.2.11 at.gv.egiz BKUFonts - 1.3-SNAPSHOT + 1.3 BKU Fonts This module is used in validator(s) and viewer and is a direct dependency of -- cgit v1.2.3 From b2d6b1c93152bf94d25e992815d97d2322941de6 Mon Sep 17 00:00:00 2001 From: clemenso Date: Tue, 19 Jan 2010 16:07:11 +0000 Subject: [maven-release-plugin] copy for tag mocca-1.2.11 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/tags/mocca-1.2.11@587 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUFonts/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BKUFonts/pom.xml') diff --git a/BKUFonts/pom.xml b/BKUFonts/pom.xml index 80993800..4404ba52 100644 --- a/BKUFonts/pom.xml +++ b/BKUFonts/pom.xml @@ -3,11 +3,11 @@ bku at.gv.egiz - 1.2.11-SNAPSHOT + 1.2.11 at.gv.egiz BKUFonts - 1.3-SNAPSHOT + 1.3 BKU Fonts This module is used in validator(s) and viewer and is a direct dependency of -- cgit v1.2.3 From 2d796db6c7afc5a9f80302612594013cb48a80d9 Mon Sep 17 00:00:00 2001 From: clemenso Date: Tue, 19 Jan 2010 16:07:48 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@588 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUFonts/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BKUFonts/pom.xml') diff --git a/BKUFonts/pom.xml b/BKUFonts/pom.xml index 4404ba52..a6321d6d 100644 --- a/BKUFonts/pom.xml +++ b/BKUFonts/pom.xml @@ -3,7 +3,7 @@ bku at.gv.egiz - 1.2.11 + 1.2.12-SNAPSHOT at.gv.egiz BKUFonts -- cgit v1.2.3 From 1688feda2f57702094129ebcbed387de5bc505f0 Mon Sep 17 00:00:00 2001 From: clemenso Date: Wed, 20 Jan 2010 09:31:35 +0000 Subject: [maven-release-plugin] rollback the release of mocca-1.2.11 git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@590 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUFonts/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BKUFonts/pom.xml') diff --git a/BKUFonts/pom.xml b/BKUFonts/pom.xml index a6321d6d..80993800 100644 --- a/BKUFonts/pom.xml +++ b/BKUFonts/pom.xml @@ -3,11 +3,11 @@ bku at.gv.egiz - 1.2.12-SNAPSHOT + 1.2.11-SNAPSHOT at.gv.egiz BKUFonts - 1.3 + 1.3-SNAPSHOT BKU Fonts This module is used in validator(s) and viewer and is a direct dependency of -- cgit v1.2.3