convert apache poi 3.7 as osgi bundle.
(transplanted from b633384ef25c8ddbdd93906d7abc3552628a9864)
This commit is contained in:
parent
93c00398d6
commit
8525d87a55
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry exported="true" kind="lib" path=""/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.apache.poi</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.ManifestBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.SchemaBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.pde.PluginNature</nature>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
|
@ -0,0 +1,8 @@
|
|||
#Fri May 20 07:21:46 MYT 2011
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
|
||||
org.eclipse.jdt.core.compiler.compliance=1.6
|
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.source=1.6
|
|
@ -0,0 +1,4 @@
|
|||
#Fri May 20 07:21:46 MYT 2011
|
||||
eclipse.preferences.version=1
|
||||
pluginProject.extensions=false
|
||||
resolve.requirebundle=false
|
|
@ -0,0 +1,65 @@
|
|||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Apache POI
|
||||
Bundle-SymbolicName: org.apache.poi
|
||||
Bundle-Version: 3.7.0.20101029
|
||||
Bundle-Vendor: Apache
|
||||
Export-Package: org.apache.poi,
|
||||
org.apache.poi.common.usermodel,
|
||||
org.apache.poi.ddf,
|
||||
org.apache.poi.dev,
|
||||
org.apache.poi.hpsf,
|
||||
org.apache.poi.hpsf.extractor,
|
||||
org.apache.poi.hpsf.wellknown,
|
||||
org.apache.poi.hssf,
|
||||
org.apache.poi.hssf.dev,
|
||||
org.apache.poi.hssf.eventmodel,
|
||||
org.apache.poi.hssf.eventusermodel,
|
||||
org.apache.poi.hssf.eventusermodel.dummyrecord,
|
||||
org.apache.poi.hssf.extractor,
|
||||
org.apache.poi.hssf.model,
|
||||
org.apache.poi.hssf.record,
|
||||
org.apache.poi.hssf.record.aggregates,
|
||||
org.apache.poi.hssf.record.cf,
|
||||
org.apache.poi.hssf.record.chart,
|
||||
org.apache.poi.hssf.record.common,
|
||||
org.apache.poi.hssf.record.constant,
|
||||
org.apache.poi.hssf.record.cont,
|
||||
org.apache.poi.hssf.record.crypto,
|
||||
org.apache.poi.hssf.record.formula,
|
||||
org.apache.poi.hssf.record.formula.atp,
|
||||
org.apache.poi.hssf.record.formula.eval,
|
||||
org.apache.poi.hssf.record.formula.function,
|
||||
org.apache.poi.hssf.record.formula.functions,
|
||||
org.apache.poi.hssf.record.formula.udf,
|
||||
org.apache.poi.hssf.record.pivottable,
|
||||
org.apache.poi.hssf.usermodel,
|
||||
org.apache.poi.hssf.util,
|
||||
org.apache.poi.poifs.common,
|
||||
org.apache.poi.poifs.crypt,
|
||||
org.apache.poi.poifs.dev,
|
||||
org.apache.poi.poifs.eventfilesystem,
|
||||
org.apache.poi.poifs.filesystem,
|
||||
org.apache.poi.poifs.property,
|
||||
org.apache.poi.poifs.storage,
|
||||
org.apache.poi.ss,
|
||||
org.apache.poi.ss.extractor,
|
||||
org.apache.poi.ss.format,
|
||||
org.apache.poi.ss.formula,
|
||||
org.apache.poi.ss.formula.eval,
|
||||
org.apache.poi.ss.formula.eval.forked,
|
||||
org.apache.poi.ss.usermodel,
|
||||
org.apache.poi.ss.util,
|
||||
org.apache.poi.util
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Import-Package: javax.imageio,
|
||||
javax.xml.transform; version="1.3.4",
|
||||
javax.crypto.spec,
|
||||
javax.crypto,
|
||||
org.apache.commons.logging; version="1.0.4",
|
||||
javax.imageio.metadata,
|
||||
javax.imageio.stream,
|
||||
javax.swing,
|
||||
javax.xml.parsers; version="1.3.4",
|
||||
javax.xml.transform.stream; version="1.3.4",
|
||||
org.w3c.dom; version="1.3.4"
|
|
@ -0,0 +1,5 @@
|
|||
#Generated by BND, at Mon May 16 10:32:36 MYT 2011
|
||||
#Mon May 16 10:32:36 MYT 2011
|
||||
Bundle-Version=3.7.0.v20101029
|
||||
Service-Component=
|
||||
project.dir=/home/hengsin/workspace/adempiere.osgi/poi-3.7-20101029
|
|
@ -0,0 +1,5 @@
|
|||
source.. = .
|
||||
output.. = .
|
||||
bin.includes = META-INF/,\
|
||||
OSGI-OPT/,\
|
||||
org/
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue