Fixed wrong jar filename reference
This commit is contained in:
parent
cbddefbe7d
commit
55806ea0e6
|
@ -6,8 +6,8 @@ Bundle-Version: 1.0.0.qualifier
|
||||||
Bundle-ClassPath: lib/commons-beanutils-1.7.jar,
|
Bundle-ClassPath: lib/commons-beanutils-1.7.jar,
|
||||||
lib/commons-digester-1.7.jar,
|
lib/commons-digester-1.7.jar,
|
||||||
lib/iReport.jar,
|
lib/iReport.jar,
|
||||||
lib/jasperreports-3.5.3.jar,
|
lib/jasperreports-3.7.3.jar,
|
||||||
lib/jfreechart-1.0.3.jar
|
lib/jfreechart-1.0.13.jar
|
||||||
Export-Package: .,
|
Export-Package: .,
|
||||||
be.savat.components,
|
be.savat.components,
|
||||||
it.businesslogic.ireport,
|
it.businesslogic.ireport,
|
||||||
|
|
|
@ -2,5 +2,5 @@ bin.includes = META-INF/,\
|
||||||
lib/commons-beanutils-1.7.jar,\
|
lib/commons-beanutils-1.7.jar,\
|
||||||
lib/commons-digester-1.7.jar,\
|
lib/commons-digester-1.7.jar,\
|
||||||
lib/iReport.jar,\
|
lib/iReport.jar,\
|
||||||
lib/jasperreports-3.5.3.jar,\
|
lib/jasperreports-3.7.3.jar,\
|
||||||
lib/jfreechart-1.0.3.jar
|
lib/jfreechart-1.0.13.jar
|
||||||
|
|
Loading…
Reference in New Issue