Moved to trunk.
This commit is contained in:
parent
d2b86c1cd3
commit
3eb804487f
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/barbecue-1.1.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.7.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/commons-collections-3.1.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/commons-digester-1.6.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/commons-logging-1.4.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/iReport.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/itext-1.2.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/jfreechart-0.9.21.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/xercesImpl.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/xml-apis.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="oracle.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="postgresql.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="sybase.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/jasperreports-0.6.5.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/poi-2.0-final-20040126.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
|
@ -0,0 +1 @@
|
|||
JasperReportsTools.jar
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>JasperReportsTools</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<jardesc>
|
||||
<jar path="./JasperReportsTools/JasperReportsTools.jar"/>
|
||||
<options overwrite="true" compress="true" exportErrors="true" exportWarnings="true" saveDescription="true" descriptionLocation="/JasperReportsTools/JasperReportsTools.jardesc" useSourceFolders="false" buildIfNeeded="true" includeDirectoryEntries="false"/>
|
||||
<manifest manifestVersion="1.0" usesManifest="true" reuseManifest="false" saveManifest="false" generateManifest="true" manifestLocation="">
|
||||
<sealing sealJar="false">
|
||||
<packagesToSeal/>
|
||||
<packagesToUnSeal/>
|
||||
</sealing>
|
||||
</manifest>
|
||||
<selectedElements exportClassFiles="true" exportOutputFolder="false" exportJavaFiles="true">
|
||||
<file path="/JasperReportsTools/.classpath"/>
|
||||
<folder path="/JasperReportsTools/lib"/>
|
||||
<file path="/JasperReportsTools/JasperReportsTools.jardesc"/>
|
||||
<file path="/JasperReportsTools/.project"/>
|
||||
</selectedElements>
|
||||
</jardesc>
|
|
@ -0,0 +1 @@
|
|||
|
Loading…
Reference in New Issue