]> gerrit.simantics Code Review - simantics/third-party.git/commitdiff
Added org.apache.poi 3.15.0 to third-party repository 45/145/1
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Sun, 20 Nov 2016 11:59:47 +0000 (13:59 +0200)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Sun, 20 Nov 2016 12:04:29 +0000 (14:04 +0200)
refs #6813

Change-Id: Ic6245354d6c276877b9176d0222af935c7ebeecf

14 files changed:
.gitreview [new file with mode: 0644]
p2/artifacts.jar [new file with mode: 0644]
p2/content.jar [new file with mode: 0644]
p2/plugins/org.apache.poi.source_3.15.0.201611201208.jar [new file with mode: 0644]
p2/plugins/org.apache.poi_3.15.0.201611201208.jar [new file with mode: 0644]
plugins/org.apache.poi/.classpath [new file with mode: 0644]
plugins/org.apache.poi/.project [new file with mode: 0644]
plugins/org.apache.poi/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
plugins/org.apache.poi/META-INF/MANIFEST.MF [new file with mode: 0644]
plugins/org.apache.poi/build.properties [new file with mode: 0644]
plugins/org.apache.poi/lib/poi-3.15.jar [new file with mode: 0644]
plugins/org.apache.poi/lib/poi-ooxml-3.15.jar [new file with mode: 0644]
plugins/org.apache.poi/lib/poi-ooxml-schemas-3.15.jar [new file with mode: 0644]
publish.bat [new file with mode: 0644]

diff --git a/.gitreview b/.gitreview
new file mode 100644 (file)
index 0000000..a69e25f
--- /dev/null
@@ -0,0 +1,2 @@
+[gerrit]
+defaultremote = origin
\ No newline at end of file
diff --git a/p2/artifacts.jar b/p2/artifacts.jar
new file mode 100644 (file)
index 0000000..58382da
Binary files /dev/null and b/p2/artifacts.jar differ
diff --git a/p2/content.jar b/p2/content.jar
new file mode 100644 (file)
index 0000000..745739e
Binary files /dev/null and b/p2/content.jar differ
diff --git a/p2/plugins/org.apache.poi.source_3.15.0.201611201208.jar b/p2/plugins/org.apache.poi.source_3.15.0.201611201208.jar
new file mode 100644 (file)
index 0000000..07452da
Binary files /dev/null and b/p2/plugins/org.apache.poi.source_3.15.0.201611201208.jar differ
diff --git a/p2/plugins/org.apache.poi_3.15.0.201611201208.jar b/p2/plugins/org.apache.poi_3.15.0.201611201208.jar
new file mode 100644 (file)
index 0000000..8b0967b
Binary files /dev/null and b/p2/plugins/org.apache.poi_3.15.0.201611201208.jar differ
diff --git a/plugins/org.apache.poi/.classpath b/plugins/org.apache.poi/.classpath
new file mode 100644 (file)
index 0000000..e7c4048
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<classpath>\r
+       <classpathentry exported="true" kind="lib" path="lib/poi-3.15.jar"/>\r
+       <classpathentry exported="true" kind="lib" path="lib/poi-ooxml-3.15.jar"/>\r
+       <classpathentry exported="true" kind="lib" path="lib/poi-ooxml-schemas-3.15.jar"/>\r
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>\r
+       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>\r
+       <classpathentry kind="src" path="src"/>\r
+       <classpathentry kind="output" path="bin"/>\r
+</classpath>\r
diff --git a/plugins/org.apache.poi/.project b/plugins/org.apache.poi/.project
new file mode 100644 (file)
index 0000000..29fb828
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<projectDescription>\r
+       <name>org.apache.poi</name>\r
+       <comment></comment>\r
+       <projects>\r
+       </projects>\r
+       <buildSpec>\r
+               <buildCommand>\r
+                       <name>org.eclipse.jdt.core.javabuilder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+               <buildCommand>\r
+                       <name>org.eclipse.pde.ManifestBuilder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+               <buildCommand>\r
+                       <name>org.eclipse.pde.SchemaBuilder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+       </buildSpec>\r
+       <natures>\r
+               <nature>org.eclipse.pde.PluginNature</nature>\r
+               <nature>org.eclipse.jdt.core.javanature</nature>\r
+       </natures>\r
+</projectDescription>\r
diff --git a/plugins/org.apache.poi/.settings/org.eclipse.jdt.core.prefs b/plugins/org.apache.poi/.settings/org.eclipse.jdt.core.prefs
new file mode 100644 (file)
index 0000000..31c5abf
--- /dev/null
@@ -0,0 +1,8 @@
+#Mon Mar 17 16:36:42 EET 2014\r
+eclipse.preferences.version=1\r
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled\r
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6\r
+org.eclipse.jdt.core.compiler.compliance=1.6\r
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error\r
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error\r
+org.eclipse.jdt.core.compiler.source=1.6\r
diff --git a/plugins/org.apache.poi/META-INF/MANIFEST.MF b/plugins/org.apache.poi/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..6aaad56
--- /dev/null
@@ -0,0 +1,92 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Apache POI
+Bundle-SymbolicName: org.apache.poi
+Bundle-Version: 3.15.0.qualifier
+Bundle-Vendor: Association for Decentralized Information Management in Industry THTH ry
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-ClassPath: lib/poi-3.15.jar,
+ lib/poi-ooxml-3.15.jar,
+ lib/poi-ooxml-schemas-3.15.jar,
+ .
+Export-Package: org.apache.poi,
+ org.apache.poi.common.usermodel,
+ org.apache.poi.ddf,
+ org.apache.poi.dev,
+ org.apache.poi.extractor,
+ 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.cont,
+ org.apache.poi.hssf.record.crypto,
+ org.apache.poi.hssf.record.pivottable,
+ org.apache.poi.hssf.usermodel,
+ org.apache.poi.hssf.util,
+ org.apache.poi.openxml4j.exceptions,
+ org.apache.poi.openxml4j.opc,
+ org.apache.poi.openxml4j.opc.internal,
+ org.apache.poi.openxml4j.opc.internal.marshallers,
+ org.apache.poi.openxml4j.opc.internal.unmarshallers,
+ org.apache.poi.openxml4j.util,
+ org.apache.poi.poifs.common,
+ org.apache.poi.poifs.crypt,
+ org.apache.poi.poifs.crypt.agile,
+ org.apache.poi.poifs.crypt.standard,
+ org.apache.poi.poifs.dev,
+ org.apache.poi.poifs.eventfilesystem,
+ org.apache.poi.poifs.filesystem,
+ org.apache.poi.poifs.nio,
+ 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.atp,
+ org.apache.poi.ss.formula.constant,
+ org.apache.poi.ss.formula.eval,
+ org.apache.poi.ss.formula.eval.forked,
+ org.apache.poi.ss.formula.function,
+ org.apache.poi.ss.formula.functions,
+ org.apache.poi.ss.formula.ptg,
+ org.apache.poi.ss.formula.udf,
+ org.apache.poi.ss.usermodel,
+ org.apache.poi.ss.usermodel.charts,
+ org.apache.poi.ss.util,
+ org.apache.poi.ss.util.cellwalk,
+ org.apache.poi.util,
+ org.apache.poi.xslf.extractor,
+ org.apache.poi.xslf.model,
+ org.apache.poi.xslf.usermodel,
+ org.apache.poi.xslf.util,
+ org.apache.poi.xssf.dev,
+ org.apache.poi.xssf.eventusermodel,
+ org.apache.poi.xssf.extractor,
+ org.apache.poi.xssf.model,
+ org.apache.poi.xssf.streaming,
+ org.apache.poi.xssf.usermodel,
+ org.apache.poi.xssf.usermodel.charts,
+ org.apache.poi.xssf.usermodel.extensions,
+ org.apache.poi.xssf.usermodel.helpers,
+ org.apache.poi.xssf.util,
+ org.apache.poi.xwpf.extractor,
+ org.apache.poi.xwpf.model,
+ org.apache.poi.xwpf.usermodel
+Require-Bundle: org.apache.commons.codec;bundle-version="1.10.0",
+ org.apache.commons.collections4;bundle-version="4.1.0",
+ org.apache.commons.logging;bundle-version="1.2.0",
+ org.apache.log4j;bundle-version="1.2.17",
+ com.github.virtuald.curvesapi;bundle-version="1.3.0",
+ org.apache.xmlbeans;bundle-version="2.6.0"
diff --git a/plugins/org.apache.poi/build.properties b/plugins/org.apache.poi/build.properties
new file mode 100644 (file)
index 0000000..001d102
--- /dev/null
@@ -0,0 +1,6 @@
+source.. = src/\r
+output.. = bin/\r
+bin.includes = META-INF/,\\r
+               .,\\r
+               lib/\r
+\r
diff --git a/plugins/org.apache.poi/lib/poi-3.15.jar b/plugins/org.apache.poi/lib/poi-3.15.jar
new file mode 100644 (file)
index 0000000..ab368bd
Binary files /dev/null and b/plugins/org.apache.poi/lib/poi-3.15.jar differ
diff --git a/plugins/org.apache.poi/lib/poi-ooxml-3.15.jar b/plugins/org.apache.poi/lib/poi-ooxml-3.15.jar
new file mode 100644 (file)
index 0000000..6de9956
Binary files /dev/null and b/plugins/org.apache.poi/lib/poi-ooxml-3.15.jar differ
diff --git a/plugins/org.apache.poi/lib/poi-ooxml-schemas-3.15.jar b/plugins/org.apache.poi/lib/poi-ooxml-schemas-3.15.jar
new file mode 100644 (file)
index 0000000..f3ed205
Binary files /dev/null and b/plugins/org.apache.poi/lib/poi-ooxml-schemas-3.15.jar differ
diff --git a/publish.bat b/publish.bat
new file mode 100644 (file)
index 0000000..8bf22fa
--- /dev/null
@@ -0,0 +1,3 @@
+@set ECLIPSE=d:/e 4.6/eclipse\r
+@set REPO=d:/git/third-party/p2\r
+"%ECLIPSE%" -noupdate -nosplash -application org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher -metadataRepository file:/%REPO% -artifactRepository file:/%REPO% -source %REPO% -compress -publishArtifacts
\ No newline at end of file