IDEMPIERE-3136 update jasper report to use P2 / enable DejaVu Sans and DejaVu Serif default jasper to render bold/italic properly at least with these two

This commit is contained in:
Carlos Ruiz 2018-08-17 19:58:14 +02:00
parent 7a20fb4081
commit 78c21e689e
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="lib/jasperreports-fonts-6.3.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jasperreports-chart-customizers-6.3.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jasperreports-chart-themes-6.3.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jasperreports-functions-6.3.1.jar"/>

View File

@ -17,7 +17,8 @@ Bundle-ClassPath: .,
lib/xmpcore-5.1.1.jar,
lib/jasperreports-functions-6.3.1.jar,
lib/jasperreports-chart-customizers-6.3.1.jar,
lib/jasperreports-chart-themes-6.3.1.jar
lib/jasperreports-chart-themes-6.3.1.jar,
lib/jasperreports-fonts-6.3.1.jar
Import-Package: bsh,
bsh.classpath,
bsh.collection,

View File

@ -11,4 +11,5 @@ bin.includes = META-INF/,\
lib/xmpcore-5.1.1.jar,\
lib/jasperreports-functions-6.3.1.jar,\
lib/jasperreports-chart-customizers-6.3.1.jar,\
lib/jasperreports-chart-themes-6.3.1.jar
lib/jasperreports-chart-themes-6.3.1.jar,\
lib/jasperreports-fonts-6.3.1.jar