IDEMPIERE-3136:update jasper report to use P2
refine bundle class path
This commit is contained in:
parent
7968f8c9b4
commit
cfe99b2408
|
@ -1,6 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<classpath>
|
<classpath>
|
||||||
<classpathentry exported="true" kind="lib" path="lib/bcprov-jdk14-139.jar"/>
|
|
||||||
<classpathentry exported="true" kind="lib" path="lib/jasperreports-chart-customizers-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-chart-themes-6.3.1.jar"/>
|
||||||
<classpathentry exported="true" kind="lib" path="lib/jasperreports-functions-6.3.1.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/jasperreports-functions-6.3.1.jar"/>
|
||||||
|
|
|
@ -17,8 +17,7 @@ Bundle-ClassPath: .,
|
||||||
lib/xmpcore-5.1.1.jar,
|
lib/xmpcore-5.1.1.jar,
|
||||||
lib/jasperreports-functions-6.3.1.jar,
|
lib/jasperreports-functions-6.3.1.jar,
|
||||||
lib/jasperreports-chart-customizers-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/bcprov-jdk14-139.jar
|
|
||||||
Import-Package: bsh,
|
Import-Package: bsh,
|
||||||
bsh.classpath,
|
bsh.classpath,
|
||||||
bsh.collection,
|
bsh.collection,
|
||||||
|
|
|
@ -11,5 +11,4 @@ bin.includes = META-INF/,\
|
||||||
lib/xmpcore-5.1.1.jar,\
|
lib/xmpcore-5.1.1.jar,\
|
||||||
lib/jasperreports-functions-6.3.1.jar,\
|
lib/jasperreports-functions-6.3.1.jar,\
|
||||||
lib/jasperreports-chart-customizers-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/bcprov-jdk14-139.jar
|
|
||||||
|
|
Loading…
Reference in New Issue