Author: kiwiwings
Date: Sat Feb 16 22:15:14 2019
New Revision: 1853729
URL: http://svn.apache.org/viewvc?rev=1853729&view=rev
Log:
provide updated poi and xmlbeans modules and their dependencies
Added:
servicemix/sandbox/kiwiwings/
servicemix/sandbox/kiwiwings/commons-codec-1.11/
servicemix/sandbox/kiwiwings/commons-codec-1.11/pom.xml
servicemix/sandbox/kiwiwings/commons-codec-1.11/src/
servicemix/sandbox/kiwiwings/commons-codec-1.11/src/main/
servicemix/sandbox/kiwiwings/commons-codec-1.11/src/main/resources/
servicemix/sandbox/kiwiwings/commons-codec-1.11/src/main/resources/OSGI-INF/
servicemix/sandbox/kiwiwings/commons-codec-1.11/src/main/resources/OSGI-INF/bundle.info
servicemix/sandbox/kiwiwings/commons-collections4-4.3/
servicemix/sandbox/kiwiwings/commons-collections4-4.3/pom.xml
servicemix/sandbox/kiwiwings/commons-collections4-4.3/src/
servicemix/sandbox/kiwiwings/commons-collections4-4.3/src/main/
servicemix/sandbox/kiwiwings/commons-collections4-4.3/src/main/resources/
servicemix/sandbox/kiwiwings/commons-collections4-4.3/src/main/resources/OSGI-INF/
servicemix/sandbox/kiwiwings/commons-collections4-4.3/src/main/resources/OSGI-INF/bundle.info
servicemix/sandbox/kiwiwings/commons-compress-1.18/
servicemix/sandbox/kiwiwings/commons-compress-1.18/pom.xml
servicemix/sandbox/kiwiwings/commons-compress-1.18/src/
servicemix/sandbox/kiwiwings/commons-compress-1.18/src/main/
servicemix/sandbox/kiwiwings/commons-compress-1.18/src/main/resources/
servicemix/sandbox/kiwiwings/commons-compress-1.18/src/main/resources/OSGI-INF/
servicemix/sandbox/kiwiwings/commons-compress-1.18/src/main/resources/OSGI-INF/bundle.info
servicemix/sandbox/kiwiwings/commons-math3-3.6.1/
servicemix/sandbox/kiwiwings/commons-math3-3.6.1/pom.xml
servicemix/sandbox/kiwiwings/commons-math3-3.6.1/src/
servicemix/sandbox/kiwiwings/commons-math3-3.6.1/src/main/
servicemix/sandbox/kiwiwings/commons-math3-3.6.1/src/main/resources/
servicemix/sandbox/kiwiwings/commons-math3-3.6.1/src/main/resources/OSGI-INF/
servicemix/sandbox/kiwiwings/commons-math3-3.6.1/src/main/resources/OSGI-INF/bundle.info
servicemix/sandbox/kiwiwings/poi-4.0.1/
servicemix/sandbox/kiwiwings/poi-4.0.1/org.apache.servicemix.bundles.poi.iml
servicemix/sandbox/kiwiwings/poi-4.0.1/pom.xml
servicemix/sandbox/kiwiwings/poi-4.0.1/src/
servicemix/sandbox/kiwiwings/poi-4.0.1/src/main/
servicemix/sandbox/kiwiwings/poi-4.0.1/src/main/resources/
servicemix/sandbox/kiwiwings/poi-4.0.1/src/main/resources/OSGI-INF/
servicemix/sandbox/kiwiwings/poi-4.0.1/src/main/resources/OSGI-INF/bundle.info
servicemix/sandbox/kiwiwings/pom.xml
servicemix/sandbox/kiwiwings/xmlbeans-3.0.2/
servicemix/sandbox/kiwiwings/xmlbeans-3.0.2/pom.xml
servicemix/sandbox/kiwiwings/xmlbeans-3.0.2/src/
servicemix/sandbox/kiwiwings/xmlbeans-3.0.2/src/main/
servicemix/sandbox/kiwiwings/xmlbeans-3.0.2/src/main/resources/
servicemix/sandbox/kiwiwings/xmlbeans-3.0.2/src/main/resources/OSGI-INF/
servicemix/sandbox/kiwiwings/xmlbeans-3.0.2/src/main/resources/OSGI-INF/bundle.info
Added: servicemix/sandbox/kiwiwings/commons-codec-1.11/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/sandbox/kiwiwings/commons-codec-1.11/pom.xml?rev=1853729&view=auto
==============================================================================
--- servicemix/sandbox/kiwiwings/commons-codec-1.11/pom.xml (added)
+++ servicemix/sandbox/kiwiwings/commons-codec-1.11/pom.xml Sat Feb 16 22:15:14
2019
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.servicemix.bundles</groupId>
+ <artifactId>bundles-pom</artifactId>
+ <version>13</version>
+ <relativePath>../bundles-pom/pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.apache.servicemix.bundles</groupId>
+ <artifactId>org.apache.servicemix.bundles.commons-codec</artifactId>
+ <version>1.11_1-SNAPSHOT</version>
+ <packaging>bundle</packaging>
+ <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+ <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
file.</description>
+
+ <scm>
+
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
+
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+
<url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
+ </scm>
+
+ <properties>
+ <pkgGroupId>commons-codec</pkgGroupId>
+ <pkgArtifactId>commons-codec</pkgArtifactId>
+ <pkgVersion>1.11</pkgVersion>
+ <servicemix.osgi.export.pkg>
+ org.apache.commons.codec
+ </servicemix.osgi.export.pkg>
+ <servicemix.osgi.import.pkg>
+
+ </servicemix.osgi.import.pkg>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>${pkgGroupId}</groupId>
+ <artifactId>${pkgArtifactId}</artifactId>
+ <version>${pkgVersion}</version>
+ <optional>true</optional>
+ </dependency>
+
+ <!-- sources -->
+ <dependency>
+ <groupId>${pkgGroupId}</groupId>
+ <artifactId>${pkgArtifactId}</artifactId>
+ <version>${pkgVersion}</version>
+ <classifier>sources</classifier>
+ <optional>true</optional>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>shade</goal>
+ </goals>
+ <configuration>
+ <artifactSet>
+ <includes>
+
<include>${pkgGroupId}:${pkgArtifactId}</include>
+ </includes>
+ </artifactSet>
+ <filters>
+ <filter>
+
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
+ <excludes>
+ <exclude>**</exclude>
+ </excludes>
+ </filter>
+ </filters>
+
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+
<createDependencyReducedPom>true</createDependencyReducedPom>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Added:
servicemix/sandbox/kiwiwings/commons-codec-1.11/src/main/resources/OSGI-INF/bundle.info
URL:
http://svn.apache.org/viewvc/servicemix/sandbox/kiwiwings/commons-codec-1.11/src/main/resources/OSGI-INF/bundle.info?rev=1853729&view=auto
==============================================================================
---
servicemix/sandbox/kiwiwings/commons-codec-1.11/src/main/resources/OSGI-INF/bundle.info
(added)
+++
servicemix/sandbox/kiwiwings/commons-codec-1.11/src/main/resources/OSGI-INF/bundle.info
Sat Feb 16 22:15:14 2019
@@ -0,0 +1,25 @@
+\u001B[1mSYNOPSIS\u001B[0m
+ ${project.description}
+
+ Original Maven URL:
+ \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+ Apache Commons Codec (TM) software provides implementations of common
encoders and decoders such as Base64,
+ Hex, Phonetic and URLs.
+
+ Codec was formed as an attempt to focus development effort on one
definitive implementation of the Base64
+ encoder. At the time of Codec's proposal, there were approximately 34
different Java classes that dealt
+ with Base64 encoding spread over the Foundation's CVS repository.
Developers in the Jakarta Tomcat project
+ had implemented an original version of the Base64 codec which had been
copied by the Commons HttpClient
+ and Apache XML project's XML-RPC subproject. After almost one year, the
two forked versions of Base64 had
+ significantly diverged from one another. XML-RPC had applied numerous
fixes and patches which were not
+ applied to the Commons HttpClient Base64. Different subprojects had
differing implementations at various
+ levels of compliance with the RFC 2045.
+
+ Out of that confusing duplication of effort sprang this simple attempt to
encourage code reuse among various
+ projects. While this package contains a abstract framework for the
creation of encoders and decoders, Codec
+ itself is primarily focused on providing functional utilities for working
with common encodings.
+
+\u001B[1mSEE ALSO\u001B[0m
+ \u001B[36mhttp://commons.apache.org/codec/\u001B[0m
Added: servicemix/sandbox/kiwiwings/commons-collections4-4.3/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/sandbox/kiwiwings/commons-collections4-4.3/pom.xml?rev=1853729&view=auto
==============================================================================
--- servicemix/sandbox/kiwiwings/commons-collections4-4.3/pom.xml (added)
+++ servicemix/sandbox/kiwiwings/commons-collections4-4.3/pom.xml Sat Feb 16
22:15:14 2019
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.servicemix.bundles</groupId>
+ <artifactId>bundles-pom</artifactId>
+ <version>13</version>
+ <relativePath>../bundles-pom/pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.apache.servicemix.bundles</groupId>
+ <artifactId>org.apache.servicemix.bundles.commons-collections4</artifactId>
+ <version>4.3_1-SNAPSHOT</version>
+ <packaging>bundle</packaging>
+ <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+ <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
file.</description>
+
+ <scm>
+
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
+
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+
<url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
+ </scm>
+
+ <properties>
+ <pkgGroupId>org.apache.commons</pkgGroupId>
+ <pkgArtifactId>commons-collections4</pkgArtifactId>
+ <pkgVersion>4.3</pkgVersion>
+ <servicemix.osgi.export.pkg>
+ org.apache.commons.collections4
+ </servicemix.osgi.export.pkg>
+ <servicemix.osgi.import.pkg>
+
+ </servicemix.osgi.import.pkg>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>${pkgGroupId}</groupId>
+ <artifactId>${pkgArtifactId}</artifactId>
+ <version>${pkgVersion}</version>
+ <optional>true</optional>
+ </dependency>
+
+ <!-- sources -->
+ <dependency>
+ <groupId>${pkgGroupId}</groupId>
+ <artifactId>${pkgArtifactId}</artifactId>
+ <version>${pkgVersion}</version>
+ <classifier>sources</classifier>
+ <optional>true</optional>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>shade</goal>
+ </goals>
+ <configuration>
+ <artifactSet>
+ <includes>
+
<include>${pkgGroupId}:${pkgArtifactId}</include>
+ </includes>
+ </artifactSet>
+ <filters>
+ <filter>
+
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
+ <excludes>
+ <exclude>**</exclude>
+ </excludes>
+ </filter>
+ </filters>
+
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+
<createDependencyReducedPom>true</createDependencyReducedPom>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Added:
servicemix/sandbox/kiwiwings/commons-collections4-4.3/src/main/resources/OSGI-INF/bundle.info
URL:
http://svn.apache.org/viewvc/servicemix/sandbox/kiwiwings/commons-collections4-4.3/src/main/resources/OSGI-INF/bundle.info?rev=1853729&view=auto
==============================================================================
---
servicemix/sandbox/kiwiwings/commons-collections4-4.3/src/main/resources/OSGI-INF/bundle.info
(added)
+++
servicemix/sandbox/kiwiwings/commons-collections4-4.3/src/main/resources/OSGI-INF/bundle.info
Sat Feb 16 22:15:14 2019
@@ -0,0 +1,31 @@
+\u001B[1mSYNOPSIS\u001B[0m
+ ${project.description}
+
+ Original Maven URL:
+ \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+ The Java Collections Framework was a major addition in JDK 1.2. It added
many powerful data structures that
+ accelerate development of most significant Java applications. Since that
time it has become the recognised
+ standard for collection handling in Java.
+
+ Commons-Collections seek to build upon the JDK classes by providing new
interfaces, implementations and
+ utilities. There are many features, including:
+
+ * Bag interface for collections that have a number of copies of each
object
+ * Buffer interface for collections that have a well defined removal
order, like FIFOs
+ * BidiMap interface for maps that can be looked up from value to key
as well and key to value
+ * MapIterator interface to provide simple and quick iteration over maps
+ * Type checking decorators to ensure that only instances of a certain
type can be added
+ * Transforming decorators that alter each object as it is added to the
collection
+ * Composite collections that make multiple collections look like one
+ * Ordered maps and sets that retain the order elements are added in,
including an LRU based map
+ * Identity map that compares objects based on their identity (==)
instead of the equals method
+ * Reference map that allows keys and/or values to be garbage collected
under close control
+ * Many comparator implementations
+ * Many iterator implementations
+ * Adapter classes from array and enumerations to collections
+ * Utilities to test or create typical set-theory properties of
collections such as union, intersection, and closure
+
+\u001B[1mSEE ALSO\u001B[0m
+ \u001B[36mhttp://commons.apache.org/collections/\u001B[0m
Added: servicemix/sandbox/kiwiwings/commons-compress-1.18/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/sandbox/kiwiwings/commons-compress-1.18/pom.xml?rev=1853729&view=auto
==============================================================================
--- servicemix/sandbox/kiwiwings/commons-compress-1.18/pom.xml (added)
+++ servicemix/sandbox/kiwiwings/commons-compress-1.18/pom.xml Sat Feb 16
22:15:14 2019
@@ -0,0 +1,123 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.servicemix.bundles</groupId>
+ <artifactId>bundles-pom</artifactId>
+ <version>13</version>
+ <relativePath>../bundles-pom/pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.apache.servicemix.bundles</groupId>
+ <artifactId>org.apache.servicemix.bundles.commons-compress</artifactId>
+ <version>1.18_1-SNAPSHOT</version>
+ <packaging>bundle</packaging>
+ <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+ <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
file.</description>
+
+ <scm>
+
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
+
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+
<url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
+ </scm>
+
+ <properties>
+ <pkgGroupId>org.apache.commons</pkgGroupId>
+ <pkgArtifactId>commons-compress</pkgArtifactId>
+ <pkgVersion>1.18</pkgVersion>
+ <servicemix.osgi.export.pkg>
+ org.apache.commons.compress
+ </servicemix.osgi.export.pkg>
+ <servicemix.osgi.import.pkg>
+
+ </servicemix.osgi.import.pkg>
+ <servicemix.osgi.private.pkg>
+ org.brotli.dec.*;-split-package:=merge-first,
+ org.tukaani.xz.*;-split-package:=merge-first
+ </servicemix.osgi.private.pkg>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>${pkgGroupId}</groupId>
+ <artifactId>${pkgArtifactId}</artifactId>
+ <version>${pkgVersion}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.brotli</groupId>
+ <artifactId>dec</artifactId>
+ <version>0.1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.tukaani</groupId>
+ <artifactId>xz</artifactId>
+ <version>1.8</version>
+ </dependency>
+
+
+ <!-- sources -->
+ <dependency>
+ <groupId>${pkgGroupId}</groupId>
+ <artifactId>${pkgArtifactId}</artifactId>
+ <version>${pkgVersion}</version>
+ <classifier>sources</classifier>
+ <optional>true</optional>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>shade</goal>
+ </goals>
+ <configuration>
+ <artifactSet>
+ <includes>
+
<include>${pkgGroupId}:${pkgArtifactId}</include>
+ </includes>
+ </artifactSet>
+ <filters>
+ <filter>
+
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
+ <excludes>
+ <exclude>**</exclude>
+ </excludes>
+ </filter>
+ </filters>
+
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+
<createDependencyReducedPom>true</createDependencyReducedPom>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Added:
servicemix/sandbox/kiwiwings/commons-compress-1.18/src/main/resources/OSGI-INF/bundle.info
URL:
http://svn.apache.org/viewvc/servicemix/sandbox/kiwiwings/commons-compress-1.18/src/main/resources/OSGI-INF/bundle.info?rev=1853729&view=auto
==============================================================================
---
servicemix/sandbox/kiwiwings/commons-compress-1.18/src/main/resources/OSGI-INF/bundle.info
(added)
+++
servicemix/sandbox/kiwiwings/commons-compress-1.18/src/main/resources/OSGI-INF/bundle.info
Sat Feb 16 22:15:14 2019
@@ -0,0 +1,20 @@
+\u001B[1mSYNOPSIS\u001B[0m
+ ${project.description}
+
+ Original Maven URL:
+ \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+ The Apache Commons Compress library defines an API for working with ar,
cpio, Unix dump, tar, zip, gzip,
+ XZ, Pack200, bzip2, 7z, arj, lzma, snappy, DEFLATE, lz4, Brotli,
Zstandard, DEFLATE64 and Z files.
+
+ The code in this component has many origins:
+
+ The bzip2, tar and zip support came from Avalon's Excalibur, but
originally from Ant, as far as life in
+ Apache goes. The tar package is originally Tim Endres' public domain
package. The bzip2 package is based
+ on the work done by Keiron Liddle as well as Julian Seward's libbzip2. It
has migrated via:
+ Ant -> Avalon-Excalibur -> Commons-IO -> Commons-Compress.
+ The cpio package has been contributed by Michael Kuss and the jRPM project.
+
+\u001B[1mSEE ALSO\u001B[0m
+ \u001B[36mhttp://commons.apache.org/compress/\u001B[0m
Added: servicemix/sandbox/kiwiwings/commons-math3-3.6.1/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/sandbox/kiwiwings/commons-math3-3.6.1/pom.xml?rev=1853729&view=auto
==============================================================================
--- servicemix/sandbox/kiwiwings/commons-math3-3.6.1/pom.xml (added)
+++ servicemix/sandbox/kiwiwings/commons-math3-3.6.1/pom.xml Sat Feb 16
22:15:14 2019
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.servicemix.bundles</groupId>
+ <artifactId>bundles-pom</artifactId>
+ <version>13</version>
+ <relativePath>../bundles-pom/pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.apache.servicemix.bundles</groupId>
+ <artifactId>org.apache.servicemix.bundles.commons-math3</artifactId>
+ <version>3.6.1_1-SNAPSHOT</version>
+ <packaging>bundle</packaging>
+ <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+ <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
file.</description>
+
+ <scm>
+
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
+
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+
<url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
+ </scm>
+
+ <properties>
+ <pkgGroupId>org.apache.commons</pkgGroupId>
+ <pkgArtifactId>commons-math3</pkgArtifactId>
+ <pkgVersion>3.6.1</pkgVersion>
+ <servicemix.osgi.export.pkg>
+ org.apache.commons.math3
+ </servicemix.osgi.export.pkg>
+ <servicemix.osgi.import.pkg>
+
+ </servicemix.osgi.import.pkg>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>${pkgGroupId}</groupId>
+ <artifactId>${pkgArtifactId}</artifactId>
+ <version>${pkgVersion}</version>
+ <optional>true</optional>
+ </dependency>
+
+ <!-- sources -->
+ <dependency>
+ <groupId>${pkgGroupId}</groupId>
+ <artifactId>${pkgArtifactId}</artifactId>
+ <version>${pkgVersion}</version>
+ <classifier>sources</classifier>
+ <optional>true</optional>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>shade</goal>
+ </goals>
+ <configuration>
+ <artifactSet>
+ <includes>
+
<include>${pkgGroupId}:${pkgArtifactId}</include>
+ </includes>
+ </artifactSet>
+ <filters>
+ <filter>
+
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
+ <excludes>
+ <exclude>**</exclude>
+ </excludes>
+ </filter>
+ </filters>
+
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+
<createDependencyReducedPom>true</createDependencyReducedPom>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Added:
servicemix/sandbox/kiwiwings/commons-math3-3.6.1/src/main/resources/OSGI-INF/bundle.info
URL:
http://svn.apache.org/viewvc/servicemix/sandbox/kiwiwings/commons-math3-3.6.1/src/main/resources/OSGI-INF/bundle.info?rev=1853729&view=auto
==============================================================================
---
servicemix/sandbox/kiwiwings/commons-math3-3.6.1/src/main/resources/OSGI-INF/bundle.info
(added)
+++
servicemix/sandbox/kiwiwings/commons-math3-3.6.1/src/main/resources/OSGI-INF/bundle.info
Sat Feb 16 22:15:14 2019
@@ -0,0 +1,23 @@
+\u001B[1mSYNOPSIS\u001B[0m
+ ${project.description}
+
+ Original Maven URL:
+ \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+ Commons Math is a library of lightweight, self-contained mathematics and
statistics components addressing
+ the most common problems not available in the Java programming language or
Commons Lang.
+
+ Guiding principles:
+
+ * Real-world application use cases determine development priority.
+ * This package emphasizes small, easily integrated components rather
than large libraries with complex
+ dependencies and configurations.
+ * All algorithms are fully documented and follow generally accepted
best practices.
+ * In situations where multiple standard algorithms exist, a Strategy
pattern is used to support multiple
+ implementations.
+ * Limited dependencies. No external dependencies beyond Commons
components and the core Java platform
+ (at least Java 1.3 up to version 1.2 of the library, at least Java 5
starting with version 2.0 of the library).
+
+\u001B[1mSEE ALSO\u001B[0m
+ \u001B[36mhttp://commons.apache.org/proper/commons-math/\u001B[0m
Added:
servicemix/sandbox/kiwiwings/poi-4.0.1/org.apache.servicemix.bundles.poi.iml
URL:
http://svn.apache.org/viewvc/servicemix/sandbox/kiwiwings/poi-4.0.1/org.apache.servicemix.bundles.poi.iml?rev=1853729&view=auto
==============================================================================
---
servicemix/sandbox/kiwiwings/poi-4.0.1/org.apache.servicemix.bundles.poi.iml
(added)
+++
servicemix/sandbox/kiwiwings/poi-4.0.1/org.apache.servicemix.bundles.poi.iml
Sat Feb 16 22:15:14 2019
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module
org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true"
type="JAVA_MODULE" version="4">
+ <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5">
+ <output url="file://$MODULE_DIR$/target/classes" />
+ <output-test url="file://$MODULE_DIR$/target/test-classes" />
+ <content url="file://$MODULE_DIR$">
+ <sourceFolder url="file://$MODULE_DIR$/src/main/resources"
type="java-resource" />
+ <excludeFolder url="file://$MODULE_DIR$/target" />
+ </content>
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="library" name="Maven: org.apache.poi:poi:4.0.1"
level="project" />
+ <orderEntry type="library" name="Maven:
org.apache.poi:poi-scratchpad:4.0.1" level="project" />
+ <orderEntry type="library" name="Maven:
org.apache.poi:poi-ooxml-schemas:4.0.1" level="project" />
+ <orderEntry type="library" name="Maven: org.apache.poi:poi-ooxml:4.0.1"
level="project" />
+ <orderEntry type="library" name="Maven: org.apache.poi:ooxml-schemas:1.4"
level="project" />
+ <orderEntry type="library" name="Maven:
com.github.virtuald:curvesapi:1.05" level="project" />
+ <orderEntry type="library" name="Maven: org.apache.poi:poi:sources:4.0.1"
level="project" />
+ <orderEntry type="library" name="Maven:
org.apache.poi:poi-scratchpad:sources:4.0.1" level="project" />
+ <orderEntry type="library" name="Maven:
org.apache.poi:poi-ooxml:sources:4.0.1" level="project" />
+ <orderEntry type="library" name="Maven:
org.apache.poi:ooxml-schemas:sources:1.4" level="project" />
+ <orderEntry type="library" name="Maven:
com.github.virtuald:curvesapi:sources:1.05" level="project" />
+ </component>
+</module>
\ No newline at end of file
Added: servicemix/sandbox/kiwiwings/poi-4.0.1/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/sandbox/kiwiwings/poi-4.0.1/pom.xml?rev=1853729&view=auto
==============================================================================
--- servicemix/sandbox/kiwiwings/poi-4.0.1/pom.xml (added)
+++ servicemix/sandbox/kiwiwings/poi-4.0.1/pom.xml Sat Feb 16 22:15:14 2019
@@ -0,0 +1,344 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.servicemix.bundles</groupId>
+ <artifactId>bundles-pom</artifactId>
+ <version>13</version>
+ <relativePath>../bundles-pom/pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.apache.servicemix.bundles</groupId>
+ <artifactId>org.apache.servicemix.bundles.poi</artifactId>
+ <version>4.0.1_2-SNAPSHOT</version>
+ <packaging>bundle</packaging>
+ <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+ <description>
+ This OSGi bundle wraps poi, poi-ooxml, poi-ooxml-schemas and
poi-scratchpad ${pkgVersion} jar files.
+ </description>
+
+ <scm>
+
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
+
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+
<url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
+ <tag>HEAD</tag>
+ </scm>
+
+ <properties>
+ <pkgGroupId>org.apache.poi</pkgGroupId>
+ <pkgArtifactId>poi</pkgArtifactId>
+ <pkgVersion>4.0.1</pkgVersion>
+ <ooxmlVersion>1.4</ooxmlVersion>
+ <servicemix.osgi.export.pkg>
+
org.etsi.uri.x01903.v13;version=${pkgVersion};-split-package:=merge-first,
+
org.openxmlformats.schemas.drawingml.x2006.chart;version=${pkgVersion};-split-package:=merge-first,
+
org.openxmlformats.schemas.drawingml.x2006.main;version=${pkgVersion};-split-package:=merge-first,
+
org.openxmlformats.schemas.drawingml.x2006.chartDrawing;version=${pkgVersion};-split-package:=merge-first,
+
org.openxmlformats.schemas.drawingml.x2006.picture;version=${pkgVersion};-split-package:=merge-first,
+
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing;version=${pkgVersion};-split-package:=merge-first,
+
org.openxmlformats.schemas.drawingml.x2006.wordprocessingDrawing;version=${pkgVersion};-split-package:=merge-first,
+
org.openxmlformats.schemas.officeDocument.x2006.customProperties;version=${pkgVersion};-split-package:=merge-first,
+
org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes;version=${pkgVersion};-split-package:=merge-first,
+
org.openxmlformats.schemas.officeDocument.x2006.extendedProperties;version=${pkgVersion};-split-package:=merge-first,
+
org.openxmlformats.schemas.officeDocument.x2006.relationships;version=${pkgVersion};-split-package:=merge-first,
+
org.openxmlformats.schemas.officeDocument.x2006.math;version=${pkgVersion};-split-package:=merge-first,
+
org.openxmlformats.schemas.presentationml.x2006.main;version=${pkgVersion};-split-package:=merge-first,
+
org.openxmlformats.schemas.schemaLibrary.x2006.main;version=${pkgVersion};-split-package:=merge-first,
+
org.openxmlformats.schemas.spreadsheetml.x2006.main;version=${pkgVersion};-split-package:=merge-first,
+
org.openxmlformats.schemas.wordprocessingml.x2006.main;version=${pkgVersion};-split-package:=merge-first,
+
org.openxmlformats.schemas.xpackage.x2006.digitalSignature;version=${pkgVersion};-split-package:=merge-first,
+
org.w3.x2000.x09.xmldsig;version=${pkgVersion};-split-package:=merge-first,
+ com.graphbuilder.curve;-split-package:=merge-first,
+ com.graphbuilder.math;-split-package:=merge-first,
+ com.graphbuilder.math.func;-split-package:=merge-first,
+
com.microsoft.schemas.compatibility;version=${pkgVersion};-split-package:=merge-first,
+
com.microsoft.schemas.office.excel;version=${pkgVersion};-split-package:=merge-first,
+
com.microsoft.schemas.office.office;version=${pkgVersion};-split-package:=merge-first,
+
com.microsoft.schemas.office.word;version=${pkgVersion};-split-package:=merge-first,
+
com.microsoft.schemas.office.powerpoint;version=${pkgVersion};-split-package:=merge-first,
+
com.microsoft.schemas.office.visio.x2012.main;version=${pkgVersion};-split-package:=merge-first,
+
com.microsoft.schemas.office.x2006.digsig;version=${pkgVersion};-split-package:=merge-first,
+
com.microsoft.schemas.office.x2006.encryption;version=${pkgVersion};-split-package:=merge-first,
+
com.microsoft.schemas.office.x2006.keyEncryptor.certificate;version=${pkgVersion};-split-package:=merge-first,
+
com.microsoft.schemas.office.x2006.keyEncryptor.password;version=${pkgVersion};-split-package:=merge-first,
+
com.microsoft.schemas.vml;version=${pkgVersion};-split-package:=merge-first,
+ org.apache.poi*
+ </servicemix.osgi.export.pkg>
+ <servicemix.osgi.import.pkg>
+ org.xml.sax*,
+ org.w3c.dom*,
+ javax.xml.*,
+ org.apache.xmlbeans.*,
+ org.apache.commons.collections4.*,
+ org.apache.commons.math3.*,
+ org.apache.commons.compress.*,
+ org.apache.xmlbeans.impl.schema,
+ org.bouncycastle.*;resolution:=optional,
+ org.apache.jcp.xml.dsig.internal.dom;resolution:=optional,
+ org.apache.xml.security.*;resolution:=optional
+ </servicemix.osgi.import.pkg>
+ <servicemix.osgi.private.pkg>
+ com.graphbuilder*;-split-package:=merge-first,
+ com.microsoft.schemas*;-split-package:=merge-first,
+ org.etsi*;-split-package:=merge-first,
+ org.openxmlformats*;-split-package:=merge-first,
+ org.w3.x2000.x09*;-split-package:=merge-first,
+ schemaorg_apache_xmlbeans*;-split-package:=merge-first
+ </servicemix.osgi.private.pkg>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>${pkgGroupId}</groupId>
+ <artifactId>${pkgArtifactId}</artifactId>
+ <version>${pkgVersion}</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>commons-codec</artifactId>
+ <groupId>commons-codec</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-collections4</artifactId>
+ <groupId>org.apache.commons</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-math3</artifactId>
+ <groupId>org.apache.commons</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>${pkgGroupId}</groupId>
+ <artifactId>poi-scratchpad</artifactId>
+ <version>${pkgVersion}</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>poi</artifactId>
+ <groupId>org.apache.poi</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>${pkgGroupId}</groupId>
+ <artifactId>poi-ooxml-schemas</artifactId>
+ <version>${pkgVersion}</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>xmlbeans</artifactId>
+ <groupId>org.apache.xmlbeans</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>${pkgGroupId}</groupId>
+ <artifactId>poi-ooxml</artifactId>
+ <version>${pkgVersion}</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>xmlbeans</artifactId>
+ <groupId>org.apache.xmlbeans</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-compress</artifactId>
+ <groupId>org.apache.commons</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>poi-ooxml-schemas</artifactId>
+ <groupId>org.apache.poi</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>curvesapi</artifactId>
+ <groupId>com.github.virtuald</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>poi</artifactId>
+ <groupId>org.apache.poi</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>${pkgGroupId}</groupId>
+ <artifactId>ooxml-schemas</artifactId>
+ <version>${ooxmlVersion}</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>xmlbeans</artifactId>
+ <groupId>org.apache.xmlbeans</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.github.virtuald</groupId>
+ <artifactId>curvesapi</artifactId>
+ <version>1.05</version>
+ <optional>false</optional>
+ </dependency>
+
+ <!-- sources -->
+ <dependency>
+ <groupId>${pkgGroupId}</groupId>
+ <artifactId>${pkgArtifactId}</artifactId>
+ <version>${pkgVersion}</version>
+ <classifier>sources</classifier>
+ <exclusions>
+ <exclusion>
+ <artifactId>commons-codec</artifactId>
+ <groupId>commons-codec</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-collections4</artifactId>
+ <groupId>org.apache.commons</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>commons-math3</artifactId>
+ <groupId>org.apache.commons</groupId>
+ </exclusion>
+ </exclusions>
+ <optional>false</optional>
+ </dependency>
+ <dependency>
+ <groupId>${pkgGroupId}</groupId>
+ <artifactId>poi-scratchpad</artifactId>
+ <version>${pkgVersion}</version>
+ <classifier>sources</classifier>
+ <exclusions>
+ <exclusion>
+ <artifactId>poi</artifactId>
+ <groupId>org.apache.poi</groupId>
+ </exclusion>
+ </exclusions>
+ <optional>false</optional>
+ </dependency>
+ <dependency>
+ <groupId>${pkgGroupId}</groupId>
+ <artifactId>poi-ooxml</artifactId>
+ <version>${pkgVersion}</version>
+ <classifier>sources</classifier>
+ <exclusions>
+ <exclusion>
+ <artifactId>commons-compress</artifactId>
+ <groupId>org.apache.commons</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>curvesapi</artifactId>
+ <groupId>com.github.virtuald</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>poi</artifactId>
+ <groupId>org.apache.poi</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>poi-ooxml-schemas</artifactId>
+ <groupId>org.apache.poi</groupId>
+ </exclusion>
+ </exclusions>
+ <optional>false</optional>
+ </dependency>
+ <dependency>
+ <groupId>${pkgGroupId}</groupId>
+ <artifactId>ooxml-schemas</artifactId>
+ <version>1.4</version>
+ <classifier>sources</classifier>
+ <exclusions>
+ <exclusion>
+ <artifactId>xmlbeans</artifactId>
+ <groupId>org.apache.xmlbeans</groupId>
+ </exclusion>
+ </exclusions>
+ <optional>false</optional>
+ </dependency>
+ <dependency>
+ <groupId>com.github.virtuald</groupId>
+ <artifactId>curvesapi</artifactId>
+ <version>1.05</version>
+ <classifier>sources</classifier>
+ <optional>false</optional>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>binaries</id>
+ <phase>package</phase>
+ <goals>
+ <goal>shade</goal>
+ </goals>
+ <configuration>
+ <artifactSet>
+ <excludes>
+ <exclude>*:*:*:sources</exclude>
+
<exclude>${project.groupId}:${project.artifactId}:*:sources</exclude>
+ </excludes>
+ </artifactSet>
+ <filters>
+ <filter>
+ <artifact>${pkgGroupId}:poi</artifact>
+ <excludes>
+ <exclude>**</exclude>
+ </excludes>
+ </filter>
+ <filter>
+
<artifact>${pkgGroupId}:poi-scratchpad</artifact>
+ <excludes>
+ <exclude>**</exclude>
+ </excludes>
+ </filter>
+ <filter>
+
<artifact>${pkgGroupId}:poi-ooxml</artifact>
+ <excludes>
+ <exclude>**</exclude>
+ </excludes>
+ </filter>
+ <filter>
+
<artifact>${pkgGroupId}:poi-ooxml-schemas</artifact>
+ <excludes>
+ <exclude>**</exclude>
+ </excludes>
+ </filter>
+ <filter>
+
<artifact>${pkgGroupId}:ooxml-schemas</artifact>
+ <excludes>
+ <exclude>**</exclude>
+ </excludes>
+ </filter>
+ <filter>
+
<artifact>com.github.virtuald:curvesapi</artifact>
+ <excludes>
+ <exclude>**</exclude>
+ </excludes>
+ </filter>
+ </filters>
+
<promoteTransitiveDependencies>false</promoteTransitiveDependencies>
+
<createDependencyReducedPom>false</createDependencyReducedPom>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added:
servicemix/sandbox/kiwiwings/poi-4.0.1/src/main/resources/OSGI-INF/bundle.info
URL:
http://svn.apache.org/viewvc/servicemix/sandbox/kiwiwings/poi-4.0.1/src/main/resources/OSGI-INF/bundle.info?rev=1853729&view=auto
==============================================================================
---
servicemix/sandbox/kiwiwings/poi-4.0.1/src/main/resources/OSGI-INF/bundle.info
(added)
+++
servicemix/sandbox/kiwiwings/poi-4.0.1/src/main/resources/OSGI-INF/bundle.info
Sat Feb 16 22:15:14 2019
@@ -0,0 +1,38 @@
+\u001B[1mSYNOPSIS\u001B[0m
+ ${project.description}
+
+ Original Maven URLs:
+ \u001B[33mmvn:${pkgGroupId}/poi/${pkgVersion}\u001B[0m
+ \u001B[33mmvn:${pkgGroupId}/poi-contrib/${pkgVersion}\u001B[0m
+ \u001B[33mmvn:${pkgGroupId}/poi-scratchpad/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+ The Apache POI Project's mission is to create and maintain Java APIs for
manipulating various file formats based
+ upon the Office Open XML standards (OOXML) and Microsoft's OLE 2 Compound
Document format (OLE2). In short, you can
+ read and write MS Excel files using Java. In addition, you can read and
write MS Word and MS PowerPoint files using
+ Java. Apache POI is your Java Excel solution (for Excel 97-2008). We have
a complete API for porting other OOXML and
+ OLE2 formats and welcome others to participate.
+
+ OLE2 files include most Microsoft Office files such as XLS, DOC, and PPT
as well as MFC serialization API based file
+ formats. The project provides APIs for the OLE2 Filesystem (POIFS) and
OLE2 Document Properties (HPSF).
+
+ Office OpenXML Format is the new standards based XML file format found in
Microsoft Office 2007 and 2008. This
+ includes XLSX, DOCX and PPTX. The project provides a low level API to
support the Open Packaging Conventions using
+ openxml4j.
+
+ For each MS Office application there exists a component module that
attempts to provide a common high level Java api
+ to both OLE2 and OOXML document formats. This is most developed for Excel
workbooks (SS=HSSF+XSSF). Work is
+ progressing for Word documents (HWPF+XWPF) and PowerPoint presentations
(HSLF+XSLF).
+
+ The project has recently added support for Outlook (HSMF). Microsoft
opened the specifications to this format in
+ October 2007. We would welcome contributions.
+
+ There are also projects for Visio (HDGF), TNEF (HMEF), and Publisher
(HPBF).
+
+ As a general policy we collaborate as much as possible with other projects
to provide this functionality.
+ Examples include: Cocoon for which there are serializers for HSSF; Open
Office.org with whom we collaborate in
+ documenting the XLS format; and Tika / Lucene, for which we provide format
interpretors.
+ When practical, we donate components directly to those projects for
POI-enabling them.
+
+\u001B[1mSEE ALSO\u001B[0m
+ \u001B[36mhttp://poi.apache.org/\u001B[0m
Added: servicemix/sandbox/kiwiwings/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/sandbox/kiwiwings/pom.xml?rev=1853729&view=auto
==============================================================================
--- servicemix/sandbox/kiwiwings/pom.xml (added)
+++ servicemix/sandbox/kiwiwings/pom.xml Sat Feb 16 22:15:14 2019
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+ <!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+ !!!!!! !!!!!!
+ !!!!!! This pom is only provided !!!!!!
+ !!!!!! for build convenience and !!!!!!
+ !!!!!! should not be released !!!!!!
+ !!!!!! !!!!!!
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>servicemix-pom</artifactId>
+ <version>5</version>
+ </parent>
+
+ <groupId>org.apache.servicemix.bundles</groupId>
+ <artifactId>org.apache.servicemix.bundles.pom</artifactId>
+ <version>1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>Apache ServiceMix :: Bundles</name>
+
+ <modules>
+ <module>spring-security-acl-5.1.2.RELEASE</module>
+ <module>spring-security-aspects-5.1.2.RELEASE</module>
+ <module>spring-security-cas-5.1.2.RELEASE</module>
+ <module>spring-security-config-5.1.2.RELEASE</module>
+ <module>spring-security-core-5.1.2.RELEASE</module>
+ <module>spring-security-crypto-5.1.2.RELEASE</module>
+ <module>spring-security-data-5.1.2.RELEASE</module>
+ <module>spring-security-ldap-5.1.2.RELEASE</module>
+ <module>spring-security-messaging-5.1.2.RELEASE</module>
+ <module>spring-security-oauth2-client-5.1.2.RELEASE</module>
+ <module>spring-security-oauth2-core-5.1.2.RELEASE</module>
+ <module>spring-security-oauth2-jose-5.1.2.RELEASE</module>
+ <module>spring-security-remoting-5.1.2.RELEASE</module>
+ <module>spring-security-taglibs-5.1.2.RELEASE</module>
+ <module>spring-security-test-5.1.2.RELEASE</module>
+ <module>spring-security-web-5.1.2.RELEASE</module>
+ <module>elasticsearch-6.2.4</module>
+ <module>elasticsearch-client-6.2.4</module>
+ <module>aws-java-sdk-1.11.469</module>
+ <module>azure-keyvault-core-1.2.0</module>
+ <module>conscrypt-openjdk-uber-1.4.2</module>
+ <module>spring-data-neo4j-3.4.6.RELEASE</module>
+ <module>solr-solrj-7.6.0</module>
+ <module>ognl-3.2.10</module>
+ <module>lucene-7.6.0</module>
+ <module>lucene-analyzers-common-7.6.0</module>
+ <module>lucene-queries-7.6.0</module>
+ <module>lucene-queryparser-7.6.0</module>
+ <module>lucene-sandbox-7.6.0</module>
+ <module>libphonenumber-8.10.2</module>
+ <module>jedis-3.0.0</module>
+ <module>grpc-1.17.1</module>
+ <module>gae-1.9.70</module>
+ <module>cglib-3.2.10</module>
+ <module>elasticsearch-6.5.3</module>
+ <module>elasticsearch-client-6.5.3</module>
+ <module>braintree-java-2.90.0</module>
+ <module>commons-codec-1.11</module>
+ <module>commons-collections4-4.3</module>
+ <module>commons-compress-1.18</module>
+ <module>commons-math3-3.6.1</module>
+ <module>poi-4.0.1</module>
+ <module>jruby-9.2.5.0</module>
+ <module>spring-aop-5.0.11.RELEASE</module>
+ <module>spring-aspects-5.0.11.RELEASE</module>
+ <module>spring-beans-5.0.11.RELEASE</module>
+ <module>spring-context-5.0.11.RELEASE</module>
+ <module>spring-context-support-5.0.11.RELEASE</module>
+ <module>spring-core-5.0.11.RELEASE</module>
+ <module>spring-expression-5.0.11.RELEASE</module>
+ <module>spring-instrument-5.0.11.RELEASE</module>
+ <module>spring-jdbc-5.0.11.RELEASE</module>
+ <module>spring-jms-5.0.11.RELEASE</module>
+ <module>spring-messaging-5.0.11.RELEASE</module>
+ <module>spring-orm-5.0.11.RELEASE</module>
+ <module>spring-oxm-5.0.11.RELEASE</module>
+ <module>spring-test-5.0.11.RELEASE</module>
+ <module>spring-tx-5.0.11.RELEASE</module>
+ <module>spring-web-5.0.11.RELEASE</module>
+ <module>spring-webmvc-5.0.11.RELEASE</module>
+ <module>spring-websocket-5.0.11.RELEASE</module>
+ </modules>
+
+</project>
Added: servicemix/sandbox/kiwiwings/xmlbeans-3.0.2/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/sandbox/kiwiwings/xmlbeans-3.0.2/pom.xml?rev=1853729&view=auto
==============================================================================
--- servicemix/sandbox/kiwiwings/xmlbeans-3.0.2/pom.xml (added)
+++ servicemix/sandbox/kiwiwings/xmlbeans-3.0.2/pom.xml Sat Feb 16 22:15:14 2019
@@ -0,0 +1,176 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.servicemix.bundles</groupId>
+ <artifactId>bundles-pom</artifactId>
+ <version>13</version>
+ <relativePath>../bundles-pom/pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.apache.servicemix.bundles</groupId>
+ <artifactId>org.apache.servicemix.bundles.xmlbeans</artifactId>
+ <version>3.0.2_1-SNAPSHOT</version>
+ <packaging>bundle</packaging>
+ <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+ <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
file.</description>
+
+ <properties>
+ <pkgGroupId>org.apache.xmlbeans</pkgGroupId>
+ <pkgArtifactId>xmlbeans</pkgArtifactId>
+ <pkgVersion>3.0.2</pkgVersion>
+ <servicemix.osgi.export>
+
org.apache.xmlbeans.impl.common;version=${pkgVersion};-split-package:=merge-first,
+
org.apache.xmlbeans.impl.values;version=${pkgVersion};-split-package:=merge-first,
+
org.apache.xmlbeans.impl.schema;version=${pkgVersion};-split-package:=merge-first,
+
org.apache.xmlbeans.impl.xb.xmlschema;version=${pkgVersion};-split-package:=merge-first,
+
org.apache.xmlbeans.impl.xb.xsdschema;version=${pkgVersion};-split-package:=merge-first,
+
org.apache.xmlbeans.impl.regex;version=${pkgVersion};-split-package:=merge-first,
+ !org.apache.xmlbeans.impl*,
+
org.apache.xmlbeans*;version=${pkgVersion};-split-package:=merge-first
+ </servicemix.osgi.export>
+ <servicemix.osgi.import.pkg>
+ com.sun.javadoc;resolution:=optional,
+ com.sun.tools.javadoc;resolution:=optional,
+ org.apache.tools.ant*;resolution:=optional;version="[1.7,2)",
+ *
+ </servicemix.osgi.import.pkg>
+ <servicemix.osgi.private.pkg>
+ repackage.*;-split-package:=merge-first,
+ <!--org.apache.xml.resolver.*;-split-package:=merge-first-->
+ org.apache.xmlbeans.impl*;-split-package:=merge-first,
+
schemaorg_apache_xmlbeans*;version=${pkgVersion};-split-package:=merge-first
+ </servicemix.osgi.private.pkg>
+ <servicemix.osgi.failok>true</servicemix.osgi.failok>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>${pkgGroupId}</groupId>
+ <artifactId>${pkgArtifactId}</artifactId>
+ <version>${pkgVersion}</version>
+ <optional>false</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>net.sf.saxon</groupId>
+ <artifactId>Saxon-B</artifactId>
+ <version>9.0</version>
+ <optional>true</optional>
+ </dependency>
+
+ <!-- sources -->
+ <dependency>
+ <groupId>${pkgGroupId}</groupId>
+ <artifactId>${pkgArtifactId}</artifactId>
+ <version>${pkgVersion}</version>
+ <classifier>sources</classifier>
+ <optional>true</optional>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <resources>
+ <resource>
+
<directory>${project.build.directory}/xml-commons-resolver-1.1/resolver</directory>
+ <excludes><exclude>META-INF/*</exclude></excludes>
+ </resource>
+ <resource>
+
<directory>${project.build.directory}/xml-commons-resolver-1.1/src</directory>
+ <excludes><exclude>manifest.resolver</exclude></excludes>
+ </resource>
+ </resources>
+
+ <plugins>
+ <plugin>
+ <groupId>com.googlecode.maven-download-plugin</groupId>
+ <artifactId>download-maven-plugin</artifactId>
+ <version>1.4.1</version>
+ <executions>
+ <execution>
+ <!-- the wget goal actually binds itself to this phase
by default -->
+ <phase>process-resources</phase>
+ <goals>
+ <goal>wget</goal>
+ </goals>
+ <configuration>
+
<url>http://archive.apache.org/dist/xml/commons/binaries/xml-commons-resolver-1.1.zip</url>
+ <unpack>true</unpack>
+ <!-- default target location, just to demonstrate
the parameter -->
+
<outputDirectory>${project.build.directory}</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.8</version>
+ <executions>
+ <execution>
+ <phase>process-resources</phase>
+ <configuration>
+ <target>
+ <unzip
src="${project.build.directory}/xml-commons-resolver-1.1/resolver.jar"
+
dest="${project.build.directory}/xml-commons-resolver-1.1/resolver" />
+ </target>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>shade</goal>
+ </goals>
+ <configuration>
+ <artifactSet>
+ <includes>
+
<include>${pkgGroupId}:${pkgArtifactId}</include>
+ </includes>
+ </artifactSet>
+ <filters>
+ <filter>
+
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
+ <excludes>
+ <exclude>**</exclude>
+ </excludes>
+ </filter>
+ </filters>
+
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+
<createDependencyReducedPom>true</createDependencyReducedPom>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added:
servicemix/sandbox/kiwiwings/xmlbeans-3.0.2/src/main/resources/OSGI-INF/bundle.info
URL:
http://svn.apache.org/viewvc/servicemix/sandbox/kiwiwings/xmlbeans-3.0.2/src/main/resources/OSGI-INF/bundle.info?rev=1853729&view=auto
==============================================================================
---
servicemix/sandbox/kiwiwings/xmlbeans-3.0.2/src/main/resources/OSGI-INF/bundle.info
(added)
+++
servicemix/sandbox/kiwiwings/xmlbeans-3.0.2/src/main/resources/OSGI-INF/bundle.info
Sat Feb 16 22:15:14 2019
@@ -0,0 +1,21 @@
+\u001B[1mSYNOPSIS\u001B[0m
+ ${project.description}
+
+ Original Maven URL:
+ \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+ XMLBeans is a technology for accessing XML by binding it to Java types.
+ XMLBeans provides several ways to get at the XML, including:
+
+ * Through XML schema that has been compiled to generate Java types that
+ represent schema types. In this way, you can access instances of the
+ schema through JavaBeans-style accessors after the fashion of
"getFoo"
+ and "setFoo".
+ The XMLBeans API also allows you to reflect into the XML schema
itself
+ through an XML Schema Object model.
+ * A cursor model through which you can traverse the full XML infoset.
+ * Support for XML DOM.
+
+\u001B[1mSEE ALSO\u001B[0m
+ \u001B[36mhttp://xmlbeans.apache.org/\u001B[0m