FR [2800686] Upgrade JasperReports library to 3.5.3.

https://sourceforge.net/tracker/index.php?func=detail&aid=2800686&group_id=176962&atid=879335
This commit is contained in:
usrdno 2009-09-22 12:44:01 +00:00
parent 2589c481a2
commit e6b67e4f4b
5 changed files with 144 additions and 144 deletions

View File

@ -72,7 +72,6 @@
<classpathentry exported="true" kind="lib" path="serverApps/src/web/WEB-INF/lib/commons-lang-2.1.jar"/> <classpathentry exported="true" kind="lib" path="serverApps/src/web/WEB-INF/lib/commons-lang-2.1.jar"/>
<classpathentry exported="true" kind="lib" path="serverApps/src/web/WEB-INF/lib/commons-validator-1.2.0.jar"/> <classpathentry exported="true" kind="lib" path="serverApps/src/web/WEB-INF/lib/commons-validator-1.2.0.jar"/>
<classpathentry exported="true" kind="lib" path="JasperReportsTools/lib/iReport.jar"/> <classpathentry exported="true" kind="lib" path="JasperReportsTools/lib/iReport.jar"/>
<classpathentry exported="true" kind="lib" path="JasperReportsTools/lib/jasperreports-3.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="jboss/client/jbosssx-client.jar"/> <classpathentry exported="true" kind="lib" path="jboss/client/jbosssx-client.jar"/>
<classpathentry exported="true" kind="lib" path="jboss/client/jnp-client.jar"/> <classpathentry exported="true" kind="lib" path="jboss/client/jnp-client.jar"/>
<classpathentry exported="true" kind="lib" path="jboss/client/jbossall-client.jar"/> <classpathentry exported="true" kind="lib" path="jboss/client/jbossall-client.jar"/>
@ -135,5 +134,6 @@
<classpathentry kind="lib" path="posterita/posterita/web/WEB-INF/lib/log4j-1.2.13.jar"/> <classpathentry kind="lib" path="posterita/posterita/web/WEB-INF/lib/log4j-1.2.13.jar"/>
<classpathentry kind="lib" path="posterita/posterita/web/WEB-INF/lib/poi-3.0-FINAL.jar"/> <classpathentry kind="lib" path="posterita/posterita/web/WEB-INF/lib/poi-3.0-FINAL.jar"/>
<classpathentry kind="lib" path="posterita/posterita/web/WEB-INF/lib/servlet.jar"/> <classpathentry kind="lib" path="posterita/posterita/web/WEB-INF/lib/servlet.jar"/>
<classpathentry exported="true" kind="lib" path="JasperReportsTools/lib/jasperreports-3.5.3.jar"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>

View File

@ -63,7 +63,7 @@
<pathelement path="../extend/Extend.jar"/> <pathelement path="../extend/Extend.jar"/>
<pathelement path="../lib/CSTools.jar"/> <pathelement path="../lib/CSTools.jar"/>
<pathelement path="../lib/oracle.jar"/> <pathelement path="../lib/oracle.jar"/>
<pathelement path="../JasperReportsTools/lib/jasperreports-3.0.0.jar"/> <pathelement path="../JasperReportsTools/lib/jasperreports-3.5.3.jar"/>
<pathelement path="../JasperReportsTools/lib/commons-digester-1.7.jar"/> <pathelement path="../JasperReportsTools/lib/commons-digester-1.7.jar"/>
<pathelement path="../tools/lib/commons-logging.jar"/> <pathelement path="../tools/lib/commons-logging.jar"/>
<pathelement path="../JasperReportsTools/lib/commons-beanutils-1.7.jar"/> <pathelement path="../JasperReportsTools/lib/commons-beanutils-1.7.jar"/>
@ -129,7 +129,7 @@
index="yes" index="yes"
duplicate="preserve"> duplicate="preserve">
<fileset dir="${needed.dir}"/> <fileset dir="${needed.dir}"/>
<zipfileset src="../JasperReportsTools/lib/jasperreports-3.0.0.jar" > <zipfileset src="../JasperReportsTools/lib/jasperreports-3.5.3.jar" >
<patternset refid="manifest.exclude"/> <patternset refid="manifest.exclude"/>
</zipfileset> </zipfileset>
<zipfileset src="../JasperReportsTools/lib/commons-digester-1.7.jar" > <zipfileset src="../JasperReportsTools/lib/commons-digester-1.7.jar" >

View File

@ -5,7 +5,7 @@
<classpathentry exported="true" kind="lib" path="lib/commons-digester-1.7.jar"/> <classpathentry exported="true" kind="lib" path="lib/commons-digester-1.7.jar"/>
<classpathentry exported="true" kind="lib" path="lib/iReport.jar"/> <classpathentry exported="true" kind="lib" path="lib/iReport.jar"/>
<classpathentry exported="true" kind="lib" path="/tools/lib/itext-1.4.8.jar"/> <classpathentry exported="true" kind="lib" path="/tools/lib/itext-1.4.8.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jasperreports-3.0.0.jar"/> <classpathentry exported="true" kind="lib" path="lib/jasperreports-3.5.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jfreechart-1.0.3.jar"/> <classpathentry exported="true" kind="lib" path="lib/jfreechart-1.0.3.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/tools"/> <classpathentry combineaccessrules="false" kind="src" path="/tools"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long